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

#include <rtt/internal/DataSourceStorage.hpp>

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

Public Types

typedef boost::function_traits< DataType >::result_type result_type
 
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 boost::function_traits< DataType >::arg4_type arg4_type
 
typedef boost::function_traits< DataType >::arg5_type arg5_type
 
typedef boost::function_traits< DataType >::arg6_type arg6_type
 
typedef DataSourceArgStorage< arg1_type >::Store AStore1
 
typedef DataSourceArgStorage< arg2_type >::Store AStore2
 
typedef DataSourceArgStorage< arg3_type >::Store AStore3
 
typedef DataSourceArgStorage< arg4_type >::Store AStore4
 
typedef DataSourceArgStorage< arg5_type >::Store AStore5
 
typedef DataSourceArgStorage< arg6_type >::Store AStore6
 
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, arg4_type a4, arg5_type a5, arg6_type a6)
 
void initRet (ContainerT &cc)
 
boost::function_traits< DataType >::result_type getResult ()
 

Public Attributes

DataSourceArgStorage< arg1_typema1
 
DataSourceArgStorage< arg2_typema2
 
DataSourceArgStorage< arg3_typema3
 
DataSourceArgStorage< arg4_typema4
 
DataSourceArgStorage< arg5_typema5
 
DataSourceArgStorage< arg6_typema6
 
DSRStore< boost::function_traits< DataType >::result_typeretn
 
ReferenceDataSource< ds_type >::shared_ptr result
 

Detailed Description

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

Definition at line 389 of file DataSourceStorage.hpp.

Member Typedef Documentation

template<class DataType >
typedef boost::function_traits<DataType>::arg1_type RTT::internal::DataSourceStorageImpl< 6, DataType >::arg1_type

Definition at line 393 of file DataSourceStorage.hpp.

template<class DataType >
typedef boost::function_traits<DataType>::arg2_type RTT::internal::DataSourceStorageImpl< 6, DataType >::arg2_type

Definition at line 394 of file DataSourceStorage.hpp.

template<class DataType >
typedef boost::function_traits<DataType>::arg3_type RTT::internal::DataSourceStorageImpl< 6, DataType >::arg3_type

Definition at line 395 of file DataSourceStorage.hpp.

template<class DataType >
typedef boost::function_traits<DataType>::arg4_type RTT::internal::DataSourceStorageImpl< 6, DataType >::arg4_type

Definition at line 396 of file DataSourceStorage.hpp.

template<class DataType >
typedef boost::function_traits<DataType>::arg5_type RTT::internal::DataSourceStorageImpl< 6, DataType >::arg5_type

Definition at line 397 of file DataSourceStorage.hpp.

template<class DataType >
typedef boost::function_traits<DataType>::arg6_type RTT::internal::DataSourceStorageImpl< 6, DataType >::arg6_type

Definition at line 398 of file DataSourceStorage.hpp.

template<class DataType >
typedef DataSourceArgStorage<arg1_type>::Store RTT::internal::DataSourceStorageImpl< 6, DataType >::AStore1

Definition at line 405 of file DataSourceStorage.hpp.

template<class DataType >
typedef DataSourceArgStorage<arg2_type>::Store RTT::internal::DataSourceStorageImpl< 6, DataType >::AStore2

Definition at line 406 of file DataSourceStorage.hpp.

template<class DataType >
typedef DataSourceArgStorage<arg3_type>::Store RTT::internal::DataSourceStorageImpl< 6, DataType >::AStore3

Definition at line 407 of file DataSourceStorage.hpp.

template<class DataType >
typedef DataSourceArgStorage<arg4_type>::Store RTT::internal::DataSourceStorageImpl< 6, DataType >::AStore4

Definition at line 408 of file DataSourceStorage.hpp.

template<class DataType >
typedef DataSourceArgStorage<arg5_type>::Store RTT::internal::DataSourceStorageImpl< 6, DataType >::AStore5

Definition at line 409 of file DataSourceStorage.hpp.

template<class DataType >
typedef DataSourceArgStorage<arg6_type>::Store RTT::internal::DataSourceStorageImpl< 6, DataType >::AStore6

Definition at line 410 of file DataSourceStorage.hpp.

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< 6, DataType >::result_type

Definition at line 392 of file DataSourceStorage.hpp.

Constructor & Destructor Documentation

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

Definition at line 412 of file DataSourceStorage.hpp.

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

Definition at line 413 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< 6, DataType >::initArgs ( ContainerT &  cc)
inline
void RTT::internal::DataSourceResultStorage< boost::function_traits< DataType >::result_type >::initRet ( ContainerT &  cc)
inlineinherited

Definition at line 109 of file DataSourceStorage.hpp.

template<class DataType >
void RTT::internal::DataSourceStorageImpl< 6, DataType >::store ( arg1_type  a1,
arg2_type  a2,
arg3_type  a3,
arg4_type  a4,
arg5_type  a5,
arg6_type  a6 
)
inline

Member Data Documentation

template<class DataType >
DataSourceArgStorage<arg1_type> RTT::internal::DataSourceStorageImpl< 6, DataType >::ma1

Definition at line 399 of file DataSourceStorage.hpp.

template<class DataType >
DataSourceArgStorage<arg2_type> RTT::internal::DataSourceStorageImpl< 6, DataType >::ma2

Definition at line 400 of file DataSourceStorage.hpp.

template<class DataType >
DataSourceArgStorage<arg3_type> RTT::internal::DataSourceStorageImpl< 6, DataType >::ma3

Definition at line 401 of file DataSourceStorage.hpp.

template<class DataType >
DataSourceArgStorage<arg4_type> RTT::internal::DataSourceStorageImpl< 6, DataType >::ma4

Definition at line 402 of file DataSourceStorage.hpp.

template<class DataType >
DataSourceArgStorage<arg5_type> RTT::internal::DataSourceStorageImpl< 6, DataType >::ma5

Definition at line 403 of file DataSourceStorage.hpp.

template<class DataType >
DataSourceArgStorage<arg6_type> RTT::internal::DataSourceStorageImpl< 6, DataType >::ma6

Definition at line 404 of file DataSourceStorage.hpp.

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: