#include <ReturnSignature.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 >::result_type | result_type |
Public Member Functions | |
| result_type | ret (arg1_type a1, arg2_type a2) |
| result_type | ret () |
| ReturnSignature () | |
| ReturnSignature (ToInvoke implementation) | |
| ~ReturnSignature () | |
Protected Attributes | |
| ToInvoke | impl |
Definition at line 105 of file ReturnSignature.hpp.
| typedef boost::function_traits<F>::arg1_type RTT::internal::ReturnSignature< 2, F, ToInvoke >::arg1_type |
Definition at line 108 of file ReturnSignature.hpp.
| typedef boost::function_traits<F>::arg2_type RTT::internal::ReturnSignature< 2, F, ToInvoke >::arg2_type |
Definition at line 109 of file ReturnSignature.hpp.
| typedef boost::function_traits<F>::result_type RTT::internal::ReturnSignature< 2, F, ToInvoke >::result_type |
Definition at line 107 of file ReturnSignature.hpp.
| RTT::internal::ReturnSignature< 2, F, ToInvoke >::ReturnSignature | ( | ) | [inline] |
Definition at line 111 of file ReturnSignature.hpp.
| RTT::internal::ReturnSignature< 2, F, ToInvoke >::ReturnSignature | ( | ToInvoke | implementation | ) | [inline] |
Definition at line 112 of file ReturnSignature.hpp.
| RTT::internal::ReturnSignature< 2, F, ToInvoke >::~ReturnSignature | ( | ) | [inline] |
Definition at line 113 of file ReturnSignature.hpp.
| result_type RTT::internal::ReturnSignature< 2, F, ToInvoke >::ret | ( | arg1_type | a1, |
| arg2_type | a2 | ||
| ) | [inline] |
Definition at line 115 of file ReturnSignature.hpp.
| result_type RTT::internal::ReturnSignature< 2, F, ToInvoke >::ret | ( | ) | [inline] |
Definition at line 121 of file ReturnSignature.hpp.
ToInvoke RTT::internal::ReturnSignature< 2, F, ToInvoke >::impl [protected] |
Definition at line 127 of file ReturnSignature.hpp.