Orocos Real-Time Toolkit
2.6.0
|
When no arguments are to be stored. More...
#include <rtt/internal/DataSourceStorage.hpp>
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 (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_type > | retn |
ReferenceDataSource< ds_type > ::shared_ptr | result |
When no arguments are to be stored.
Definition at line 219 of file DataSourceStorage.hpp.