96 Tcl_SetObjResult(
fpInterp, Tcl_NewBooleanObj(val));
105 Tcl_SetObjResult(
fpInterp, Tcl_NewIntObj(val));
114 Tcl_SetObjResult(
fpInterp, Tcl_NewDoubleObj(val));
132 Tcl_AppendResult(
fpInterp, str.c_str(), NULL);
159 Tcl_AppendResult(
fpInterp, str.c_str(), NULL);
void AppendResultLines(const std::string &str)
FIXME_docs.
Tcl_Obj *const * Objv() const
FIXME_docs.
Tcl_Obj * operator[](size_t ind) const
FIXME_docs.
size_t fNOptMiss
number of missed optional args
Tcl_Obj *const * fObjv
original args vector
void AppendResult(const char *str,...)
FIXME_docs.
bool OptValid() const
FIXME_docs.
bool fOptErr
option processing error flag
int Quit(const std::string &str)
FIXME_docs.
void SetResult(const std::string &str)
FIXME_docs.
int Objc() const
FIXME_docs.
size_t fNDone
number of processed args
size_t NOptMiss() const
FIXME_docs.
Tcl_Interp * fpInterp
pointer to tcl interpreter
size_t NDone() const
FIXME_docs.
Tcl_Interp * Interp() const
FIXME_docs.
size_t fObjc
original args count
void SetResult(Tcl_Interp *interp, const std::string &str)
Declaration of class ReventLoop.