#include <xdispatch/base.h>
List of all members.
Detailed Description
- See also:
- operation
Same as operation except that an index will be passed whenever this functor is executed on a queue.
Definition at line 74 of file base.h.
Constructor & Destructor Documentation
xdispatch::iteration_operation::iteration_operation |
( |
| ) |
[inline] |
virtual xdispatch::iteration_operation::~iteration_operation |
( |
| ) |
[inline, virtual] |
Member Function Documentation
virtual void xdispatch::iteration_operation::auto_delete |
( |
bool |
a | ) |
[inline, virtual] |
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] |
- Returns:
- the current auto_delete flag
- See also:
- set_auto_delete();
Definition at line 91 of file base.h.
virtual void xdispatch::iteration_operation::operator() |
( |
size_t |
index | ) |
[pure virtual] |
The documentation for this class was generated from the following file: