class ptrmap
class strmap
A linked list.
Basic implementation
A hash table
Basic implementation, returns a list when searched, is add/remove only, no 'set'
A hash table with single Get/Set identities instead of add/remove and search.
Maps intvoid
Maps inttype
Maps namekeyvoid
Maps namekeytype
A tree with mapping to void pointers.
A tree with mapping to objects.
uint32 idc; void *ptr;
char *name; void *ptr;
uint32 idc; char *name; void *ptr;
uint32 idc; void *ptr; sint32 type;
char *name; void *ptr; sint32 type;
uint32 idc; char *name; void *ptr; sint32 type;