Orocos Real-Time Toolkit  2.9.0
Public Types | Public Member Functions | Public Attributes | List of all members
RTT::internal::AStore< T > Struct Template Reference

Store a bound argument which may be a reference, const reference or any other type. More...

#include <rtt/internal/BindStorage.hpp>

Public Types

typedef T arg_type
 

Public Member Functions

 AStore ()
 
 AStore (T t)
 
 AStore (AStore const &o)
 
T & get ()
 
void operator() (T a)
 
 operator T & ()
 

Public Attributes

arg
 

Detailed Description

template<class T>
struct RTT::internal::AStore< T >

Store a bound argument which may be a reference, const reference or any other type.

Definition at line 65 of file BindStorage.hpp.

Member Typedef Documentation

template<class T>
typedef T RTT::internal::AStore< T >::arg_type

Definition at line 67 of file BindStorage.hpp.

Constructor & Destructor Documentation

template<class T>
RTT::internal::AStore< T >::AStore ( )
inline

Definition at line 69 of file BindStorage.hpp.

template<class T>
RTT::internal::AStore< T >::AStore ( t)
inline

Definition at line 70 of file BindStorage.hpp.

template<class T>
RTT::internal::AStore< T >::AStore ( AStore< T > const &  o)
inline

Definition at line 71 of file BindStorage.hpp.

Member Function Documentation

template<class T>
T& RTT::internal::AStore< T >::get ( )
inline
template<class T>
RTT::internal::AStore< T >::operator T & ( )
inline

Definition at line 75 of file BindStorage.hpp.

References RTT::internal::AStore< T >::arg.

template<class T>
void RTT::internal::AStore< T >::operator() ( a)
inline

Definition at line 74 of file BindStorage.hpp.

Member Data Documentation

template<class T>
T RTT::internal::AStore< T >::arg

The documentation for this struct was generated from the following file: