NAMETcl_RegisterObjType, Tcl_GetObjType, Tcl_AppendAllObjTypes, Tcl_ConvertToType − manipulate Tcl value types SYNOPSIS#include <tcl.h>Tcl_RegisterObjType(typePtr)const Tcl_ObjType *
Tcl_GetObjType(typeName)int
Tcl_AppendAllObjTypes(interp, objPtr)int
Tcl_ConvertToType(interp, objPtr, typePtr)ARGUMENTS
. el .TP 15
const Tcl_ObjType *typePtr(in) Points to the structure containing information about the Tcl value type. This storage must live forever, typically by being statically allocated.