19#ifndef included_Retro_Rtcl
20#define included_Retro_Rtcl 1
41 const std::string& varname, Tcl_Obj* pobj);
43 const std::string& varname, Tcl_Obj* pobj);
47 void SetResult(Tcl_Interp* interp,
const std::string& str);
48 void SetResult(Tcl_Interp* interp, std::ostringstream& sos);
void SetResult(Tcl_Interp *interp, const std::string &str)
bool SetVarOrResult(Tcl_Interp *interp, const std::string &varname, Tcl_Obj *pobj)
void AppendResultNewLines(Tcl_Interp *interp)
Tcl_Obj * NewLinesObj(const std::string &str)
bool SetVar(Tcl_Interp *interp, const std::string &varname, Tcl_Obj *pobj)
Tcl_Obj * NewListIntObj(const uint8_t *data, size_t size)
Declaration of class ReventLoop.