#include <hashTable.h>
Inheritance diagram for goblinHashTable:
Public Member Functions | |
goblinHashTable (TItem rr, TItem nn, TKey alpha, goblinController &thisContext) throw () | |
~goblinHashTable () throw () | |
void | Init () throw () |
unsigned long | Size () const throw () |
unsigned long | Allocated () const throw () |
char * | Display () const throw () |
TItem | NMax () throw () |
TItem | NZ () throw () |
TKey | Key (TItem w) throw (ERRange) |
void | ChangeKey (TItem w, TKey alpha) throw (ERRange,ERRejected) |
|
|
|
|
|
Reimplemented from managedObject. |
|
|
|
Unconditional display of data objects.
Reimplemented from managedObject. |
|
|
|
|
|
|
|
|
|
Implements goblinRootObject. |