Orocos Real-Time Toolkit  2.8.3
Public Types | Public Member Functions | Protected Attributes | List of all members
RTT::internal::InvokerSignature< 0, F, ToInvoke > Struct Template Reference

#include <rtt/internal/InvokerSignature.hpp>

Public Types

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

Public Member Functions

 InvokerSignature ()
 
 InvokerSignature (ToInvoke implementation)
 
 ~InvokerSignature ()
 
result_type operator() ()
 Invoke this operator if the method has no arguments. More...
 
result_type call ()
 
SendHandle< F > send ()
 

Protected Attributes

ToInvoke impl
 

Detailed Description

template<class F, class ToInvoke>
struct RTT::internal::InvokerSignature< 0, F, ToInvoke >

Definition at line 61 of file InvokerSignature.hpp.

Member Typedef Documentation

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

Definition at line 63 of file InvokerSignature.hpp.

Constructor & Destructor Documentation

template<class F , class ToInvoke >
RTT::internal::InvokerSignature< 0, F, ToInvoke >::InvokerSignature ( )
inline

Definition at line 65 of file InvokerSignature.hpp.

template<class F , class ToInvoke >
RTT::internal::InvokerSignature< 0, F, ToInvoke >::InvokerSignature ( ToInvoke  implementation)
inline

Definition at line 66 of file InvokerSignature.hpp.

template<class F , class ToInvoke >
RTT::internal::InvokerSignature< 0, F, ToInvoke >::~InvokerSignature ( )
inline

Definition at line 67 of file InvokerSignature.hpp.

Member Function Documentation

template<class F , class ToInvoke >
result_type RTT::internal::InvokerSignature< 0, F, ToInvoke >::call ( )
inline

Definition at line 79 of file InvokerSignature.hpp.

template<class F , class ToInvoke >
result_type RTT::internal::InvokerSignature< 0, F, ToInvoke >::operator() ( )
inline

Invoke this operator if the method has no arguments.

Definition at line 72 of file InvokerSignature.hpp.

References RTT::internal::NA< T >::na().

template<class F , class ToInvoke >
SendHandle<F> RTT::internal::InvokerSignature< 0, F, ToInvoke >::send ( )
inline

Definition at line 83 of file InvokerSignature.hpp.

Member Data Documentation

template<class F , class ToInvoke >
ToInvoke RTT::internal::InvokerSignature< 0, F, ToInvoke >::impl
protected

Definition at line 91 of file InvokerSignature.hpp.


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