Orocos Real-Time Toolkit  2.9.0
Public Types | List of all members
RTT::internal::AddMember< F, Class > Class Template Reference

The inverse of UnMember. More...

#include <rtt/internal/rtt-internal-fwd.hpp>

Public Types

typedef boost::function_types::member_function_pointer< with_member_signature >::type type
 

Detailed Description

template<class F, class Class>
class RTT::internal::AddMember< F, Class >

The inverse of UnMember.

This class converts a non-member function type R (Args) to a member function type R (X::*)(Args) which can be used by a boost::function or similar.

Definition at line 54 of file rtt-internal-fwd.hpp.

Member Typedef Documentation

template<class F , class Class >
typedef boost::function_types::member_function_pointer<with_member_signature>::type RTT::internal::AddMember< F, Class >::type

Definition at line 88 of file UnMember.hpp.


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