Defined and implimented in file: hzTmplSet.h
Constructors/Destructors
| hzSet* | hzSet | (const hzSet<KEY>&) | |
| hzSet* | hzSet | (const hzString& name) | |
| hzSet* | hzSet | (hzLockOpt eLock) | |
| hzSet* | hzSet | (hzLockOpt eLock, const hzString& name) | |
| hzSet* | hzSet | (void) | |
| NULL-BASIS | ~hzSet | (void) |
Methods (member functions):
| void | Clear | (void) | |
| unsigned int | Count | (void) | |
| hzEcode | Delete | (const KEY& key) | |
| bool | Exists | (const KEY& key) | |
| KEY& | GetObj | (unsigned int nIndex) | |
| hzEcode | Insert | (const KEY& key) | |
| hzEcode | NodeErrors | (void) | |
| hzEcode | NodeReport | (void) | |
| unsigned int | Nodes | (void) | |
| void | SetName | (const hzString& name) |
Overloaded operators:
| hzSet<KEY>& | operator= | (const hzSet<KEY>&) | |
| KEY& | operator[] | (const KEY& key) |
Member Variables
| _hz_tmpl_ISAM | base | No description | |
| KEY | m_Default | No description | |
| KEY | m_Null | No description |