
#include "tcl/eventloop.h"#include "tcl/interp.h"#include "rutz/backtrace.h"#include "rutz/backtraceformat.h"#include "rutz/error.h"#include "rutz/fstring.h"#include "rutz/sfmt.h"#include <iostream>#include <sstream>#include <string>#include <tk.h>#include <unistd.h>#include <cstdlib>#include <readline/readline.h>#include <readline/history.h>#include "rutz/trace.h"#include "rutz/debug.h"
Go to the source code of this file.
Classes | |
| class | tcl::event_loop_impl |
Functions | |
| static const char | __attribute__ ((used)) vcid_groovx_tcl_eventloop_cc_utc20050628162420[] |
singleton class that operates the tcl main event loop, reading commands from a script file or from stdin, with readline-enabled command-line editing
Definition in file eventloop.cc.
1.6.3