#include <InvokerBase.hpp>
Public Types | |
| typedef boost::function_traits < F >::result_type | result_reference |
| typedef boost::function_traits < F >::result_type | result_type |
Public Member Functions | |
| virtual result_type | call ()=0 |
| virtual SendHandle< F > | send ()=0 |
| virtual | ~InvokerBaseImpl () |
Definition at line 74 of file InvokerBase.hpp.
| typedef boost::function_traits<F>::result_type RTT::internal::InvokerBaseImpl< 0, F >::result_reference |
Definition at line 77 of file InvokerBase.hpp.
| typedef boost::function_traits<F>::result_type RTT::internal::InvokerBaseImpl< 0, F >::result_type |
Definition at line 76 of file InvokerBase.hpp.
| virtual RTT::internal::InvokerBaseImpl< 0, F >::~InvokerBaseImpl | ( | ) | [inline, virtual] |
Definition at line 78 of file InvokerBase.hpp.
| virtual result_type RTT::internal::InvokerBaseImpl< 0, F >::call | ( | ) | [pure virtual] |
| virtual SendHandle<F> RTT::internal::InvokerBaseImpl< 0, F >::send | ( | ) | [pure virtual] |