|
Isle
|


Go to the source code of this file.
Classes | |
| class | MxHashTableNode< T > |
| [AI] Node used within the MxHashTable to store an individual object and associated hash, for organizing elements in a bucketed linked list. More... | |
| class | MxHashTable< T > |
| [AI] Generic hash table collection implementing chained (bucketed) hashing, used for efficient lookup and storage of objects by key or value. More... | |
| class | MxHashTableCursor< T > |
| [AI] Non-intrusive search-and-edit cursor for navigating, querying, or deleting a specific entry in an MxHashTable. More... | |
Macros | |
| #define | HASH_TABLE_INIT_SIZE 128 |
| #define HASH_TABLE_INIT_SIZE 128 |
Definition at line 8 of file mxhashtable.h.