live
|
#include <BasicHashTable.hh>
Public Member Functions | |
Iterator (BasicHashTable const &table) | |
Static Public Member Functions | |
static Iterator * | create (HashTable const &hashTable) |
Private Member Functions | |
void * | next (char const *&key) |
Private Attributes | |
BasicHashTable const & | fTable |
unsigned | fNextIndex |
TableEntry * | fNextEntry |
Definition at line 45 of file BasicHashTable.hh.
BasicHashTable::Iterator::Iterator | ( | BasicHashTable const & | table | ) |
|
privatevirtual |
Implements HashTable::Iterator.
|
private |
Definition at line 55 of file BasicHashTable.hh.
|
private |
Definition at line 54 of file BasicHashTable.hh.
|
private |
Definition at line 53 of file BasicHashTable.hh.