1 #ifndef OPAL_ObjectFunction_HH
2 #define OPAL_ObjectFunction_HH
The base class for all OPAL objects.
Abstract base class for functor objects whose argument is an Object.
virtual ~ObjectFunction()
virtual void operator()(Object *) const =0
The function to be executed.