tclLink.c File Reference

#include "tclInt.h"

Go to the source code of this file.

Data Structures

struct  Link

Defines

#define LINK_READ_ONLY   1
#define LINK_BEING_UPDATED   2
#define LinkedVar(type)   (*(type *) linkPtr->addr)

Functions

int Tcl_LinkVar (Tcl_Interp *interp, CONST char *varName, char *addr, int type)
void Tcl_UnlinkVar (Tcl_Interp *interp, CONST char *varName)
void Tcl_UpdateLinkedVar (Tcl_Interp *interp, CONST char *varName)


Define Documentation

#define LINK_BEING_UPDATED   2

Definition at line 63 of file tclLink.c.

Referenced by Tcl_UpdateLinkedVar().

#define LINK_READ_ONLY   1

Definition at line 62 of file tclLink.c.

Referenced by Tcl_LinkVar().

#define LinkedVar ( type   )     (*(type *) linkPtr->addr)

Definition at line 82 of file tclLink.c.


Function Documentation

void Tcl_UnlinkVar ( Tcl_Interp interp,
CONST char *  varName 
)

void Tcl_UpdateLinkedVar ( Tcl_Interp interp,
CONST char *  varName 
)



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