Interface class representing functor object. Intended to add polymorphic behavour to For and ForEach functionality enabling execution of arbitrary function in parallel mode.
More...
#include <OSD_Parallel.hxx>
Interface class representing functor object. Intended to add polymorphic behavour to For and ForEach functionality enabling execution of arbitrary function in parallel mode.
◆ ~FunctorInterface()
virtual OSD_Parallel::FunctorInterface::~FunctorInterface |
( |
| ) |
|
|
inlinevirtual |
◆ operator()()
virtual void OSD_Parallel::FunctorInterface::operator() |
( |
UniversalIterator & |
theIterator | ) |
const |
|
pure virtual |
The documentation for this class was generated from the following file: