Open CASCADE Technology  7.3.0
Public Member Functions

OSD_Parallel::FunctorInterface Class Referenceabstract

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>

Public Member Functions

virtual ~FunctorInterface ()
 
virtual void operator() (UniversalIterator &theIterator) const =0
 

Detailed Description

Interface class representing functor object. Intended to add polymorphic behavour to For and ForEach functionality enabling execution of arbitrary function in parallel mode.

Constructor & Destructor Documentation

◆ ~FunctorInterface()

virtual OSD_Parallel::FunctorInterface::~FunctorInterface ( )
inlinevirtual

Member Function Documentation

◆ operator()()

virtual void OSD_Parallel::FunctorInterface::operator() ( UniversalIterator theIterator) const
pure virtual

The documentation for this class was generated from the following file: