Tcl_Obj Struct Reference

#include <tcl.h>

Collaboration diagram for Tcl_Obj:

Collaboration graph
[legend]

Data Fields

int refCount
char * bytes
int length
Tcl_ObjTypetypePtr
union {
   long   longValue
   double   doubleValue
   VOID *   otherValuePtr
   Tcl_WideInt   wideValue
   struct {
      VOID *   ptr1
      VOID *   ptr2
   }   twoPtrValue
internalRep

Detailed Description

Definition at line 750 of file tcl.h.


Field Documentation

int refCount
 

Definition at line 751 of file tcl.h.

char* bytes
 

Definition at line 752 of file tcl.h.

int length
 

Definition at line 763 of file tcl.h.

Tcl_ObjType* typePtr
 

Definition at line 765 of file tcl.h.

long longValue
 

Definition at line 770 of file tcl.h.

double doubleValue
 

Definition at line 771 of file tcl.h.

VOID* otherValuePtr
 

Definition at line 772 of file tcl.h.

Tcl_WideInt wideValue
 

Definition at line 773 of file tcl.h.

VOID* ptr1
 

Definition at line 775 of file tcl.h.

VOID* ptr2
 

Definition at line 776 of file tcl.h.

struct { ... } twoPtrValue
 

union { ... } internalRep
 


The documentation for this struct was generated from the following file:
Generated on Mon Sep 18 01:25:16 2006 for BRL-CAD by  doxygen 1.4.6