Tcl_HashEntry Struct Reference

#include <tcl.h>


Data Fields

Tcl_HashEntrynextPtr
Tcl_HashTabletablePtr
VOID * hash
ClientData clientData
union {
   char *   oneWordValue
   Tcl_Obj *   objPtr
   int   words [1]
   char   string [4]
key


Detailed Description

Definition at line 1103 of file tcl.h.


Field Documentation

Definition at line 1108 of file tcl.h.

Referenced by Tcl_CreateHashEntry(), and Tcl_DeleteHashEntry().

Definition at line 1116 of file tcl.h.

Referenced by Tcl_CreateHashEntry().

Definition at line 1119 of file tcl.h.

Referenced by Tcl_CreateHashEntry(), TclCompareObjKeys(), and TclFreeObjEntry().

Definition at line 1120 of file tcl.h.

Definition at line 1121 of file tcl.h.

Definition at line 1124 of file tcl.h.


The documentation for this struct was generated from the following file:
  • /home/ntakagi/work/tcl8.5.1/generic/tcl.h



Generated on Wed Mar 12 12:18:43 2008 by  doxygen 1.5.1