#include <DataSourceStorage.hpp>

Public Types | |
| typedef boost::function_traits< DataType >::arg1_type | arg1_type |
| typedef DataSourceArgStorage< arg1_type >::Store | AStore1 |
| typedef boost::function_traits< DataType >::result_type | result_type |
Public Types inherited from RTT::internal::DataSourceResultStorage< boost::function_traits< DataType >::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 &cc) |
| void | store (arg1_type a1) |
Public Member Functions inherited from RTT::internal::DataSourceResultStorage< boost::function_traits< DataType >::result_type > | |
| DataSourceResultStorage () | |
| boost::function_traits< DataType >::result_type | getResult () |
| void | initRet (ContainerT &cc) |
Public Attributes | |
| DataSourceArgStorage< arg1_type > | ma1 |
Public Attributes inherited from RTT::internal::DataSourceResultStorage< boost::function_traits< DataType >::result_type > | |
| ReferenceDataSource< ds_type >::shared_ptr | result |
| DSRStore< boost::function_traits< DataType >::result_type > | retn |
Stores one data source.
Definition at line 233 of file DataSourceStorage.hpp.
| typedef boost::function_traits<DataType>::arg1_type RTT::internal::DataSourceStorageImpl< 1, DataType >::arg1_type |
Definition at line 237 of file DataSourceStorage.hpp.
| typedef DataSourceArgStorage<arg1_type>::Store RTT::internal::DataSourceStorageImpl< 1, DataType >::AStore1 |
Definition at line 239 of file DataSourceStorage.hpp.
| typedef boost::function_traits<DataType>::result_type RTT::internal::DataSourceStorageImpl< 1, DataType >::result_type |
Definition at line 236 of file DataSourceStorage.hpp.
|
inline |
Definition at line 241 of file DataSourceStorage.hpp.
|
inline |
Definition at line 242 of file DataSourceStorage.hpp.
|
inline |
Definition at line 245 of file DataSourceStorage.hpp.
|
inline |
Definition at line 249 of file DataSourceStorage.hpp.
| DataSourceArgStorage<arg1_type> RTT::internal::DataSourceStorageImpl< 1, DataType >::ma1 |
Definition at line 238 of file DataSourceStorage.hpp.