XDispatch 0.7.1
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines
Public Member Functions
xdispatch::iteration_operation Class Reference

#include <xdispatch/operation.h>

+ Inheritance diagram for xdispatch::iteration_operation:

List of all members.

Public Member Functions

 iteration_operation ()
virtual ~iteration_operation ()
virtual void operator() (size_t index)=0
virtual void auto_delete (bool a)
 Change the auto_delete flag to prevent the iteration from being deleted after finishing its execution.
virtual bool auto_delete () const

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 79 of file operation.h.


Constructor & Destructor Documentation

Definition at line 82 of file operation.h.

Definition at line 83 of file operation.h.


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 91 of file operation.h.

virtual bool xdispatch::iteration_operation::auto_delete ( ) const [inline, virtual]
Returns:
the current auto_delete flag
See also:
set_auto_delete();

Definition at line 96 of file operation.h.

virtual void xdispatch::iteration_operation::operator() ( size_t  index) [pure virtual]

The documentation for this class was generated from the following file:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines

Generated on Sun Oct 28 2012 22:12:47 for XDispatch by Doxygen 1.7.6.1
© 2010-2012 MLBA (about | privacy) All Rights reserved.