Public Types | Public Member Functions | Public Attributes
RTT::internal::BindStorageImpl< 7, ToBind > Struct Template Reference

#include <BindStorage.hpp>

List of all members.

Public Types

typedef boost::function_traits
< ToBind >::arg1_type 
arg1_type
typedef boost::function_traits
< ToBind >::arg2_type 
arg2_type
typedef boost::function_traits
< ToBind >::arg3_type 
arg3_type
typedef boost::function_traits
< ToBind >::arg4_type 
arg4_type
typedef boost::function_traits
< ToBind >::arg5_type 
arg5_type
typedef boost::function_traits
< ToBind >::arg6_type 
arg6_type
typedef boost::function_traits
< ToBind >::arg7_type 
arg7_type
typedef boost::function_traits
< ToBind >::result_type 
result_type
typedef RStore< result_typeRStoreType

Public Member Functions

 BindStorageImpl ()
 BindStorageImpl (const BindStorageImpl &orig)
void exec ()
void store (arg1_type t1, arg2_type t2, arg3_type t3, arg4_type t4, arg5_type t5, arg6_type t6, arg7_type t7)

Public Attributes

AStore< arg1_typea1
AStore< arg2_typea2
AStore< arg3_typea3
AStore< arg4_typea4
AStore< arg5_typea5
AStore< arg6_typea6
AStore< arg7_typea7
boost::function< ToBind > mmeth
RStore< result_typeretv
bf::vector< RStore
< result_type > &, AStore
< arg1_type > &, AStore
< arg2_type > &, AStore
< arg3_type > &, AStore
< arg4_type > &, AStore
< arg5_type > &, AStore
< arg6_type > &, AStore
< arg7_type > & > 
vStore

Detailed Description

template<class ToBind>
struct RTT::internal::BindStorageImpl< 7, ToBind >

Definition at line 537 of file BindStorage.hpp.


Member Typedef Documentation

template<class ToBind >
typedef boost::function_traits<ToBind>::arg1_type RTT::internal::BindStorageImpl< 7, ToBind >::arg1_type

Definition at line 540 of file BindStorage.hpp.

template<class ToBind >
typedef boost::function_traits<ToBind>::arg2_type RTT::internal::BindStorageImpl< 7, ToBind >::arg2_type

Definition at line 541 of file BindStorage.hpp.

template<class ToBind >
typedef boost::function_traits<ToBind>::arg3_type RTT::internal::BindStorageImpl< 7, ToBind >::arg3_type

Definition at line 542 of file BindStorage.hpp.

template<class ToBind >
typedef boost::function_traits<ToBind>::arg4_type RTT::internal::BindStorageImpl< 7, ToBind >::arg4_type

Definition at line 543 of file BindStorage.hpp.

template<class ToBind >
typedef boost::function_traits<ToBind>::arg5_type RTT::internal::BindStorageImpl< 7, ToBind >::arg5_type

Definition at line 544 of file BindStorage.hpp.

template<class ToBind >
typedef boost::function_traits<ToBind>::arg6_type RTT::internal::BindStorageImpl< 7, ToBind >::arg6_type

Definition at line 545 of file BindStorage.hpp.

template<class ToBind >
typedef boost::function_traits<ToBind>::arg7_type RTT::internal::BindStorageImpl< 7, ToBind >::arg7_type

Definition at line 546 of file BindStorage.hpp.

template<class ToBind >
typedef boost::function_traits<ToBind>::result_type RTT::internal::BindStorageImpl< 7, ToBind >::result_type

Definition at line 539 of file BindStorage.hpp.

template<class ToBind >
typedef RStore<result_type> RTT::internal::BindStorageImpl< 7, ToBind >::RStoreType

Definition at line 547 of file BindStorage.hpp.


Constructor & Destructor Documentation

template<class ToBind >
RTT::internal::BindStorageImpl< 7, ToBind >::BindStorageImpl ( ) [inline]

Definition at line 566 of file BindStorage.hpp.

template<class ToBind >
RTT::internal::BindStorageImpl< 7, ToBind >::BindStorageImpl ( const BindStorageImpl< 7, ToBind > &  orig) [inline]

Definition at line 567 of file BindStorage.hpp.


Member Function Documentation

template<class ToBind >
void RTT::internal::BindStorageImpl< 7, ToBind >::exec ( ) [inline]

Definition at line 570 of file BindStorage.hpp.

template<class ToBind >
void RTT::internal::BindStorageImpl< 7, ToBind >::store ( arg1_type  t1,
arg2_type  t2,
arg3_type  t3,
arg4_type  t4,
arg5_type  t5,
arg6_type  t6,
arg7_type  t7 
) [inline]

Definition at line 569 of file BindStorage.hpp.


Member Data Documentation

template<class ToBind >
AStore<arg1_type> RTT::internal::BindStorageImpl< 7, ToBind >::a1 [mutable]

Definition at line 552 of file BindStorage.hpp.

template<class ToBind >
AStore<arg2_type> RTT::internal::BindStorageImpl< 7, ToBind >::a2 [mutable]

Definition at line 553 of file BindStorage.hpp.

template<class ToBind >
AStore<arg3_type> RTT::internal::BindStorageImpl< 7, ToBind >::a3 [mutable]

Definition at line 554 of file BindStorage.hpp.

template<class ToBind >
AStore<arg4_type> RTT::internal::BindStorageImpl< 7, ToBind >::a4 [mutable]

Definition at line 555 of file BindStorage.hpp.

template<class ToBind >
AStore<arg5_type> RTT::internal::BindStorageImpl< 7, ToBind >::a5 [mutable]

Definition at line 556 of file BindStorage.hpp.

template<class ToBind >
AStore<arg6_type> RTT::internal::BindStorageImpl< 7, ToBind >::a6 [mutable]

Definition at line 557 of file BindStorage.hpp.

template<class ToBind >
AStore<arg7_type> RTT::internal::BindStorageImpl< 7, ToBind >::a7 [mutable]

Definition at line 558 of file BindStorage.hpp.

template<class ToBind >
boost::function<ToBind> RTT::internal::BindStorageImpl< 7, ToBind >::mmeth

Definition at line 550 of file BindStorage.hpp.

template<class ToBind >
RStore<result_type> RTT::internal::BindStorageImpl< 7, ToBind >::retv [mutable]

Definition at line 559 of file BindStorage.hpp.

template<class ToBind >
bf::vector< RStore<result_type>&, AStore<arg1_type>&, AStore<arg2_type>&, AStore<arg3_type>&, AStore<arg4_type>&, AStore<arg5_type>&, AStore<arg6_type>&, AStore<arg7_type>& > RTT::internal::BindStorageImpl< 7, ToBind >::vStore

Definition at line 565 of file BindStorage.hpp.


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


rtt
Author(s): RTT Developers
autogenerated on Mon Oct 6 2014 03:13:58