Public Types | Public Member Functions | Protected Attributes
RTT::internal::CollectSignature< 4, 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 >::arg2_type 
arg2_type
typedef boost::function_traits
< F >::arg3_type 
arg3_type
typedef boost::function_traits
< F >::arg4_type 
arg4_type

Public Member Functions

SendStatus collect (arg1_type t1, arg2_type t2, arg3_type t3, arg4_type t4)
SendStatus collectIfDone (arg1_type t1, arg2_type t2, arg3_type t3, arg4_type t4)
 CollectSignature ()
 CollectSignature (ToCollect implementation)
 ~CollectSignature ()

Protected Attributes

ToCollect cimpl

Detailed Description

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

Definition at line 236 of file CollectSignature.hpp.


Member Typedef Documentation

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

Definition at line 238 of file CollectSignature.hpp.

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

Definition at line 239 of file CollectSignature.hpp.

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

Definition at line 240 of file CollectSignature.hpp.

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

Definition at line 241 of file CollectSignature.hpp.


Constructor & Destructor Documentation

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

Definition at line 243 of file CollectSignature.hpp.

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

Definition at line 244 of file CollectSignature.hpp.

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

Definition at line 245 of file CollectSignature.hpp.


Member Function Documentation

template<class F , class ToCollect >
SendStatus RTT::internal::CollectSignature< 4, F, ToCollect >::collect ( arg1_type  t1,
arg2_type  t2,
arg3_type  t3,
arg4_type  t4 
) [inline]

Collect this operator if the method has four arguments.

Definition at line 250 of file CollectSignature.hpp.

template<class F , class ToCollect >
SendStatus RTT::internal::CollectSignature< 4, F, ToCollect >::collectIfDone ( arg1_type  t1,
arg2_type  t2,
arg3_type  t3,
arg4_type  t4 
) [inline]

Definition at line 257 of file CollectSignature.hpp.


Member Data Documentation

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

Definition at line 264 of file CollectSignature.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