#include "tclmsgque.h"#include "context.h"#include "msgque.h"Go to the source code of this file.
Defines | |
| #define | TclErrorCheck(cmd) if ((cmd) != TCL_OK) return TCL_ERROR |
Functions | |
| int | Tclfreiburg_Init (Tcl_Interp *interp) |
| initialize the tclmsgque package | |
Variables | |
| const Tcl_ObjType * | otBooleanType |
| shadow of tclBooleanType | |
| const Tcl_ObjType * | otStringType |
| shadow of tclStringType | |
| const Tcl_ObjType * | otIntType |
| shadow of tclIntType | |
| const Tcl_ObjType * | otWideIntType |
| shadow of tclWideIntType | |
| const Tcl_ObjType * | otByteArrayType |
| shadow of tclByteArrayType | |
| const Tcl_ObjType * | otDoubleType |
| shadow of tclDoubleType | |
| const Tcl_ObjType * | otListType |
| shadow of tclListType | |
1.3.8-20040928