#include "tcl/pkg.h"
#include "tcl/command.h"
#include "tcl/interp.h"
#include "tcl/list.h"
#include "tcl/namesp.h"
#include "rutz/error.h"
#include "rutz/fstring.h"
#include "rutz/sfmt.h"
#include "rutz/shared_ptr.h"
#include <tcl.h>
#include <tclInt.h>
#include <cctype>
#include <iostream>
#include <typeinfo>
#include <string>
#include <vector>
#include "rutz/trace.h"
#include "rutz/debug.h"
Go to the source code of this file.
Classes | |
struct | tcl::pkg::impl |
Functions | |
static const char | __attribute__ ((used)) vcid_groovx_tcl_pkg_cc_utc20050628162420[] |
tcl package class, holds a set of commands, wraps calls to Tcl_PkgProvide(), etc.
Definition in file pkg.cc.