RTT::internal::CollectSignature< 7, F, ToCollect > Struct Template Reference

#include <CollectSignature.hpp>

List of all members.

Public Types

typedef boost::function_traits
< F >::arg1_type 
arg1_type
typedef boost::function_traits
< F >::arg1_type 
arg1_type
typedef boost::function_traits
< F >::arg2_type 
arg2_type
typedef boost::function_traits
< F >::arg2_type 
arg2_type
typedef boost::function_traits
< F >::arg3_type 
arg3_type
typedef boost::function_traits
< F >::arg3_type 
arg3_type
typedef boost::function_traits
< F >::arg4_type 
arg4_type
typedef boost::function_traits
< F >::arg4_type 
arg4_type
typedef boost::function_traits
< F >::arg5_type 
arg5_type
typedef boost::function_traits
< F >::arg5_type 
arg5_type
typedef boost::function_traits
< F >::arg6_type 
arg6_type
typedef boost::function_traits
< F >::arg6_type 
arg6_type
typedef boost::function_traits
< F >::arg7_type 
arg7_type
typedef boost::function_traits
< F >::arg7_type 
arg7_type

Public Member Functions

SendStatus collect (arg1_type t1, arg2_type t2, arg3_type t3, arg4_type t4, arg5_type t5, arg6_type t6, arg7_type t7)
SendStatus collect (arg1_type t1, arg2_type t2, arg3_type t3, arg4_type t4, arg5_type t5, arg6_type t6, arg7_type t7)
SendStatus collectIfDone (arg1_type t1, arg2_type t2, arg3_type t3, arg4_type t4, arg5_type t5, arg6_type t6, arg7_type t7)
SendStatus collectIfDone (arg1_type t1, arg2_type t2, arg3_type t3, arg4_type t4, arg5_type t5, arg6_type t6, arg7_type t7)
 CollectSignature (ToCollect implementation)
 CollectSignature ()
 CollectSignature (ToCollect implementation)
 CollectSignature ()
 ~CollectSignature ()
 ~CollectSignature ()

Protected Attributes

ToCollect cimpl

Detailed Description

template<class F, class ToCollect>
struct RTT::internal::CollectSignature< 7, F, ToCollect >

Definition at line 335 of file install/include/rtt/internal/CollectSignature.hpp.


Member Typedef Documentation

template<class F , class ToCollect >
typedef boost::function_traits<F>::arg1_type RTT::internal::CollectSignature< 7, F, ToCollect >::arg1_type

Definition at line 337 of file rtt/internal/CollectSignature.hpp.

template<class F , class ToCollect >
typedef boost::function_traits<F>::arg1_type RTT::internal::CollectSignature< 7, F, ToCollect >::arg1_type
template<class F , class ToCollect >
typedef boost::function_traits<F>::arg2_type RTT::internal::CollectSignature< 7, F, ToCollect >::arg2_type

Definition at line 338 of file rtt/internal/CollectSignature.hpp.

template<class F , class ToCollect >
typedef boost::function_traits<F>::arg2_type RTT::internal::CollectSignature< 7, F, ToCollect >::arg2_type
template<class F , class ToCollect >
typedef boost::function_traits<F>::arg3_type RTT::internal::CollectSignature< 7, F, ToCollect >::arg3_type

Definition at line 339 of file rtt/internal/CollectSignature.hpp.

template<class F , class ToCollect >
typedef boost::function_traits<F>::arg3_type RTT::internal::CollectSignature< 7, F, ToCollect >::arg3_type
template<class F , class ToCollect >
typedef boost::function_traits<F>::arg4_type RTT::internal::CollectSignature< 7, F, ToCollect >::arg4_type

Definition at line 340 of file rtt/internal/CollectSignature.hpp.

template<class F , class ToCollect >
typedef boost::function_traits<F>::arg4_type RTT::internal::CollectSignature< 7, F, ToCollect >::arg4_type
template<class F , class ToCollect >
typedef boost::function_traits<F>::arg5_type RTT::internal::CollectSignature< 7, F, ToCollect >::arg5_type

Definition at line 341 of file rtt/internal/CollectSignature.hpp.

template<class F , class ToCollect >
typedef boost::function_traits<F>::arg5_type RTT::internal::CollectSignature< 7, F, ToCollect >::arg5_type
template<class F , class ToCollect >
typedef boost::function_traits<F>::arg6_type RTT::internal::CollectSignature< 7, F, ToCollect >::arg6_type

Definition at line 342 of file rtt/internal/CollectSignature.hpp.

template<class F , class ToCollect >
typedef boost::function_traits<F>::arg6_type RTT::internal::CollectSignature< 7, F, ToCollect >::arg6_type
template<class F , class ToCollect >
typedef boost::function_traits<F>::arg7_type RTT::internal::CollectSignature< 7, F, ToCollect >::arg7_type

Definition at line 343 of file rtt/internal/CollectSignature.hpp.

template<class F , class ToCollect >
typedef boost::function_traits<F>::arg7_type RTT::internal::CollectSignature< 7, F, ToCollect >::arg7_type

Constructor & Destructor Documentation

template<class F , class ToCollect >
RTT::internal::CollectSignature< 7, F, ToCollect >::CollectSignature (  )  [inline]
template<class F , class ToCollect >
RTT::internal::CollectSignature< 7, F, ToCollect >::CollectSignature ( ToCollect  implementation  )  [inline]
template<class F , class ToCollect >
RTT::internal::CollectSignature< 7, F, ToCollect >::~CollectSignature (  )  [inline]
template<class F , class ToCollect >
RTT::internal::CollectSignature< 7, F, ToCollect >::CollectSignature (  )  [inline]

Definition at line 345 of file rtt/internal/CollectSignature.hpp.

template<class F , class ToCollect >
RTT::internal::CollectSignature< 7, F, ToCollect >::CollectSignature ( ToCollect  implementation  )  [inline]

Definition at line 346 of file rtt/internal/CollectSignature.hpp.

template<class F , class ToCollect >
RTT::internal::CollectSignature< 7, F, ToCollect >::~CollectSignature (  )  [inline]

Definition at line 347 of file rtt/internal/CollectSignature.hpp.


Member Function Documentation

template<class F , class ToCollect >
SendStatus RTT::internal::CollectSignature< 7, F, ToCollect >::collect ( arg1_type  t1,
arg2_type  t2,
arg3_type  t3,
arg4_type  t4,
arg5_type  t5,
arg6_type  t6,
arg7_type  t7 
) [inline]

Collect this operator if the method has four arguments.

Definition at line 352 of file rtt/internal/CollectSignature.hpp.

template<class F , class ToCollect >
SendStatus RTT::internal::CollectSignature< 7, F, ToCollect >::collect ( arg1_type  t1,
arg2_type  t2,
arg3_type  t3,
arg4_type  t4,
arg5_type  t5,
arg6_type  t6,
arg7_type  t7 
) [inline]

Collect this operator if the method has four arguments.

Definition at line 352 of file install/include/rtt/internal/CollectSignature.hpp.

template<class F , class ToCollect >
SendStatus RTT::internal::CollectSignature< 7, F, ToCollect >::collectIfDone ( 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 359 of file rtt/internal/CollectSignature.hpp.

template<class F , class ToCollect >
SendStatus RTT::internal::CollectSignature< 7, F, ToCollect >::collectIfDone ( arg1_type  t1,
arg2_type  t2,
arg3_type  t3,
arg4_type  t4,
arg5_type  t5,
arg6_type  t6,
arg7_type  t7 
) [inline]

Member Data Documentation

template<class F , class ToCollect >
ToCollect RTT::internal::CollectSignature< 7, F, ToCollect >::cimpl [protected]

The documentation for this struct was generated from the following files:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines


rtt
Author(s): RTT Developers
autogenerated on Fri Jan 11 09:49:58 2013