RTT::internal::InvokerBaseImpl< 7, F > Struct Template Reference

#include <InvokerBase.hpp>

List of all members.

Public Types

typedef boost::function< F >
::arg1_type 
arg1_type
typedef boost::function< F >
::arg1_type 
arg1_type
typedef boost::function< F >
::arg2_type 
arg2_type
typedef boost::function< F >
::arg2_type 
arg2_type
typedef boost::function< F >
::arg3_type 
arg3_type
typedef boost::function< F >
::arg3_type 
arg3_type
typedef boost::function< F >
::arg4_type 
arg4_type
typedef boost::function< F >
::arg4_type 
arg4_type
typedef boost::function< F >
::arg5_type 
arg5_type
typedef boost::function< F >
::arg5_type 
arg5_type
typedef boost::function< F >
::arg6_type 
arg6_type
typedef boost::function< F >
::arg6_type 
arg6_type
typedef boost::function< F >
::arg7_type 
arg7_type
typedef boost::function< F >
::arg7_type 
arg7_type
typedef boost::function_traits
< F >::result_type 
result_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, arg6_type a6, arg7_type a7)=0
virtual result_type call (arg1_type a1, arg2_type a2, arg3_type a3, arg4_type a4, arg5_type a5, arg6_type a6, arg7_type a7)=0
virtual SendHandle< F > send (arg1_type a1, arg2_type a2, arg3_type a3, arg4_type a4, arg5_type a5, arg6_type a6, arg7_type a7)=0
virtual SendHandle< F > send (arg1_type a1, arg2_type a2, arg3_type a3, arg4_type a4, arg5_type a5, arg6_type a6, arg7_type a7)=0
virtual ~InvokerBaseImpl ()
virtual ~InvokerBaseImpl ()

Detailed Description

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

Definition at line 159 of file install/include/rtt/internal/InvokerBase.hpp.


Member Typedef Documentation

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

Definition at line 162 of file rtt/internal/InvokerBase.hpp.

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

Definition at line 163 of file rtt/internal/InvokerBase.hpp.

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

Definition at line 164 of file rtt/internal/InvokerBase.hpp.

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

Definition at line 165 of file rtt/internal/InvokerBase.hpp.

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

Definition at line 166 of file rtt/internal/InvokerBase.hpp.

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

Definition at line 167 of file rtt/internal/InvokerBase.hpp.

template<class F >
typedef boost::function<F>::arg6_type RTT::internal::InvokerBaseImpl< 7, F >::arg6_type
template<class F >
typedef boost::function<F>::arg7_type RTT::internal::InvokerBaseImpl< 7, F >::arg7_type

Definition at line 168 of file rtt/internal/InvokerBase.hpp.

template<class F >
typedef boost::function<F>::arg7_type RTT::internal::InvokerBaseImpl< 7, F >::arg7_type
template<class F >
typedef boost::function_traits<F>::result_type RTT::internal::InvokerBaseImpl< 7, F >::result_type

Definition at line 161 of file rtt/internal/InvokerBase.hpp.

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

Constructor & Destructor Documentation

template<class F >
virtual RTT::internal::InvokerBaseImpl< 7, F >::~InvokerBaseImpl (  )  [inline, virtual]
template<class F >
virtual RTT::internal::InvokerBaseImpl< 7, F >::~InvokerBaseImpl (  )  [inline, virtual]

Definition at line 169 of file rtt/internal/InvokerBase.hpp.


Member Function Documentation

template<class F >
virtual result_type RTT::internal::InvokerBaseImpl< 7, F >::call ( arg1_type  a1,
arg2_type  a2,
arg3_type  a3,
arg4_type  a4,
arg5_type  a5,
arg6_type  a6,
arg7_type  a7 
) [pure virtual]
template<class F >
virtual result_type RTT::internal::InvokerBaseImpl< 7, F >::call ( arg1_type  a1,
arg2_type  a2,
arg3_type  a3,
arg4_type  a4,
arg5_type  a5,
arg6_type  a6,
arg7_type  a7 
) [pure virtual]
template<class F >
virtual SendHandle<F> RTT::internal::InvokerBaseImpl< 7, F >::send ( arg1_type  a1,
arg2_type  a2,
arg3_type  a3,
arg4_type  a4,
arg5_type  a5,
arg6_type  a6,
arg7_type  a7 
) [pure virtual]
template<class F >
virtual SendHandle<F> RTT::internal::InvokerBaseImpl< 7, F >::send ( arg1_type  a1,
arg2_type  a2,
arg3_type  a3,
arg4_type  a4,
arg5_type  a5,
arg6_type  a6,
arg7_type  a7 
) [pure virtual]

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