tcltk ~master (2015-03-31T20:19:12Z)
Home
Dub
Repo
Tcl_Obj.internalRep_
tcltk
tcl
Tcl_Obj
Undocumented in source.
struct
Tcl_Obj
static
union
internalRep_ {
c_long
longValue
;
double
doubleValue
;
void
*
otherValuePtr
;
Tcl_WideInt
wideValue
;
struct
twoPtrValue_
;
twoPtrValue_
twoPtrValue
;
struct
ptrAndLongRep_
;
ptrAndLongRep_
ptrAndLongRep
;
}
Members
Structs
ptrAndLongRep_
struct
ptrAndLongRep_
Undocumented in source.
twoPtrValue_
struct
twoPtrValue_
Undocumented in source.
Variables
doubleValue
double
doubleValue
;
Undocumented in source.
longValue
c_long
longValue
;
Undocumented in source.
otherValuePtr
void
*
otherValuePtr
;
Undocumented in source.
ptrAndLongRep
ptrAndLongRep_
ptrAndLongRep
;
Undocumented in source.
twoPtrValue
twoPtrValue_
twoPtrValue
;
Undocumented in source.
wideValue
Tcl_WideInt
wideValue
;
Undocumented in source.
Meta
Source
See Implementation
tcltk
tcl
Tcl_Obj
unions
internalRep_
variables
bytes
internalRep
length
refCount
typePtr