#include "tcl/conversions.h"
#include "rutz/error.h"
#include "rutz/fstring.h"
#include "rutz/sfmt.h"
#include "rutz/value.h"
#include <limits>
#include <tcl.h>
#include "rutz/trace.h"
#include "rutz/debug.h"
Go to the source code of this file.
Functions | |
int | tcl::aux_convert_to (Tcl_Obj *obj, int *) |
unsigned int | tcl::aux_convert_to (Tcl_Obj *obj, unsigned int *) |
long | tcl::aux_convert_to (Tcl_Obj *obj, long *) |
unsigned long | tcl::aux_convert_to (Tcl_Obj *obj, unsigned long *) |
long long | tcl::aux_convert_to (Tcl_Obj *obj, long long *) |
bool | tcl::aux_convert_to (Tcl_Obj *obj, bool *) |
double | tcl::aux_convert_to (Tcl_Obj *obj, double *) |
float | tcl::aux_convert_to (Tcl_Obj *obj, float *) |
const char * | tcl::aux_convert_to (Tcl_Obj *obj, const char **) |
fstring | tcl::aux_convert_to (Tcl_Obj *obj, fstring *) |
tcl::obj | tcl::aux_convert_from (long long val) |
tcl::obj | tcl::aux_convert_from (long val) |
tcl::obj | tcl::aux_convert_from (unsigned long val) |
tcl::obj | tcl::aux_convert_from (int val) |
tcl::obj | tcl::aux_convert_from (unsigned int val) |
tcl::obj | tcl::aux_convert_from (unsigned char val) |
tcl::obj | tcl::aux_convert_from (bool val) |
tcl::obj | tcl::aux_convert_from (double val) |
tcl::obj | tcl::aux_convert_from (float val) |
tcl::obj | tcl::aux_convert_from (const char *val) |
tcl::obj | tcl::aux_convert_from (const fstring &val) |
tcl::obj | tcl::aux_convert_from (const rutz::value &val) |
Definition in file conversions.cc.