9.1 OEBase

class OEBase

The abstract class OEBase defines the interface for run-time class extensibility and run-time type identification. Classes which derive from OEBase can store and retrieve data by association with integer or character string 'tag' identifiers. All primitive data types and user-defined classes which have valid copy constructors and assignment operators can be stored through the mechanism provided by OEBase.


Subsections