Public Types | Public Member Functions | List of all members
RTT::internal::ReturnBaseImpl< 4, F > Struct Template Referenceabstract

#include <ReturnBase.hpp>

Public Types

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

Public Member Functions

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

Detailed Description

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

Definition at line 111 of file ReturnBase.hpp.

Member Typedef Documentation

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

Definition at line 114 of file ReturnBase.hpp.

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

Definition at line 115 of file ReturnBase.hpp.

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

Definition at line 116 of file ReturnBase.hpp.

template<class F >
typedef boost::function_traits<F>::arg4_type RTT::internal::ReturnBaseImpl< 4, F >::arg4_type

Definition at line 117 of file ReturnBase.hpp.

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

Definition at line 113 of file ReturnBase.hpp.

Constructor & Destructor Documentation

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

Definition at line 118 of file ReturnBase.hpp.

Member Function Documentation

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

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


rtt
Author(s): RTT Developers
autogenerated on Fri Oct 25 2019 03:59:47