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

#include <InvokerBase.hpp>

Public Types

typedef boost::function_traits< F >::result_type result_reference
 
typedef boost::function_traits< F >::result_type result_type
 

Public Member Functions

virtual result_type call ()=0
 
virtual SendHandle< F > send ()=0
 
virtual ~InvokerBaseImpl ()
 

Detailed Description

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

Definition at line 74 of file InvokerBase.hpp.

Member Typedef Documentation

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

Definition at line 77 of file InvokerBase.hpp.

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

Definition at line 76 of file InvokerBase.hpp.

Constructor & Destructor Documentation

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

Definition at line 78 of file InvokerBase.hpp.

Member Function Documentation

template<class F >
virtual result_type RTT::internal::InvokerBaseImpl< 0, F >::call ( )
pure virtual
template<class F >
virtual SendHandle<F> RTT::internal::InvokerBaseImpl< 0, F >::send ( )
pure virtual

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


rtt
Author(s): RTT Developers
autogenerated on Tue Jun 25 2019 19:33:44