
Definition in file pkg.cc.
#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"
Include dependency graph for pkg.cc:

Go to the source code of this file.
Classes | |
| struct | tcl::pkg::impl |
Functions | |
| string | make_clean_pkg_name (const string &name) |
| string | make_clean_version_string (const string &s) |
| void | export_into (tcl::interpreter &interp, const char *from, const char *to, const char *pattern) |
| tcl::list | get_command_list (tcl::interpreter &interp, const char *namesp) |
| const char * | get_name_tail (const char *name) |
| static const char | __attribute__ ((used)) vcid_groovx_tcl_pkg_cc_utc20050628162420[] |
Variables | |
| bool | VERBOSE_INIT = false |
| int | INIT_DEPTH = 0 |
1.4.4