Orocos Real-Time Toolkit  2.6.0
RTT::internal::Invoker< F, BaseImpl > Struct Template Reference

Creates an invocation object with a function signature to invoke and an implementation in which an operator(args) is available which has this signature. More...

#include <rtt/internal/Invoker.hpp>

Inherits InvokerImpl< boost::function_traits< F >::arity, F, BaseImpl >.

Inherited by RTT::internal::LocalOperationCaller< Signature >.


Detailed Description

template<class F, class BaseImpl>
struct RTT::internal::Invoker< F, BaseImpl >

Creates an invocation object with a function signature to invoke and an implementation in which an operator(args) is available which has this signature.

Definition at line 61 of file Invoker.hpp.


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