Orocos Real-Time Toolkit  2.8.3
Public Types | Public Member Functions | List of all members
RTT::internal::InvokerBaseImpl< 2, F > Struct Template Referenceabstract

#include <rtt/internal/InvokerBase.hpp>

Public Types

typedef boost::function_traits< F >::result_type result_type
 
typedef boost::function< F >::arg1_type arg1_type
 
typedef boost::function< F >::arg2_type arg2_type
 

Public Member Functions

virtual ~InvokerBaseImpl ()
 
virtual result_type call (arg1_type a1, arg2_type a2)=0
 
virtual SendHandle< F > send (arg1_type a1, arg2_type a2)=0
 

Detailed Description

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

Definition at line 94 of file InvokerBase.hpp.

Member Typedef Documentation

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

Definition at line 97 of file InvokerBase.hpp.

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

Definition at line 98 of file InvokerBase.hpp.

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

Definition at line 96 of file InvokerBase.hpp.

Constructor & Destructor Documentation

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

Definition at line 99 of file InvokerBase.hpp.

Member Function Documentation

template<class F >
virtual result_type RTT::internal::InvokerBaseImpl< 2, F >::call ( arg1_type  a1,
arg2_type  a2 
)
pure virtual
template<class F >
virtual SendHandle<F> RTT::internal::InvokerBaseImpl< 2, F >::send ( arg1_type  a1,
arg2_type  a2 
)
pure virtual

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