Orocos Real-Time Toolkit  2.9.0
Public Types | Public Member Functions | List of all members
RTT::internal::Collect< F, BaseImpl > Struct Template Reference

This struct takes the user's Function signature F and transforms it to the form required in the CollectImpl template specialisations. More...

#include <rtt/internal/Collect.hpp>

Inheritance diagram for RTT::internal::Collect< F, BaseImpl >:
RTT::internal::CollectImpl< boost::function_traits< CollectType< F >::Ft >::arity, CollectType< F >::Ft, BaseImpl > RTT::internal::ReturnImpl< 0, F, BaseImpl > RTT::internal::ReturnImpl< 1, F, BaseImpl > RTT::internal::ReturnImpl< 2, F, BaseImpl > RTT::internal::ReturnImpl< 3, F, BaseImpl > RTT::internal::ReturnImpl< 4, F, BaseImpl > RTT::internal::ReturnImpl< 5, F, BaseImpl > RTT::internal::ReturnImpl< 6, F, BaseImpl > RTT::internal::ReturnImpl< 7, F, BaseImpl >

Public Types

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

Public Member Functions

SendStatus collect ()
 
SendStatus collectIfDone ()
 
result_type ret ()
 

Detailed Description

template<class F, class BaseImpl>
struct RTT::internal::Collect< F, BaseImpl >

This struct takes the user's Function signature F and transforms it to the form required in the CollectImpl template specialisations.

Definition at line 60 of file Collect.hpp.

Member Typedef Documentation

template<class F , class BaseImpl >
typedef boost::function_traits< F >::result_type RTT::internal::Collect< F, BaseImpl >::result_type

Definition at line 63 of file Collect.hpp.

Member Function Documentation

template<class F , class BaseImpl >
SendStatus RTT::internal::Collect< F, BaseImpl >::collect ( )
inline

Definition at line 66 of file Collect.hpp.

template<class F , class BaseImpl >
SendStatus RTT::internal::Collect< F, BaseImpl >::collectIfDone ( )
inline

Definition at line 71 of file Collect.hpp.

template<class F , class BaseImpl >
result_type RTT::internal::Collect< F, BaseImpl >::ret ( )
inline

Definition at line 76 of file Collect.hpp.


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