Public Types | Public Member Functions | Protected Attributes | List of all members
RTT::internal::InvokerSignature< 5, F, ToInvoke > Struct Template Reference

#include <InvokerSignature.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 >::arg3_type arg3_type
 
typedef boost::function_traits< F >::arg4_type arg4_type
 
typedef boost::function_traits< F >::arg5_type arg5_type
 
typedef boost::function_traits< F >::result_type result_type
 

Public Member Functions

result_type call (arg1_type a1, arg2_type a2, arg3_type a3, arg4_type a4, arg5_type a5)
 
 InvokerSignature ()
 
 InvokerSignature (ToInvoke implementation)
 
result_type operator() (arg1_type t1, arg2_type t2, arg3_type t3, arg4_type t4, arg5_type t5)
 
SendHandle< F > send (arg1_type a1, arg2_type a2, arg3_type a3, arg4_type a4, arg5_type a5)
 
 ~InvokerSignature ()
 

Protected Attributes

ToInvoke impl
 

Detailed Description

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

Definition at line 238 of file InvokerSignature.hpp.

Member Typedef Documentation

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

Definition at line 241 of file InvokerSignature.hpp.

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

Definition at line 242 of file InvokerSignature.hpp.

template<class F , class ToInvoke >
typedef boost::function_traits<F>::arg3_type RTT::internal::InvokerSignature< 5, F, ToInvoke >::arg3_type

Definition at line 243 of file InvokerSignature.hpp.

template<class F , class ToInvoke >
typedef boost::function_traits<F>::arg4_type RTT::internal::InvokerSignature< 5, F, ToInvoke >::arg4_type

Definition at line 244 of file InvokerSignature.hpp.

template<class F , class ToInvoke >
typedef boost::function_traits<F>::arg5_type RTT::internal::InvokerSignature< 5, F, ToInvoke >::arg5_type

Definition at line 245 of file InvokerSignature.hpp.

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

Definition at line 240 of file InvokerSignature.hpp.

Constructor & Destructor Documentation

template<class F , class ToInvoke >
RTT::internal::InvokerSignature< 5, F, ToInvoke >::InvokerSignature ( )
inline

Definition at line 247 of file InvokerSignature.hpp.

template<class F , class ToInvoke >
RTT::internal::InvokerSignature< 5, F, ToInvoke >::InvokerSignature ( ToInvoke  implementation)
inline

Definition at line 248 of file InvokerSignature.hpp.

template<class F , class ToInvoke >
RTT::internal::InvokerSignature< 5, F, ToInvoke >::~InvokerSignature ( )
inline

Definition at line 249 of file InvokerSignature.hpp.

Member Function Documentation

template<class F , class ToInvoke >
result_type RTT::internal::InvokerSignature< 5, F, ToInvoke >::call ( arg1_type  a1,
arg2_type  a2,
arg3_type  a3,
arg4_type  a4,
arg5_type  a5 
)
inline

Definition at line 261 of file InvokerSignature.hpp.

template<class F , class ToInvoke >
result_type RTT::internal::InvokerSignature< 5, F, ToInvoke >::operator() ( arg1_type  t1,
arg2_type  t2,
arg3_type  t3,
arg4_type  t4,
arg5_type  t5 
)
inline

Invoke this operator if the method has four arguments.

Definition at line 254 of file InvokerSignature.hpp.

template<class F , class ToInvoke >
SendHandle<F> RTT::internal::InvokerSignature< 5, F, ToInvoke >::send ( arg1_type  a1,
arg2_type  a2,
arg3_type  a3,
arg4_type  a4,
arg5_type  a5 
)
inline

Definition at line 265 of file InvokerSignature.hpp.

Member Data Documentation

template<class F , class ToInvoke >
ToInvoke RTT::internal::InvokerSignature< 5, F, ToInvoke >::impl
protected

Definition at line 273 of file InvokerSignature.hpp.


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


rtt
Author(s): RTT Developers
autogenerated on Tue Jun 25 2019 19:33:44