Isle
Loading...
Searching...
No Matches
mxhashtable.h File Reference
#include "mxcollection.h"
#include "mxcore.h"
#include "mxtypes.h"
Include dependency graph for mxhashtable.h:
This graph shows which files directly or indirectly include this file:

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
 

Macro Definition Documentation

◆ HASH_TABLE_INIT_SIZE

#define HASH_TABLE_INIT_SIZE   128

Definition at line 8 of file mxhashtable.h.