#include <tcl.h>
Collaboration diagram for Tcl_Obj:

Data Fields | |
| int | refCount |
| char * | bytes |
| int | length |
| Tcl_ObjType * | typePtr |
| union { | |
| long longValue | |
| double doubleValue | |
| VOID * otherValuePtr | |
| Tcl_WideInt wideValue | |
| struct { | |
| VOID * ptr1 | |
| VOID * ptr2 | |
| } twoPtrValue | |
| } | internalRep |
Definition at line 750 of file tcl.h.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1.4.6