#include <tcl.h>
Collaboration diagram for Tcl_HashTable:
Public Member Functions | |
Tcl_HashEntry *findProc | _ANSI_ARGS_ ((Tcl_HashTable *tablePtr, CONST char *key)) |
Tcl_HashEntry *createProc | _ANSI_ARGS_ ((Tcl_HashTable *tablePtr, CONST char *key, int *newPtr)) |
Data Fields | |
Tcl_HashEntry ** | buckets |
Tcl_HashEntry * | staticBuckets [TCL_SMALL_HASH_TABLE] |
int | numBuckets |
int | numEntries |
int | rebuildSize |
int | downShift |
int | mask |
int | keyType |
Tcl_HashKeyType * | typePtr |
Definition at line 1213 of file tcl.h.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|