Tcl_HashKeyType Struct Reference

#include <tcl.h>


Data Fields

int version
int flags
Tcl_HashKeyProc * hashKeyProc
Tcl_CompareHashKeysProc * compareKeysProc
Tcl_AllocHashEntryProc * allocEntryProc
Tcl_FreeHashEntryProc * freeEntryProc


Detailed Description

Definition at line 1152 of file tcl.h.


Field Documentation

Definition at line 1153 of file tcl.h.

Definition at line 1157 of file tcl.h.

Referenced by Tcl_CreateHashEntry(), and Tcl_DeleteHashEntry().

Tcl_HashKeyProc* Tcl_HashKeyType::hashKeyProc

Definition at line 1158 of file tcl.h.

Referenced by Tcl_CreateHashEntry(), and Tcl_DeleteHashEntry().

Tcl_CompareHashKeysProc* Tcl_HashKeyType::compareKeysProc

Definition at line 1162 of file tcl.h.

Referenced by Tcl_CreateHashEntry().

Tcl_AllocHashEntryProc* Tcl_HashKeyType::allocEntryProc

Definition at line 1167 of file tcl.h.

Referenced by Tcl_CreateHashEntry().

Tcl_FreeHashEntryProc* Tcl_HashKeyType::freeEntryProc

Definition at line 1181 of file tcl.h.

Referenced by Tcl_DeleteHashTable().


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