A simple operation for wrapping the given block as an xdispatch::operation.
More...
#include <xdispatch/base.h>
List of all members.
Detailed Description
A simple operation for wrapping the given block as an xdispatch::operation.
Definition at line 139 of file base.h.
Constructor & Destructor Documentation
xdispatch::block_operation::block_operation |
( |
const block_operation & |
other | ) |
[inline] |
xdispatch::block_operation::~block_operation |
( |
| ) |
[inline] |
Member Function Documentation
virtual void xdispatch::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 56 of file base.h.
virtual bool xdispatch::operation::auto_delete |
( |
| ) |
[inline, virtual, inherited] |
- Returns:
- the current auto_delete flag
- See also:
- set_auto_delete();
Definition at line 61 of file base.h.
void xdispatch::block_operation::operator() |
( |
| ) |
[inline, virtual] |
The documentation for this class was generated from the following file: