Orocos Real-Time Toolkit  2.8.3
Public Types | Public Member Functions | List of all members
RTT::internal::InvokerImpl< 1, F, BaseImpl > Struct Template Reference

#include <rtt/internal/Invoker.hpp>

Inheritance diagram for RTT::internal::InvokerImpl< 1, F, BaseImpl >:
RTT::internal::Return< F, BaseImpl > RTT::internal::ReturnImpl< boost::function_traits< F >::arity, F, BaseImpl >

Public Types

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

Public Member Functions

result_type call (arg1_type a1)
 Invoke this operator if the method has one argument. More...
 
result_type ret (arg1_type a1)
 
result_type ret ()
 
SendHandle< F > send (arg1_type a1)
 

Detailed Description

template<class F, class BaseImpl>
struct RTT::internal::InvokerImpl< 1, F, BaseImpl >

Definition at line 86 of file Invoker.hpp.

Member Typedef Documentation

template<class F , class BaseImpl >
typedef boost::function_traits<F>::arg1_type RTT::internal::InvokerImpl< 1, F, BaseImpl >::arg1_type

Definition at line 90 of file Invoker.hpp.

template<class F , class BaseImpl >
typedef boost::function_traits<F>::result_type RTT::internal::InvokerImpl< 1, F, BaseImpl >::result_type

Definition at line 89 of file Invoker.hpp.

Member Function Documentation

template<class F , class BaseImpl >
result_type RTT::internal::InvokerImpl< 1, F, BaseImpl >::call ( arg1_type  a1)
inline

Invoke this operator if the method has one argument.

Definition at line 94 of file Invoker.hpp.

template<class F , class BaseImpl >
result_type RTT::internal::InvokerImpl< 1, F, BaseImpl >::ret ( arg1_type  a1)
inline

Definition at line 98 of file Invoker.hpp.

template<class F , class BaseImpl >
result_type RTT::internal::InvokerImpl< 1, F, BaseImpl >::ret ( )
inline

Definition at line 102 of file Invoker.hpp.

template<class F , class BaseImpl >
SendHandle<F> RTT::internal::InvokerImpl< 1, F, BaseImpl >::send ( arg1_type  a1)
inline

Definition at line 106 of file Invoker.hpp.


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