Provides a template functor to wrap a function pointer to a memberfunction of an object as iteration_operation.
More...
#include <xdispatch/base.h>
List of all members.
Detailed Description
template<class T>
class xdispatch::ptr_iteration_operation< T >
Provides a template functor to wrap a function pointer to a memberfunction of an object as iteration_operation.
Definition at line 124 of file base.h.
Constructor & Destructor Documentation
Member Function Documentation
Change the auto_delete flag to prevent the iteration from being deleted after finishing its execution.
Defaults to true
Definition at line 91 of file base.h.
- Returns:
- the current auto_delete flag
- See also:
- set_auto_delete();
Definition at line 96 of file base.h.
The documentation for this class was generated from the following file: