Provides a template functor to wrap a function pointer to a memberfunction of an object as operation. More...
Public Member Functions | |
ptr_operation (T *object, void(T::*function)()) | |
virtual void | operator() () |
Provides a template functor to wrap a function pointer to a memberfunction of an object as operation.
xdispatch::ptr_operation< T >::ptr_operation | ( | T * | object, |
void(T::*)() | function | ||
) | [inline] |
virtual void xdispatch::ptr_operation< T >::operator() | ( | ) | [inline, virtual] |
Implements xdispatch::operation.