Public Types | Public Member Functions | List of all members
RTT::internal::InvokerImpl< 7, F, BaseImpl > Struct Template Reference

#include <Invoker.hpp>

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

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 >::arg6_type arg6_type
 
typedef boost::function_traits< F >::arg7_type arg7_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, arg6_type t6, arg7_type t7)
 
result_type ret (arg1_type t1, arg2_type t2, arg3_type t3, arg4_type t4, arg5_type t5, arg6_type t6, arg7_type t7)
 
result_type ret ()
 
SendHandle< F > send (arg1_type t1, arg2_type t2, arg3_type t3, arg4_type t4, arg5_type t5, arg6_type t6, arg7_type t7)
 

Detailed Description

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

Definition at line 287 of file Invoker.hpp.

Member Typedef Documentation

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

Definition at line 291 of file Invoker.hpp.

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

Definition at line 292 of file Invoker.hpp.

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

Definition at line 293 of file Invoker.hpp.

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

Definition at line 294 of file Invoker.hpp.

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

Definition at line 295 of file Invoker.hpp.

template<class F , class BaseImpl >
typedef boost::function_traits<F>::arg6_type RTT::internal::InvokerImpl< 7, F, BaseImpl >::arg6_type

Definition at line 296 of file Invoker.hpp.

template<class F , class BaseImpl >
typedef boost::function_traits<F>::arg7_type RTT::internal::InvokerImpl< 7, F, BaseImpl >::arg7_type

Definition at line 297 of file Invoker.hpp.

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

Definition at line 290 of file Invoker.hpp.

Member Function Documentation

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

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

Definition at line 307 of file Invoker.hpp.

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

Definition at line 312 of file Invoker.hpp.

template<class F , class BaseImpl >
SendHandle<F> RTT::internal::InvokerImpl< 7, F, BaseImpl >::send ( arg1_type  t1,
arg2_type  t2,
arg3_type  t3,
arg4_type  t4,
arg5_type  t5,
arg6_type  t6,
arg7_type  t7 
)
inline

Definition at line 317 of file Invoker.hpp.


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


rtt
Author(s): RTT Developers
autogenerated on Fri Oct 25 2019 03:59:47