Orocos Real-Time Toolkit  2.9.0
Public Types | List of all members
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/rtt-internal-fwd.hpp>

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 56 of file rtt-internal-fwd.hpp.

Member Typedef Documentation

template<class F>
typedef boost::function_types::function_type<arg_signature>::type RTT::internal::ArgMember< F >::type

Definition at line 113 of file UnMember.hpp.


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