#include <tcl.h>
Public Attributes | |
| int | version |
| int | flags |
| Tcl_HashKeyProc * | hashKeyProc |
| Tcl_CompareHashKeysProc * | compareKeysProc |
| Tcl_AllocHashEntryProc * | allocEntryProc |
| Tcl_FreeHashEntryProc * | freeEntryProc |
Definition at line 1177 of file tcl.h.
| Tcl_AllocHashEntryProc* Tcl_HashKeyType::allocEntryProc |
| Tcl_CompareHashKeysProc* Tcl_HashKeyType::compareKeysProc |
| Tcl_FreeHashEntryProc* Tcl_HashKeyType::freeEntryProc |
| Tcl_HashKeyProc* Tcl_HashKeyType::hashKeyProc |
1.5.7.1