#include <tcl.h>
Public Attributes | |
| 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 1125 of file tcl.h.
| ClientData Tcl_HashEntry::clientData |
| VOID* Tcl_HashEntry::hash |
| union { ... } Tcl_HashEntry::key |
| char Tcl_HashEntry::string[4] |
| int Tcl_HashEntry::words[1] |
1.5.7.1