Public Types | Public Member Functions | Protected Attributes
RTT::internal::InvokerSignature< 2, F, ToInvoke > Struct Template Reference

#include <InvokerSignature.hpp>

List of all members.

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 call (arg1_type a1, arg2_type a2)
 InvokerSignature ()
 InvokerSignature (ToInvoke implementation)
result_type operator() (arg1_type t1, arg2_type t2)
SendHandle< F > send (arg1_type a1, arg2_type a2)
 ~InvokerSignature ()

Protected Attributes

ToInvoke impl

Detailed Description

template<class F, class ToInvoke>
struct RTT::internal::InvokerSignature< 2, F, ToInvoke >

Definition at line 129 of file InvokerSignature.hpp.


Member Typedef Documentation

template<class F , class ToInvoke >
typedef boost::function_traits<F>::arg1_type RTT::internal::InvokerSignature< 2, F, ToInvoke >::arg1_type

Definition at line 132 of file InvokerSignature.hpp.

template<class F , class ToInvoke >
typedef boost::function_traits<F>::arg2_type RTT::internal::InvokerSignature< 2, F, ToInvoke >::arg2_type

Definition at line 133 of file InvokerSignature.hpp.

template<class F , class ToInvoke >
typedef boost::function_traits<F>::result_type RTT::internal::InvokerSignature< 2, F, ToInvoke >::result_type

Definition at line 131 of file InvokerSignature.hpp.


Constructor & Destructor Documentation

template<class F , class ToInvoke >
RTT::internal::InvokerSignature< 2, F, ToInvoke >::InvokerSignature ( ) [inline]

Definition at line 135 of file InvokerSignature.hpp.

template<class F , class ToInvoke >
RTT::internal::InvokerSignature< 2, F, ToInvoke >::InvokerSignature ( ToInvoke  implementation) [inline]

Definition at line 136 of file InvokerSignature.hpp.

template<class F , class ToInvoke >
RTT::internal::InvokerSignature< 2, F, ToInvoke >::~InvokerSignature ( ) [inline]

Definition at line 137 of file InvokerSignature.hpp.


Member Function Documentation

template<class F , class ToInvoke >
result_type RTT::internal::InvokerSignature< 2, F, ToInvoke >::call ( arg1_type  a1,
arg2_type  a2 
) [inline]

Definition at line 149 of file InvokerSignature.hpp.

template<class F , class ToInvoke >
result_type RTT::internal::InvokerSignature< 2, F, ToInvoke >::operator() ( arg1_type  t1,
arg2_type  t2 
) [inline]

Invoke this operator if the method has two arguments.

Definition at line 142 of file InvokerSignature.hpp.

template<class F , class ToInvoke >
SendHandle<F> RTT::internal::InvokerSignature< 2, F, ToInvoke >::send ( arg1_type  a1,
arg2_type  a2 
) [inline]

Definition at line 153 of file InvokerSignature.hpp.


Member Data Documentation

template<class F , class ToInvoke >
ToInvoke RTT::internal::InvokerSignature< 2, F, ToInvoke >::impl [protected]

Definition at line 160 of file InvokerSignature.hpp.


The documentation for this struct was generated from the following file:


rtt
Author(s): RTT Developers
autogenerated on Wed Aug 26 2015 16:16:24