|
live
|
#include <HashTable.hh>

Public Member Functions | |
| virtual | ~Iterator () |
| virtual void * | next (char const *&key)=0 |
Static Public Member Functions | |
| static Iterator * | create (HashTable const &hashTable) |
Protected Member Functions | |
| Iterator () | |
Definition at line 44 of file HashTable.hh.
|
virtual |
|
protected |
Referenced by create().
References HashTable::HashTable(), and Iterator().
|
pure virtual |
Implemented in BasicHashTable::Iterator.