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

#include <rtt/internal/CollectSignature.hpp>

Public Types

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

Public Member Functions

 CollectSignature ()
 
 CollectSignature (ToCollect implementation)
 
 ~CollectSignature ()
 
SendStatus collect (arg1_type a1)
 Collect this operator if the method has one argument. More...
 
SendStatus collectIfDone (arg1_type a1)
 

Protected Attributes

ToCollect cimpl
 

Detailed Description

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

Definition at line 145 of file CollectSignature.hpp.

Member Typedef Documentation

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

Definition at line 148 of file CollectSignature.hpp.

template<class F , class ToCollect >
typedef boost::function_traits<F>::result_type RTT::internal::CollectSignature< 1, F, ToCollect >::result_type

Definition at line 147 of file CollectSignature.hpp.

Constructor & Destructor Documentation

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

Definition at line 150 of file CollectSignature.hpp.

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

Definition at line 151 of file CollectSignature.hpp.

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

Definition at line 152 of file CollectSignature.hpp.

Member Function Documentation

template<class F , class ToCollect >
SendStatus RTT::internal::CollectSignature< 1, F, ToCollect >::collect ( arg1_type  a1)
inline

Collect this operator if the method has one argument.

Definition at line 157 of file CollectSignature.hpp.

References RTT::SendFailure.

template<class F , class ToCollect >
SendStatus RTT::internal::CollectSignature< 1, F, ToCollect >::collectIfDone ( arg1_type  a1)
inline

Definition at line 164 of file CollectSignature.hpp.

References RTT::SendFailure.

Member Data Documentation

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

Definition at line 171 of file CollectSignature.hpp.


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