#include <ReturnBase.hpp>
Public Types | |
typedef boost::function_traits < F >::arg1_type | arg1_type |
typedef boost::function_traits < F >::result_type | result_type |
Public Member Functions | |
virtual result_type | ret (arg1_type a1)=0 |
virtual result_type | ret ()=0 |
virtual | ~ReturnBaseImpl () |
Definition at line 75 of file ReturnBase.hpp.
typedef boost::function_traits<F>::arg1_type RTT::internal::ReturnBaseImpl< 1, F >::arg1_type |
Definition at line 78 of file ReturnBase.hpp.
typedef boost::function_traits<F>::result_type RTT::internal::ReturnBaseImpl< 1, F >::result_type |
Definition at line 77 of file ReturnBase.hpp.
virtual RTT::internal::ReturnBaseImpl< 1, F >::~ReturnBaseImpl | ( | ) | [inline, virtual] |
Definition at line 79 of file ReturnBase.hpp.
virtual result_type RTT::internal::ReturnBaseImpl< 1, F >::ret | ( | arg1_type | a1 | ) | [pure virtual] |
virtual result_type RTT::internal::ReturnBaseImpl< 1, F >::ret | ( | ) | [pure virtual] |