#include <InvokerBase.hpp>
Public Types | |
| typedef boost::function< F > ::arg1_type | arg1_type |
| typedef boost::function_traits < F >::result_type | result_type |
Public Member Functions | |
| virtual result_type | call (arg1_type a1)=0 |
| virtual SendHandle< F > | send (arg1_type a1)=0 |
| virtual | ~InvokerBaseImpl () |
Definition at line 84 of file InvokerBase.hpp.
| typedef boost::function<F>::arg1_type RTT::internal::InvokerBaseImpl< 1, F >::arg1_type |
Definition at line 87 of file InvokerBase.hpp.
| typedef boost::function_traits<F>::result_type RTT::internal::InvokerBaseImpl< 1, F >::result_type |
Definition at line 86 of file InvokerBase.hpp.
| virtual RTT::internal::InvokerBaseImpl< 1, F >::~InvokerBaseImpl | ( | ) | [inline, virtual] |
Definition at line 88 of file InvokerBase.hpp.
| virtual result_type RTT::internal::InvokerBaseImpl< 1, F >::call | ( | arg1_type | a1 | ) | [pure virtual] |
| virtual SendHandle<F> RTT::internal::InvokerBaseImpl< 1, F >::send | ( | arg1_type | a1 | ) | [pure virtual] |