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

When no arguments are to be stored. More...

#include <rtt/internal/DataSourceStorage.hpp>

Inheritance diagram for RTT::internal::DataSourceStorageImpl< 0, DataType >:
RTT::internal::DataSourceResultStorage< boost::function_traits< DataType >::result_type >

Public Types

typedef boost::function_traits< DataType >::result_type result_type
 
typedef remove_cr< boost::function_traits< DataType >::result_type >::type ds_type
 

Public Member Functions

 DataSourceStorageImpl ()
 
 DataSourceStorageImpl (const DataSourceStorageImpl &orig)
 
template<class ContainerT >
void initArgs (ContainerT &)
 
void initRet (ContainerT &cc)
 
boost::function_traits< DataType >::result_type getResult ()
 

Public Attributes

DSRStore< boost::function_traits< DataType >::result_typeretn
 
ReferenceDataSource< ds_type >::shared_ptr result
 

Detailed Description

template<class DataType>
struct RTT::internal::DataSourceStorageImpl< 0, DataType >

When no arguments are to be stored.

Definition at line 219 of file DataSourceStorage.hpp.

Member Typedef Documentation

typedef remove_cr<boost::function_traits< DataType >::result_type >::type RTT::internal::DataSourceResultStorage< boost::function_traits< DataType >::result_type >::ds_type
inherited

Definition at line 99 of file DataSourceStorage.hpp.

template<class DataType >
typedef boost::function_traits<DataType>::result_type RTT::internal::DataSourceStorageImpl< 0, DataType >::result_type

Definition at line 222 of file DataSourceStorage.hpp.

Constructor & Destructor Documentation

template<class DataType >
RTT::internal::DataSourceStorageImpl< 0, DataType >::DataSourceStorageImpl ( )
inline

Definition at line 223 of file DataSourceStorage.hpp.

template<class DataType >
RTT::internal::DataSourceStorageImpl< 0, DataType >::DataSourceStorageImpl ( const DataSourceStorageImpl< 0, DataType > &  orig)
inline

Definition at line 224 of file DataSourceStorage.hpp.

Member Function Documentation

boost::function_traits< DataType >::result_type RTT::internal::DataSourceResultStorage< boost::function_traits< DataType >::result_type >::getResult ( )
inlineinherited

Definition at line 113 of file DataSourceStorage.hpp.

References RTT::internal::DSRStore< T >::result().

template<class DataType >
template<class ContainerT >
void RTT::internal::DataSourceStorageImpl< 0, DataType >::initArgs ( ContainerT &  )
inline

Definition at line 226 of file DataSourceStorage.hpp.

void RTT::internal::DataSourceResultStorage< boost::function_traits< DataType >::result_type >::initRet ( ContainerT &  cc)
inlineinherited

Definition at line 109 of file DataSourceStorage.hpp.

Member Data Documentation

ReferenceDataSource<ds_type>::shared_ptr RTT::internal::DataSourceResultStorage< boost::function_traits< DataType >::result_type >::result
inherited

Definition at line 101 of file DataSourceStorage.hpp.

DSRStore<boost::function_traits< DataType >::result_type > RTT::internal::DataSourceResultStorage< boost::function_traits< DataType >::result_type >::retn
inherited

Definition at line 100 of file DataSourceStorage.hpp.


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