RTT::internal::OperationCallerBinder< F > Struct Template Reference

#include <OperationCallerBinder.hpp>


Detailed Description

template<class F>
struct RTT::internal::OperationCallerBinder< F >

Very simple factory class to bind a member function to an object pointer and leave the arguments open. The operator() returns a boost::function<F> object.

There is no constructor and the operator() is implemented in the OperationCallerBinderImpl base classes.

Parameters:
F A function signature (like 'int(double)') which is the signature of the member function to be bound and the boost::function signature to return.

Definition at line 156 of file install/include/rtt/internal/OperationCallerBinder.hpp.


The documentation for this struct was generated from the following file:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines


rtt
Author(s): RTT Developers
autogenerated on Fri Jan 11 09:50:04 2013