#include "tcl/conversions.h"
#include "tcl/obj.h"
#include "rutz/fileposition.h"
#include "rutz/shared_ptr.h"
Go to the source code of this file.
Namespaces | |
namespace | rutz |
namespace | tcl |
Classes | |
class | tcl::interpreter |
tcl::interpreter provides a wrapper around Tcl_Interp calls. More... | |
Typedefs | |
typedef struct Tcl_Obj | Tcl_Obj |
Enumerations | |
enum | error_strategy { THROW_ERROR, IGNORE_ERROR } |
Different error-handling strategies for tcl::interpreter::eval(). |
Definition in file interp.h.