
#include "tcl/scriptapp.h"#include "nub/objfactory.h"#include "rutz/sfmt.h"#include "tcl/list.h"#include "tcl/eventloop.h"#include "tcl/pkg.h"#include "tcl/interp.h"#include <cstring>#include <iostream>#include <signal.h>#include <sstream>#include <tk.h>#include "rutz/debug.h"#include "rutz/trace.h"
Go to the source code of this file.
Functions | |
| bool | GVX_DBG_REGISTER::havearg (char **args, const char *arg) |
| std::string | GVX_DBG_REGISTER::centerline (unsigned int totallen, const char *pfx, const char *sfx, std::string txt) |
| std::string | GVX_DBG_REGISTER::wrapstring (unsigned int totallen, const char *pfx, const char *sfx, const std::string &s) |
| std::string | GVX_DBG_REGISTER::centerlines (unsigned int totallen, const char *pfx, const char *sfx, std::string ss) |
| std::string | GVX_DBG_REGISTER::wrapcenterlines (unsigned int totallen, const char *pfx, const char *sfx, std::string ss, std::string emptyline) |
| void | GVX_DBG_REGISTER::factory_pkg_loader (const rutz::fstring &type) |
| void | GVX_DBG_REGISTER::sig_handler (int signum) |
| static const char | __attribute__ ((used)) vcid_groovx_tcl_scriptapp_cc_utc20050628162421[] |
helper class used in main() to initialize and run a scripting application
Definition in file scriptapp.cc.
1.6.3