tcltk v8.5.11 (2014-01-23T19:06:19Z)
Home
Dub
Repo
Tcl_HashEntry.key_
tcltk
tcl
Tcl_HashEntry
Undocumented in source.
struct
Tcl_HashEntry
static
union
key_ {
const
(
char
)*
oneWordValue
;
Tcl_Obj
*
objPtr
;
int
[
1
]
words
;
char
[
4
]
string_
;
}
Members
Variables
objPtr
Tcl_Obj
*
objPtr
;
Undocumented in source.
oneWordValue
const
(
char
)*
oneWordValue
;
Undocumented in source.
string_
char
[
4
]
string_
;
Undocumented in source.
words
int
[
1
]
words
;
Undocumented in source.
Meta
Source
See Implementation
tcltk
tcl
Tcl_HashEntry
unions
key_
variables
bucketPtr
clientData
hash
key
nextPtr
tablePtr