#include <string>
Go to the source code of this file.
Classes | |
class | xdispatch::operation |
An operation is a functor used to define single portions of work to be dispatched to a single queue. More... | |
class | xdispatch::iteration_operation |
class | xdispatch::ptr_operation< T > |
Provides a template functor to wrap a function pointer to a memberfunction of an object as operation. More... | |
class | xdispatch::ptr_iteration_operation< T > |
Provides a template functor to wrap a function pointer to a memberfunction of an object as iteration_operation. More... | |
class | xdispatch::block_operation |
A simple operation for wrapping the given block as an xdispatch::operation. More... | |
class | xdispatch::block_iteration_operation |
A simple iteration operation needed when applying a block several times. More... | |
Namespaces | |
namespace | xdispatch |