Tcl_HashTable

Undocumented in source.

Members

Variables

buckets
Tcl_HashEntry** buckets;
Undocumented in source.
createProc
Tcl_HashEntry* function(Tcl_HashTable* tablePtr, const(char)* key, int* newPtr) nothrow createProc;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
downShift
int downShift;
Undocumented in source.
findProc
Tcl_HashEntry* function(Tcl_HashTable* tablePtr, const(char)* key) nothrow findProc;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
keyType
int keyType;
Undocumented in source.
mask
int mask;
Undocumented in source.
numBuckets
int numBuckets;
Undocumented in source.
numEntries
int numEntries;
Undocumented in source.
rebuildSize
int rebuildSize;
Undocumented in source.
staticBuckets
Tcl_HashEntry[TCL_SMALL_HASH_TABLE]* staticBuckets;
Undocumented in source.
typePtr
Tcl_HashKeyType* typePtr;
Undocumented in source.

Meta