53 Action(
int size,
const char* name,
const char* help);
The base class for all OPAL actions.
virtual bool shouldUpdate() const
Update flag.
virtual const std::string getCategory() const
Return the object category as a string.
virtual bool canReplaceBy(Object *object)
Test if replacement is allowed.
void operator=(const Action &)
virtual bool shouldTrace() const
Trace flag.
The base class for all OPAL objects.