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

#include <rtt/internal/ReturnBase.hpp>

Public Types

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

Public Member Functions

virtual ~ReturnBaseImpl ()
 
virtual result_type ret (arg1_type a1, arg2_type a2, arg3_type a3)=0
 
virtual result_type ret ()=0
 

Detailed Description

template<class F>
struct RTT::internal::ReturnBaseImpl< 3, F >

Definition at line 98 of file ReturnBase.hpp.

Member Typedef Documentation

template<class F >
typedef boost::function_traits<F>::arg1_type RTT::internal::ReturnBaseImpl< 3, F >::arg1_type

Definition at line 101 of file ReturnBase.hpp.

template<class F >
typedef boost::function_traits<F>::arg2_type RTT::internal::ReturnBaseImpl< 3, F >::arg2_type

Definition at line 102 of file ReturnBase.hpp.

template<class F >
typedef boost::function_traits<F>::arg3_type RTT::internal::ReturnBaseImpl< 3, F >::arg3_type

Definition at line 103 of file ReturnBase.hpp.

template<class F >
typedef boost::function_traits<F>::result_type RTT::internal::ReturnBaseImpl< 3, F >::result_type

Definition at line 100 of file ReturnBase.hpp.

Constructor & Destructor Documentation

template<class F >
virtual RTT::internal::ReturnBaseImpl< 3, F >::~ReturnBaseImpl ( )
inlinevirtual

Definition at line 104 of file ReturnBase.hpp.

Member Function Documentation

template<class F >
virtual result_type RTT::internal::ReturnBaseImpl< 3, F >::ret ( arg1_type  a1,
arg2_type  a2,
arg3_type  a3 
)
pure virtual
template<class F >
virtual result_type RTT::internal::ReturnBaseImpl< 3, F >::ret ( )
pure virtual

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