|
| goHashTable (goUInt32 mod_value=511) |
|
virtual | ~goHashTable () |
|
void | setModValue (goUInt32) |
|
void | setDefault (const goString &d) |
| Set the default return value. More...
|
|
void | clear () |
|
goUInt32 | getModValue () const |
|
goString & | operator[] (const int &in) |
|
virtual void | add (const int &key, const goString &value) |
|
virtual goString | remove (const int &key) |
|
bool | fail () |
|
goArray< void * > & | getLists () |
|
void | addEntry (goUInt32 table, void *entry) |
|
void | eraseLists () |
| Erases all lists and resizes the table to zero.
|
|
bool | lastFailed |
|
goUInt32 | modValue |
|
goArray< void * > | theTable |
|
goString | dummy |
|
The documentation for this class was generated from the following files: