|
w11 - cpp 0.794
Backend server for Rlink and w11
|
#include "tcl.h"#include <cstddef>#include <string>#include <sstream>#include <vector>#include "Rtcl.ipp"Go to the source code of this file.
Namespaces | |
| namespace | Retro |
Declaration of class ReventLoop. | |
| namespace | Retro::Rtcl |
Functions | |
| Tcl_Obj * | Retro::Rtcl::NewLinesObj (const std::string &str) |
| Tcl_Obj * | Retro::Rtcl::NewLinesObj (std::ostringstream &sos) |
| Tcl_Obj * | Retro::Rtcl::NewListIntObj (const uint8_t *data, size_t size) |
| Tcl_Obj * | Retro::Rtcl::NewListIntObj (const uint16_t *data, size_t size) |
| Tcl_Obj * | Retro::Rtcl::NewListIntObj (const std::vector< uint8_t > &vec) |
| Tcl_Obj * | Retro::Rtcl::NewListIntObj (const std::vector< uint16_t > &vec) |
| bool | Retro::Rtcl::SetVar (Tcl_Interp *interp, const std::string &varname, Tcl_Obj *pobj) |
| bool | Retro::Rtcl::SetVarOrResult (Tcl_Interp *interp, const std::string &varname, Tcl_Obj *pobj) |
| void | Retro::Rtcl::AppendResultNewLines (Tcl_Interp *interp) |
| void | Retro::Rtcl::SetResult (Tcl_Interp *interp, const std::string &str) |
| void | Retro::Rtcl::SetResult (Tcl_Interp *interp, std::ostringstream &sos) |