Provides a template functor to wrap a function pointer to a memberfunction of an object as iteration_operation. More...
Inheritance diagram for xdispatch::ptr_iteration_operation< T >:Public Member Functions | |
| ptr_iteration_operation (T *object, void(T::*function)(size_t)) | |
| virtual void | operator() (size_t index) |
Provides a template functor to wrap a function pointer to a memberfunction of an object as iteration_operation.
| xdispatch::ptr_iteration_operation< T >::ptr_iteration_operation | ( | T * | object, |
| void(T::*)(size_t) | function | ||
| ) | [inline] |
| virtual void xdispatch::ptr_iteration_operation< T >::operator() | ( | size_t | index | ) | [inline, virtual] |
Implements xdispatch::iteration_operation.