Orocos Real-Time Toolkit  2.8.3
Public Types | Public Member Functions | Protected Attributes | List of all members
RTT::internal::InvokerSignature< 7, F, ToInvoke > Struct Template Reference

#include <rtt/internal/InvokerSignature.hpp>

Public Types

typedef boost::function_traits< F >::result_type result_type
 
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 >::arg6_type arg6_type
 
typedef boost::function_traits< F >::arg7_type arg7_type
 

Public Member Functions

 InvokerSignature ()
 
 InvokerSignature (ToInvoke implementation)
 
 ~InvokerSignature ()
 
result_type operator() (arg1_type t1, arg2_type t2, arg3_type t3, arg4_type t4, arg5_type t5, arg6_type t6, arg7_type t7)
 Invoke this operator if the method has four arguments. More...
 
result_type call (arg1_type a1, arg2_type a2, arg3_type a3, arg4_type a4, arg5_type a5, arg6_type a6, arg7_type a7)
 
SendHandle< F > send (arg1_type a1, arg2_type a2, arg3_type a3, arg4_type a4, arg5_type a5, arg6_type a6, arg7_type a7)
 

Protected Attributes

ToInvoke impl
 

Detailed Description

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

Definition at line 317 of file InvokerSignature.hpp.

Member Typedef Documentation

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

Definition at line 320 of file InvokerSignature.hpp.

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

Definition at line 321 of file InvokerSignature.hpp.

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

Definition at line 322 of file InvokerSignature.hpp.

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

Definition at line 323 of file InvokerSignature.hpp.

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

Definition at line 324 of file InvokerSignature.hpp.

template<class F , class ToInvoke >
typedef boost::function_traits<F>::arg6_type RTT::internal::InvokerSignature< 7, F, ToInvoke >::arg6_type

Definition at line 325 of file InvokerSignature.hpp.

template<class F , class ToInvoke >
typedef boost::function_traits<F>::arg7_type RTT::internal::InvokerSignature< 7, F, ToInvoke >::arg7_type

Definition at line 326 of file InvokerSignature.hpp.

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

Definition at line 319 of file InvokerSignature.hpp.

Constructor & Destructor Documentation

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

Definition at line 328 of file InvokerSignature.hpp.

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

Definition at line 329 of file InvokerSignature.hpp.

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

Definition at line 330 of file InvokerSignature.hpp.

Member Function Documentation

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

Definition at line 342 of file InvokerSignature.hpp.

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

Invoke this operator if the method has four arguments.

Definition at line 335 of file InvokerSignature.hpp.

References RTT::internal::NA< T >::na().

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

Definition at line 346 of file InvokerSignature.hpp.

Member Data Documentation

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

Definition at line 354 of file InvokerSignature.hpp.


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