#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 >::arg5_type | arg5_type |
typedef boost::function_traits < F >::arg6_type | arg6_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, arg5_type a5, arg6_type a6)=0 |
virtual result_type | ret ()=0 |
virtual | ~ReturnBaseImpl () |
Definition at line 140 of file ReturnBase.hpp.
typedef boost::function_traits<F>::arg1_type RTT::internal::ReturnBaseImpl< 6, F >::arg1_type |
Definition at line 143 of file ReturnBase.hpp.
typedef boost::function_traits<F>::arg2_type RTT::internal::ReturnBaseImpl< 6, F >::arg2_type |
Definition at line 144 of file ReturnBase.hpp.
typedef boost::function_traits<F>::arg3_type RTT::internal::ReturnBaseImpl< 6, F >::arg3_type |
Definition at line 145 of file ReturnBase.hpp.
typedef boost::function_traits<F>::arg4_type RTT::internal::ReturnBaseImpl< 6, F >::arg4_type |
Definition at line 146 of file ReturnBase.hpp.
typedef boost::function_traits<F>::arg5_type RTT::internal::ReturnBaseImpl< 6, F >::arg5_type |
Definition at line 147 of file ReturnBase.hpp.
typedef boost::function_traits<F>::arg6_type RTT::internal::ReturnBaseImpl< 6, F >::arg6_type |
Definition at line 148 of file ReturnBase.hpp.
typedef boost::function_traits<F>::result_type RTT::internal::ReturnBaseImpl< 6, F >::result_type |
Definition at line 142 of file ReturnBase.hpp.
virtual RTT::internal::ReturnBaseImpl< 6, F >::~ReturnBaseImpl | ( | ) | [inline, virtual] |
Definition at line 149 of file ReturnBase.hpp.
virtual result_type RTT::internal::ReturnBaseImpl< 6, F >::ret | ( | arg1_type | a1, |
arg2_type | a2, | ||
arg3_type | a3, | ||
arg4_type | a4, | ||
arg5_type | a5, | ||
arg6_type | a6 | ||
) | [pure virtual] |
virtual result_type RTT::internal::ReturnBaseImpl< 6, F >::ret | ( | ) | [pure virtual] |