44 throw OpalException(
"Table::find()",
"Table \"" + name +
"\" not found.");
Object(int size, const char *name, const char *help)
Constructor for exemplars.
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.
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.
Table(int size, const char *name, const char *help)
Constructor for exemplars.
bool dynamic
Flag dynamic table.
The base class for all OPAL exceptions.