Orocos Real-Time Toolkit  2.5.0
Public Types
RTT::internal::ArgMember< F > Class Template Reference

A complexer variant of UnMember: Convert a member function type to a function type which contains the object as first argument. More...

#include <rtt/internal/UnMember.hpp>

List of all members.

Public Types

typedef
boost::function_types::function_type
< arg_signature >::type 
type

Detailed Description

template<class F>
class RTT::internal::ArgMember< F >

A complexer variant of UnMember: Convert a member function type to a function type which contains the object as first argument.

Thus R (X::*)(Args) becomes R (X::*, Args)

Definition at line 97 of file UnMember.hpp.


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