| 
    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 | 
      
  | 
  pure virtual | 
Implemented in BasicHashTable::Iterator.