Public Types | Public Member Functions | Public Attributes
RTT::internal::DataSourceStorageImpl< 5, DataType > Struct Template Reference

#include <DataSourceStorage.hpp>

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

List of all members.

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 boost::function_traits
< DataType >::arg5_type 
arg5_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 boost::function_traits
< DataType >::result_type 
result_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)

Public Attributes

DataSourceArgStorage< arg1_typema1
DataSourceArgStorage< arg2_typema2
DataSourceArgStorage< arg3_typema3
DataSourceArgStorage< arg4_typema4
DataSourceArgStorage< arg5_typema5

Detailed Description

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

Definition at line 348 of file DataSourceStorage.hpp.


Member Typedef Documentation

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

Definition at line 352 of file DataSourceStorage.hpp.

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

Definition at line 353 of file DataSourceStorage.hpp.

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

Definition at line 354 of file DataSourceStorage.hpp.

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

Definition at line 355 of file DataSourceStorage.hpp.

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

Definition at line 356 of file DataSourceStorage.hpp.

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

Definition at line 362 of file DataSourceStorage.hpp.

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

Definition at line 363 of file DataSourceStorage.hpp.

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

Definition at line 364 of file DataSourceStorage.hpp.

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

Definition at line 365 of file DataSourceStorage.hpp.

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

Definition at line 366 of file DataSourceStorage.hpp.

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

Definition at line 351 of file DataSourceStorage.hpp.


Constructor & Destructor Documentation

template<class DataType >
RTT::internal::DataSourceStorageImpl< 5, DataType >::DataSourceStorageImpl ( ) [inline]

Definition at line 368 of file DataSourceStorage.hpp.

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

Definition at line 369 of file DataSourceStorage.hpp.


Member Function Documentation

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

Definition at line 372 of file DataSourceStorage.hpp.

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

Definition at line 379 of file DataSourceStorage.hpp.


Member Data Documentation

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

Definition at line 357 of file DataSourceStorage.hpp.

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

Definition at line 358 of file DataSourceStorage.hpp.

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

Definition at line 359 of file DataSourceStorage.hpp.

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

Definition at line 360 of file DataSourceStorage.hpp.

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

Definition at line 361 of file DataSourceStorage.hpp.


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


rtt
Author(s): RTT Developers
autogenerated on Sat Jun 8 2019 18:46:39