#include <DataSourceStorage.hpp>

Public Types | |
| typedef boost::function_traits< DataType >::arg1_type | arg1_type |
| typedef boost::function_traits< DataType >::arg2_type | arg2_type |
| typedef boost::function_traits< DataType >::arg3_type | arg3_type |
| typedef DataSourceArgStorage< arg1_type >::Store | AStore1 |
| typedef DataSourceArgStorage< arg2_type >::Store | AStore2 |
| typedef DataSourceArgStorage< arg3_type >::Store | AStore3 |
| 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, arg2_type a2, arg3_type a3) |
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 |
| DataSourceArgStorage< arg2_type > | ma2 |
| DataSourceArgStorage< arg3_type > | ma3 |
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 |
Definition at line 281 of file DataSourceStorage.hpp.
| typedef boost::function_traits<DataType>::arg1_type RTT::internal::DataSourceStorageImpl< 3, DataType >::arg1_type |
Definition at line 285 of file DataSourceStorage.hpp.
| typedef boost::function_traits<DataType>::arg2_type RTT::internal::DataSourceStorageImpl< 3, DataType >::arg2_type |
Definition at line 286 of file DataSourceStorage.hpp.
| typedef boost::function_traits<DataType>::arg3_type RTT::internal::DataSourceStorageImpl< 3, DataType >::arg3_type |
Definition at line 287 of file DataSourceStorage.hpp.
| typedef DataSourceArgStorage<arg1_type>::Store RTT::internal::DataSourceStorageImpl< 3, DataType >::AStore1 |
Definition at line 291 of file DataSourceStorage.hpp.
| typedef DataSourceArgStorage<arg2_type>::Store RTT::internal::DataSourceStorageImpl< 3, DataType >::AStore2 |
Definition at line 292 of file DataSourceStorage.hpp.
| typedef DataSourceArgStorage<arg3_type>::Store RTT::internal::DataSourceStorageImpl< 3, DataType >::AStore3 |
Definition at line 293 of file DataSourceStorage.hpp.
| typedef boost::function_traits<DataType>::result_type RTT::internal::DataSourceStorageImpl< 3, DataType >::result_type |
Definition at line 284 of file DataSourceStorage.hpp.
|
inline |
Definition at line 295 of file DataSourceStorage.hpp.
|
inline |
Definition at line 296 of file DataSourceStorage.hpp.
|
inline |
Definition at line 299 of file DataSourceStorage.hpp.
|
inline |
Definition at line 304 of file DataSourceStorage.hpp.
| DataSourceArgStorage<arg1_type> RTT::internal::DataSourceStorageImpl< 3, DataType >::ma1 |
Definition at line 288 of file DataSourceStorage.hpp.
| DataSourceArgStorage<arg2_type> RTT::internal::DataSourceStorageImpl< 3, DataType >::ma2 |
Definition at line 289 of file DataSourceStorage.hpp.
| DataSourceArgStorage<arg3_type> RTT::internal::DataSourceStorageImpl< 3, DataType >::ma3 |
Definition at line 290 of file DataSourceStorage.hpp.