tclGet.c File Reference

#include "tclInt.h"

Go to the source code of this file.

Functions

int Tcl_GetInt (Tcl_Interp *interp, CONST char *src, int *intPtr)
int TclGetLong (Tcl_Interp *interp, CONST char *src, long *longPtr)
int Tcl_GetDouble (Tcl_Interp *interp, CONST char *src, double *doublePtr)
int Tcl_GetBoolean (Tcl_Interp *interp, CONST char *src, int *boolPtr)


Function Documentation

int Tcl_GetBoolean ( Tcl_Interp interp,
CONST char *  src,
int *  boolPtr 
)

int Tcl_GetDouble ( Tcl_Interp interp,
CONST char *  src,
double *  doublePtr 
)

int Tcl_GetInt ( Tcl_Interp interp,
CONST char *  src,
int *  intPtr 
)

int TclGetLong ( Tcl_Interp interp,
CONST char *  src,
long *  longPtr 
)



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