RTT::internal::InvokerImpl< 5, F, BaseImpl > Struct Template Reference

#include <Invoker.hpp>

Inheritance diagram for RTT::internal::InvokerImpl< 5, F, BaseImpl >:
Inheritance graph
[legend]

List of all members.

Public Types

typedef boost::function_traits
< F >::arg1_type 
arg1_type
typedef boost::function_traits
< F >::arg1_type 
arg1_type
typedef boost::function_traits
< F >::arg2_type 
arg2_type
typedef boost::function_traits
< F >::arg2_type 
arg2_type
typedef boost::function_traits
< F >::arg3_type 
arg3_type
typedef boost::function_traits
< F >::arg3_type 
arg3_type
typedef boost::function_traits
< F >::arg4_type 
arg4_type
typedef boost::function_traits
< F >::arg4_type 
arg4_type
typedef boost::function_traits
< F >::arg5_type 
arg5_type
typedef boost::function_traits
< F >::arg5_type 
arg5_type
typedef boost::function_traits
< F >::result_type 
result_type
typedef boost::function_traits
< F >::result_type 
result_type

Public Member Functions

result_type call (arg1_type t1, arg2_type t2, arg3_type t3, arg4_type t4, arg5_type t5)
result_type call (arg1_type t1, arg2_type t2, arg3_type t3, arg4_type t4, arg5_type t5)
result_type ret ()
result_type ret (arg1_type t1, arg2_type t2, arg3_type t3, arg4_type t4, arg5_type t5)
result_type ret ()
result_type ret (arg1_type t1, arg2_type t2, arg3_type t3, arg4_type t4, arg5_type t5)
SendHandle< F > send (arg1_type t1, arg2_type t2, arg3_type t3, arg4_type t4, arg5_type t5)
SendHandle< F > send (arg1_type t1, arg2_type t2, arg3_type t3, arg4_type t4, arg5_type t5)

Detailed Description

template<class F, class BaseImpl>
struct RTT::internal::InvokerImpl< 5, F, BaseImpl >

Definition at line 210 of file install/include/rtt/internal/Invoker.hpp.


Member Typedef Documentation

template<class F , class BaseImpl >
typedef boost::function_traits<F>::arg1_type RTT::internal::InvokerImpl< 5, F, BaseImpl >::arg1_type

Definition at line 214 of file rtt/internal/Invoker.hpp.

template<class F , class BaseImpl >
typedef boost::function_traits<F>::arg1_type RTT::internal::InvokerImpl< 5, F, BaseImpl >::arg1_type

Definition at line 214 of file install/include/rtt/internal/Invoker.hpp.

template<class F , class BaseImpl >
typedef boost::function_traits<F>::arg2_type RTT::internal::InvokerImpl< 5, F, BaseImpl >::arg2_type

Definition at line 215 of file rtt/internal/Invoker.hpp.

template<class F , class BaseImpl >
typedef boost::function_traits<F>::arg2_type RTT::internal::InvokerImpl< 5, F, BaseImpl >::arg2_type

Definition at line 215 of file install/include/rtt/internal/Invoker.hpp.

template<class F , class BaseImpl >
typedef boost::function_traits<F>::arg3_type RTT::internal::InvokerImpl< 5, F, BaseImpl >::arg3_type

Definition at line 216 of file rtt/internal/Invoker.hpp.

template<class F , class BaseImpl >
typedef boost::function_traits<F>::arg3_type RTT::internal::InvokerImpl< 5, F, BaseImpl >::arg3_type

Definition at line 216 of file install/include/rtt/internal/Invoker.hpp.

template<class F , class BaseImpl >
typedef boost::function_traits<F>::arg4_type RTT::internal::InvokerImpl< 5, F, BaseImpl >::arg4_type

Definition at line 217 of file rtt/internal/Invoker.hpp.

template<class F , class BaseImpl >
typedef boost::function_traits<F>::arg4_type RTT::internal::InvokerImpl< 5, F, BaseImpl >::arg4_type

Definition at line 217 of file install/include/rtt/internal/Invoker.hpp.

template<class F , class BaseImpl >
typedef boost::function_traits<F>::arg5_type RTT::internal::InvokerImpl< 5, F, BaseImpl >::arg5_type

Definition at line 218 of file rtt/internal/Invoker.hpp.

template<class F , class BaseImpl >
typedef boost::function_traits<F>::arg5_type RTT::internal::InvokerImpl< 5, F, BaseImpl >::arg5_type

Definition at line 218 of file install/include/rtt/internal/Invoker.hpp.

template<class F , class BaseImpl >
typedef boost::function_traits<F>::result_type RTT::internal::InvokerImpl< 5, F, BaseImpl >::result_type

Definition at line 213 of file rtt/internal/Invoker.hpp.

template<class F , class BaseImpl >
typedef boost::function_traits<F>::result_type RTT::internal::InvokerImpl< 5, F, BaseImpl >::result_type

Definition at line 213 of file install/include/rtt/internal/Invoker.hpp.


Member Function Documentation

template<class F , class BaseImpl >
result_type RTT::internal::InvokerImpl< 5, F, BaseImpl >::call ( 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 223 of file rtt/internal/Invoker.hpp.

template<class F , class BaseImpl >
result_type RTT::internal::InvokerImpl< 5, F, BaseImpl >::call ( 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 223 of file install/include/rtt/internal/Invoker.hpp.

template<class F , class BaseImpl >
result_type RTT::internal::InvokerImpl< 5, F, BaseImpl >::ret ( void   )  [inline]

Definition at line 233 of file rtt/internal/Invoker.hpp.

template<class F , class BaseImpl >
result_type RTT::internal::InvokerImpl< 5, F, BaseImpl >::ret ( arg1_type  t1,
arg2_type  t2,
arg3_type  t3,
arg4_type  t4,
arg5_type  t5 
) [inline]

Definition at line 228 of file rtt/internal/Invoker.hpp.

template<class F , class BaseImpl >
result_type RTT::internal::InvokerImpl< 5, F, BaseImpl >::ret (  )  [inline]

Definition at line 233 of file install/include/rtt/internal/Invoker.hpp.

template<class F , class BaseImpl >
result_type RTT::internal::InvokerImpl< 5, F, BaseImpl >::ret ( arg1_type  t1,
arg2_type  t2,
arg3_type  t3,
arg4_type  t4,
arg5_type  t5 
) [inline]

Definition at line 228 of file install/include/rtt/internal/Invoker.hpp.

template<class F , class BaseImpl >
SendHandle<F> RTT::internal::InvokerImpl< 5, F, BaseImpl >::send ( arg1_type  t1,
arg2_type  t2,
arg3_type  t3,
arg4_type  t4,
arg5_type  t5 
) [inline]

Definition at line 238 of file rtt/internal/Invoker.hpp.

template<class F , class BaseImpl >
SendHandle<F> RTT::internal::InvokerImpl< 5, F, BaseImpl >::send ( arg1_type  t1,
arg2_type  t2,
arg3_type  t3,
arg4_type  t4,
arg5_type  t5 
) [inline]

Definition at line 238 of file install/include/rtt/internal/Invoker.hpp.


The documentation for this struct was generated from the following files:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines


rtt
Author(s): RTT Developers
autogenerated on Fri Jan 11 09:50:02 2013