#include <tcl.h>
Collaboration diagram for Tcl_HashEntry:
Data Fields | |
Tcl_HashEntry * | nextPtr |
Tcl_HashTable * | tablePtr |
VOID * | hash |
ClientData | clientData |
union { | |
char * oneWordValue | |
Tcl_Obj * objPtr | |
int words [1] | |
char string [4] | |
} | key |
Definition at line 1116 of file tcl.h.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|