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

#include <rtt/internal/Return.hpp>

Inheritance diagram for RTT::internal::ReturnImpl< 2, F, BaseImpl >:
RTT::internal::Collect< F, BaseImpl > RTT::internal::CollectImpl< boost::function_traits< CollectType< F >::Ft >::arity, CollectType< F >::Ft, BaseImpl >

Public Types

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

Public Member Functions

virtual ~ReturnImpl ()
 
SendStatus collect ()
 
SendStatus collectIfDone ()
 
result_type ret ()
 

Detailed Description

template<class F, class BaseImpl>
struct RTT::internal::ReturnImpl< 2, F, BaseImpl >

Definition at line 80 of file Return.hpp.

Member Typedef Documentation

template<class F , class BaseImpl >
typedef boost::function<F>::arg1_type RTT::internal::ReturnImpl< 2, F, BaseImpl >::arg1_type

Definition at line 83 of file Return.hpp.

template<class F , class BaseImpl >
typedef boost::function<F>::arg2_type RTT::internal::ReturnImpl< 2, F, BaseImpl >::arg2_type

Definition at line 84 of file Return.hpp.

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

Definition at line 63 of file Collect.hpp.

Constructor & Destructor Documentation

template<class F , class BaseImpl >
virtual RTT::internal::ReturnImpl< 2, F, BaseImpl >::~ReturnImpl ( )
inlinevirtual

Definition at line 85 of file Return.hpp.

Member Function Documentation

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

Definition at line 66 of file Collect.hpp.

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

Definition at line 71 of file Collect.hpp.

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

Definition at line 76 of file Collect.hpp.


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