39 #ifndef ORO_GETSIGNATURE_HPP 40 #define ORO_GETSIGNATURE_HPP 51 template<
class FunctionT>
60 template<
class FunctionT>
internal::ArgMember< typename boost::remove_pointer< FunctionT >::type >::type Signature
This class converts a member function type R (X::)(Args) to a plain function type R (Args) which can ...
Returns a function signature from a C or C++ member function pointer type, suitable for DS operations...
internal::UnMember< typename boost::remove_pointer< FunctionT >::type >::type Signature
A complexer variant of UnMember: Convert a member function type to a function type which contains the...
Contains TaskContext, Activity, OperationCaller, Operation, Property, InputPort, OutputPort, Attribute.
Returns a function signature from a C or C++ member function pointer type.