Orocos Real-Time Toolkit  2.8.3
Public Types | Public Member Functions | Protected Attributes | List of all members
RTT::internal::CollectSignature< 6, F, ToCollect > Struct Template Reference

#include <rtt/internal/CollectSignature.hpp>

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
 
typedef boost::function_traits< F >::arg5_type arg5_type
 
typedef boost::function_traits< F >::arg6_type arg6_type
 

Public Member Functions

 CollectSignature ()
 
 CollectSignature (ToCollect implementation)
 
 ~CollectSignature ()
 
SendStatus collect (arg1_type t1, arg2_type t2, arg3_type t3, arg4_type t4, arg5_type t5, arg6_type t6)
 Collect this operator if the method has four arguments. More...
 
SendStatus collectIfDone (arg1_type t1, arg2_type t2, arg3_type t3, arg4_type t4, arg5_type t5, arg6_type t6)
 

Protected Attributes

ToCollect cimpl
 

Detailed Description

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

Definition at line 301 of file CollectSignature.hpp.

Member Typedef Documentation

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

Definition at line 303 of file CollectSignature.hpp.

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

Definition at line 304 of file CollectSignature.hpp.

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

Definition at line 305 of file CollectSignature.hpp.

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

Definition at line 306 of file CollectSignature.hpp.

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

Definition at line 307 of file CollectSignature.hpp.

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

Definition at line 308 of file CollectSignature.hpp.

Constructor & Destructor Documentation

template<class F , class ToCollect >
RTT::internal::CollectSignature< 6, F, ToCollect >::CollectSignature ( )
inline

Definition at line 310 of file CollectSignature.hpp.

template<class F , class ToCollect >
RTT::internal::CollectSignature< 6, F, ToCollect >::CollectSignature ( ToCollect  implementation)
inline

Definition at line 311 of file CollectSignature.hpp.

template<class F , class ToCollect >
RTT::internal::CollectSignature< 6, F, ToCollect >::~CollectSignature ( )
inline

Definition at line 312 of file CollectSignature.hpp.

Member Function Documentation

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

Collect this operator if the method has four arguments.

Definition at line 317 of file CollectSignature.hpp.

References RTT::SendFailure.

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

Definition at line 324 of file CollectSignature.hpp.

References RTT::SendFailure.

Member Data Documentation

template<class F , class ToCollect >
ToCollect RTT::internal::CollectSignature< 6, F, ToCollect >::cimpl
protected

Definition at line 331 of file CollectSignature.hpp.


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