Public Types | Public Member Functions | List of all members
RTT::internal::InvokerBaseImpl< 5, F > Struct Template Referenceabstract

#include <InvokerBase.hpp>

Public Types

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

Public Member Functions

virtual result_type call (arg1_type a1, arg2_type a2, arg3_type a3, arg4_type a4, arg5_type a5)=0
 
virtual SendHandle< F > send (arg1_type a1, arg2_type a2, arg3_type a3, arg4_type a4, arg5_type a5)=0
 
virtual ~InvokerBaseImpl ()
 

Detailed Description

template<class F>
struct RTT::internal::InvokerBaseImpl< 5, F >

Definition at line 130 of file InvokerBase.hpp.

Member Typedef Documentation

template<class F >
typedef boost::function<F>::arg1_type RTT::internal::InvokerBaseImpl< 5, F >::arg1_type

Definition at line 133 of file InvokerBase.hpp.

template<class F >
typedef boost::function<F>::arg2_type RTT::internal::InvokerBaseImpl< 5, F >::arg2_type

Definition at line 134 of file InvokerBase.hpp.

template<class F >
typedef boost::function<F>::arg3_type RTT::internal::InvokerBaseImpl< 5, F >::arg3_type

Definition at line 135 of file InvokerBase.hpp.

template<class F >
typedef boost::function<F>::arg4_type RTT::internal::InvokerBaseImpl< 5, F >::arg4_type

Definition at line 136 of file InvokerBase.hpp.

template<class F >
typedef boost::function<F>::arg5_type RTT::internal::InvokerBaseImpl< 5, F >::arg5_type

Definition at line 137 of file InvokerBase.hpp.

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

Definition at line 132 of file InvokerBase.hpp.

Constructor & Destructor Documentation

template<class F >
virtual RTT::internal::InvokerBaseImpl< 5, F >::~InvokerBaseImpl ( )
inlinevirtual

Definition at line 138 of file InvokerBase.hpp.

Member Function Documentation

template<class F >
virtual result_type RTT::internal::InvokerBaseImpl< 5, F >::call ( arg1_type  a1,
arg2_type  a2,
arg3_type  a3,
arg4_type  a4,
arg5_type  a5 
)
pure virtual
template<class F >
virtual SendHandle<F> RTT::internal::InvokerBaseImpl< 5, F >::send ( arg1_type  a1,
arg2_type  a2,
arg3_type  a3,
arg4_type  a4,
arg5_type  a5 
)
pure virtual

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