Defined in file: hzDatabase.h
Derivative of: hdbDatatype
Constructors/Detructors
| hdbEnum* | hdbEnum | (const hdbEnum&) | |
| hdbEnum* | hdbEnum | (void) | |
| NULL-BASIS | ~hdbEnum | (void) |
Public Methods:
| hzEcode | AddItem | (const hzString& strValue) | |
| hzEcode | AddItem | (const hzString& strValue, unsigned int numValue) | |
| unsigned int | Count | (void) | |
| unsigned int | GetNum | (const hzString& S) | |
| hzString | GetStr | (unsigned int num) | |
| hzEcode | Init | (const hzString& enumName) |
Overloaded operators:
| hdbEnum& | operator= | (const hdbEnum&) |
Member Variables:
| unsigned int | m_Default | No description | |
| hzArray<unsigned int> | m_Numbers | No description | |
| hzArray<hzString> | m_Strings | No description | |
| unsigned int | m_nMax | No description |