#include "visx/tclpkg-hook.h"
#include "tcl/pkg.h"
#include "rutz/trace.h"
#include "rutz/debug.h"
#include <cstring>
#include <tcl.h>
#include <cstdio>
#include <cstdlib>
#include "gfx/gbvec.h"
#include "rutz/arrayvalue.h"
#include "rutz/iter.h"
#include "tcl/itertcl.h"
#include "tcl/dict.h"
#include "tcl-gfx/toglet.h"
Go to the source code of this file.
Definition in file tclpkg-hook.cc.
Tcl_ObjType genericObjType |
Initial value:
{ const_cast<char*>("generic"), genericFreeInternalRepProc, genericDupInternalRepProc, genericUpdateStringProc, genericSetFromAnyProc }
Definition at line 140 of file tclpkg-hook.cc.