|
class | OSD_Parallel |
| Simple tool for code parallelization. More...
|
|
class | OSD_Parallel::UniversalIterator |
| Fixed-type iterator, implementing STL forward iterator interface, used for iteration over objects subject to parallel processing. It stores pointer to instance of polymorphic iterator inheriting from IteratorInterface, which contains actual type-specific iterator. More...
|
|
class | OSD_Parallel::FunctorInterface |
| Interface class representing functor object. Intended to add polymorphic behavour to For and ForEach functionality enabling execution of arbitrary function in parallel mode. More...
|
|