Link Struct Reference


Data Fields

Tcl_Interpinterp
Tcl_ObjvarName
char * addr
int type
union {
   char   c
   unsigned char   uc
   int   i
   unsigned int   ui
   short   s
   unsigned short   us
   long   l
   unsigned long   ul
   Tcl_WideInt   w
   Tcl_WideUInt   uw
   float   f
   double   d
lastValue
int flags

Detailed Description

Definition at line 26 of file tclLink.c.


Field Documentation

Definition at line 27 of file tclLink.c.

Referenced by Tcl_LinkVar().

Definition at line 28 of file tclLink.c.

Referenced by Tcl_LinkVar(), and Tcl_UpdateLinkedVar().

char* Link::addr

Definition at line 32 of file tclLink.c.

Referenced by Tcl_LinkVar().

Definition at line 33 of file tclLink.c.

Referenced by Tcl_LinkVar().

char Link::c

Definition at line 35 of file tclLink.c.

unsigned char Link::uc

Definition at line 36 of file tclLink.c.

int Link::i

Definition at line 37 of file tclLink.c.

unsigned int Link::ui

Definition at line 38 of file tclLink.c.

short Link::s

Definition at line 39 of file tclLink.c.

unsigned short Link::us

Definition at line 40 of file tclLink.c.

long Link::l

Definition at line 41 of file tclLink.c.

unsigned long Link::ul

Definition at line 42 of file tclLink.c.

Tcl_WideInt Link::w

Definition at line 43 of file tclLink.c.

Definition at line 44 of file tclLink.c.

float Link::f

Definition at line 45 of file tclLink.c.

double Link::d

Definition at line 46 of file tclLink.c.

union { ... } Link::lastValue

Definition at line 49 of file tclLink.c.

Referenced by Tcl_LinkVar(), and Tcl_UpdateLinkedVar().


The documentation for this struct was generated from the following file:
  • /home/ntakagi/work/tcl8.5.1/generic/tclLink.c



Generated on Wed Mar 12 12:18:42 2008 by  doxygen 1.5.1