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 119 of file base.h.
Constructor & Destructor Documentation
Member Function Documentation
virtual void xdispatch::iteration_operation::auto_delete |
( |
bool |
a | ) |
[inline, virtual, inherited] |
Change the auto_delete flag to prevent the iteration from being deleted after finishing its execution.
Defaults to true
Definition at line 86 of file base.h.
virtual bool xdispatch::iteration_operation::auto_delete |
( |
| ) |
[inline, virtual, inherited] |
- Returns:
- the current auto_delete flag
- See also:
- set_auto_delete();
Definition at line 91 of file base.h.
The documentation for this class was generated from the following file: