tcltk v8.6.1 (2014-04-25T18:46:44Z)
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
[
1
]
string_
;
}
Members
Variables
objPtr
Tcl_Obj
*
objPtr
;
Undocumented in source.
oneWordValue
const
(
char
)*
oneWordValue
;
Undocumented in source.
string_
char
[
1
]
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