Public Types | Public Member Functions | Protected Attributes | List of all members
RTT::internal::CollectSignature< 2, F, ToCollect > Struct Template Reference

#include <CollectSignature.hpp>

Public Types

typedef boost::function_traits< F >::arg1_type arg1_type
 
typedef boost::function_traits< F >::arg2_type arg2_type
 

Public Member Functions

SendStatus collect (arg1_type t1, arg2_type t2) const
 
SendStatus collectIfDone (arg1_type t1, arg2_type t2) const
 
 CollectSignature ()
 
 CollectSignature (ToCollect implementation)
 
 ~CollectSignature ()
 

Protected Attributes

ToCollect cimpl
 

Detailed Description

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

Definition at line 175 of file CollectSignature.hpp.

Member Typedef Documentation

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

Definition at line 177 of file CollectSignature.hpp.

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

Definition at line 178 of file CollectSignature.hpp.

Constructor & Destructor Documentation

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

Definition at line 180 of file CollectSignature.hpp.

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

Definition at line 181 of file CollectSignature.hpp.

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

Definition at line 182 of file CollectSignature.hpp.

Member Function Documentation

template<class F , class ToCollect >
SendStatus RTT::internal::CollectSignature< 2, F, ToCollect >::collect ( arg1_type  t1,
arg2_type  t2 
) const
inline

Collect this operator if the method has two arguments.

Definition at line 187 of file CollectSignature.hpp.

template<class F , class ToCollect >
SendStatus RTT::internal::CollectSignature< 2, F, ToCollect >::collectIfDone ( arg1_type  t1,
arg2_type  t2 
) const
inline

Definition at line 194 of file CollectSignature.hpp.

Member Data Documentation

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

Definition at line 201 of file CollectSignature.hpp.


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


rtt
Author(s): RTT Developers
autogenerated on Tue Jun 25 2019 19:33:43