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:

hdbIdxtypeWhatami(void)
const char*txtDesc(void)
const char*txtName(void)

Member Variables:

hzStringm_DescIndex description
hzStringm_NameName of index (usually that of the applicable class member)