Orocos Real-Time Toolkit
2.6.0
|
The inverse of UnMember. More...
#include <rtt/internal/UnMember.hpp>
Public Types | |
typedef boost::function_types::member_function_pointer < with_member_signature > ::type | type |
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 81 of file UnMember.hpp.