#include <tcl.h>
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)) |
Public Attributes | |
| 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 1222 of file tcl.h.
| Tcl_HashEntry* createProc Tcl_HashTable::_ANSI_ARGS_ | ( | (Tcl_HashTable *tablePtr, CONST char *key, int *newPtr) | ) |
| Tcl_HashEntry* findProc Tcl_HashTable::_ANSI_ARGS_ | ( | (Tcl_HashTable *tablePtr, CONST char *key) | ) |
| Tcl_HashEntry* Tcl_HashTable::staticBuckets[TCL_SMALL_HASH_TABLE] |
1.5.7.1