ns2 Network Simulator      C++ Class Hierarchy of version ns-snapshot-20040722
Home |  Source Code |  Manual |  FAQ |  Mailing List Archive |  Search |  Download | 


Main Page   Namespace List   Class Hierarchy   Alphabetical List   Compound List   File List   Compound Members   File Members  

Tcl_Obj Struct Reference

#include <tcl.h>

List of all members.

Public Attributes

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


Member Data Documentation

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
 

int Tcl_Obj::refCount
 

struct { ... } Tcl_Obj::twoPtrValue
 

Tcl_ObjType* Tcl_Obj::typePtr
 


The documentation for this struct was generated from the following file:
This document is generated by doxygen.