Defined in file: hzDatabase.h
The hdbIndex pure virtual base class exists only to unify the different type of indexes.
Constructors/Detructors
| hdbIndex* | hdbIndex | (void) | |
| void | ~hdbIndex | (void) |
Public Methods:
| hdbIdxtype | Whatami | (void) | |
| const char* | txtDesc | (void) | |
| const char* | txtName | (void) |
Member Variables:
| hzString | m_Desc | Index description | |
| hzString | m_Name | Name of index (usually that of the applicable class member) |