|
OPALX (Object Oriented Parallel Accelerator Library for Exascal) MINIorX
OPALX
|
Abstract base class for functor objects whose argument is an Object. More...
#include <ObjectFunction.h>
Public Member Functions | |
| virtual | ~ObjectFunction () |
| virtual void | operator() (Object *) const =0 |
| The function to be executed. | |
Abstract base class for functor objects whose argument is an Object.
Definition at line 33 of file ObjectFunction.h.
|
virtual |
Definition at line 25 of file ObjectFunction.cpp.
|
pure virtual |
The function to be executed.
Implemented in OpalData::ClearReference.