Public Types | Public Member Functions | Public Attributes | List of all members
RTT::internal::DataSourceStorageImpl< 4, DataType > Struct Template Reference

#include <DataSourceStorage.hpp>

Inheritance diagram for RTT::internal::DataSourceStorageImpl< 4, DataType >:
Inheritance graph
[legend]

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 boost::function_traits< DataType >::arg4_type arg4_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 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, arg4_type a4)
 
- 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_typema1
 
DataSourceArgStorage< arg2_typema2
 
DataSourceArgStorage< arg3_typema3
 
DataSourceArgStorage< arg4_typema4
 
- 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
 

Detailed Description

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

Definition at line 312 of file DataSourceStorage.hpp.

Member Typedef Documentation

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

Definition at line 316 of file DataSourceStorage.hpp.

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

Definition at line 317 of file DataSourceStorage.hpp.

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

Definition at line 318 of file DataSourceStorage.hpp.

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

Definition at line 319 of file DataSourceStorage.hpp.

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

Definition at line 324 of file DataSourceStorage.hpp.

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

Definition at line 325 of file DataSourceStorage.hpp.

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

Definition at line 326 of file DataSourceStorage.hpp.

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

Definition at line 327 of file DataSourceStorage.hpp.

template<class DataType >
typedef boost::function_traits<DataType>::result_type RTT::internal::DataSourceStorageImpl< 4, DataType >::result_type

Definition at line 315 of file DataSourceStorage.hpp.

Constructor & Destructor Documentation

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

Definition at line 329 of file DataSourceStorage.hpp.

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

Definition at line 330 of file DataSourceStorage.hpp.

Member Function Documentation

template<class DataType >
template<class ContainerT >
void RTT::internal::DataSourceStorageImpl< 4, DataType >::initArgs ( ContainerT &  cc)
inline

Definition at line 333 of file DataSourceStorage.hpp.

template<class DataType >
void RTT::internal::DataSourceStorageImpl< 4, DataType >::store ( arg1_type  a1,
arg2_type  a2,
arg3_type  a3,
arg4_type  a4 
)
inline

Definition at line 339 of file DataSourceStorage.hpp.

Member Data Documentation

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

Definition at line 320 of file DataSourceStorage.hpp.

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

Definition at line 321 of file DataSourceStorage.hpp.

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

Definition at line 322 of file DataSourceStorage.hpp.

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

Definition at line 323 of file DataSourceStorage.hpp.


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


rtt
Author(s): RTT Developers
autogenerated on Tue Jun 25 2019 19:33:44