Macros for interface with synDB database


o DECLARE_DB_TYPE
defines a new type of list in the synDB.
o ADD_DB_TYPE
Adds hooks for runtime construction-by-name for a new synObject derived class
note: classType should be the name of the base class (i.e. the class derived from synDB that is common to all the subclasses in the list), such as "module", "component", "metric", or "evaluator". or whatever the base class is. ClassType should be the same but w/ the first letter capitalized, allowing consistency with the naming convention. Similarly, CLASS_TYPE should be all uppercase with underscores separating words. (really, classType is the only crucial one since createClassTypeByName is typecasted to it)

Alphabetic index Hierarchy of classes



This page was generated with the help of DOC++.