71 Object(size,
name, help), dynamic(false), refill(false) {
77 Object(
name, parent), dynamic(true), refill(true) {
The base class for all OPAL objects.
bool builtin
Built-in flag.
Object * find(const std::string &name)
Find entry.
void unregisterTable(Table *t)
Unregister table.
static OpalData * getInstance()
void registerTable(Table *t)
Register table.
The base class for all OPAL tables.
virtual void invalidate()
Mark this table as invalid, if it is dynamic.
virtual bool shouldUpdate() const
Update flag.
virtual const std::string getCategory() const
Return the object category as a string.
virtual bool canReplaceBy(Object *newObject)
Test if object can be replaced.
static Table * find(const std::string &name)
Find named Table.
virtual bool shouldTrace() const
Trace flag.
bool dynamic
Flag dynamic table.
The base class for all OPAL exceptions.