A hash table iterator class. More...
Public Member Functions | |
| hashIterator (HASHREC< H, T > **hashBegin) | |
| Initialise the iterator. | |
| void | next (void) |
| Move the iterator to point to the next occupied position in the hash table. | |
| HASHREC< H, T > * | record (void) |
| Return the record currently pointed to. | |
A hash table iterator class.
This class is used to iterate through a HashTable. It is useful for extracting all items of a hash table.
1.6.1