Orocos Real-Time Toolkit  2.6.0
Public Types | Public Member Functions | Public Attributes
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 >

List of all members.

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

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.


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