RTT::detail::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/Invoker.hpp>
Inherits InvokerImpl<boost::function_traits<F>::arity, F, BaseImpl>.
Detailed Description
template<class F, class BaseImpl>
struct RTT::detail::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 208 of file Invoker.hpp.
The documentation for this struct was generated from the following file: