OPAL (Object Oriented Parallel Accelerator Library)
2021.1.99
OPAL
|
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. More... | |
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.