#include <string.h>Go to the source code of this file.
Compounds | |
| class | hashtable |
| class | hashtable_element |
Defines | |
| #define | TINKERHASH_DEBUG |
| #define | DEFAULT_HASHTABLE_SIZE (10) |
Typedefs | |
| typedef void * | tinkerhash_pvoid |
Enumerations | |
| enum | tinkerhash_types { THT_EMPTY, THT_CHAR, THT_INT, THT_DOUBLE, THT_POINTER } |
Functions | |
| int | hashfunc (char *key, int modder) |
|
|
Definition at line 21 of file src/TinkerHash.H. |
|
|
Definition at line 9 of file src/TinkerHash.H. |
|
|
Definition at line 18 of file src/TinkerHash.H. |
|
|
Definition at line 19 of file src/TinkerHash.H. |
|
||||||||||||
|
Definition at line 55 of file src/TinkerHash.H. Referenced by hashtable::Delete(), hashtable::Lookup(), hashtable::Set(), and hashtable::TypeOf(). |
1.3.2