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

#include <rtt/internal/DataSourceStorage.hpp>

Public Types

typedef boost::remove_const< T >::type result_type
 

Public Member Functions

 DSRStore ()
 
result_typeresult ()
 
 operator result_type & ()
 

Public Attributes

result_type arg
 

Detailed Description

template<class T>
struct RTT::internal::DSRStore< T & >

Definition at line 70 of file DataSourceStorage.hpp.

Member Typedef Documentation

template<class T >
typedef boost::remove_const<T>::type RTT::internal::DSRStore< T & >::result_type

Definition at line 72 of file DataSourceStorage.hpp.

Constructor & Destructor Documentation

template<class T >
RTT::internal::DSRStore< T & >::DSRStore ( )
inline

Definition at line 74 of file DataSourceStorage.hpp.

Member Function Documentation

template<class T >
RTT::internal::DSRStore< T & >::operator result_type & ( )
inline

Definition at line 76 of file DataSourceStorage.hpp.

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

template<class T >
result_type& RTT::internal::DSRStore< T & >::result ( )
inline

Definition at line 75 of file DataSourceStorage.hpp.

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

Member Data Documentation

template<class T >
result_type RTT::internal::DSRStore< T & >::arg

Definition at line 73 of file DataSourceStorage.hpp.


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