#include <tcl.h>
Public Attributes | |
| 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 759 of file tcl.h.
| char* Tcl_Obj::bytes |
| double Tcl_Obj::doubleValue |
| union { ... } Tcl_Obj::internalRep |
| int Tcl_Obj::length |
| long Tcl_Obj::longValue |
| VOID* Tcl_Obj::otherValuePtr |
| VOID* Tcl_Obj::ptr1 |
| VOID* Tcl_Obj::ptr2 |
| struct { ... } Tcl_Obj::twoPtrValue |
| Tcl_WideInt Tcl_Obj::wideValue |
1.5.7.1