w11 - cpp 0.794
Backend server for Rlink and w11
|
This is the complete list of members for Retro::RtclArgs, including all inherited members.
AllDone() | Retro::RtclArgs | |
AppendResult(const char *str,...) | Retro::RtclArgs | |
AppendResult(const std::string &str) | Retro::RtclArgs | inline |
AppendResult(std::ostringstream &sos) | Retro::RtclArgs | inline |
AppendResultLines(const std::string &str) | Retro::RtclArgs | |
AppendResultLines(std::ostringstream &sos) | Retro::RtclArgs | inline |
Config(const char *name, std::string &val) | Retro::RtclArgs | |
Config(const char *name, uint32_t &val, uint32_t max=uint32_max, uint32_t min=0) | Retro::RtclArgs | |
ConfigNameCheck(const char *name) | Retro::RtclArgs | protected |
ConfigReadCheck() | Retro::RtclArgs | protected |
CurrentArg() const | Retro::RtclArgs | |
fArgErr | Retro::RtclArgs | protected |
fNConfigRead | Retro::RtclArgs | protected |
fNDone | Retro::RtclArgs | protected |
fNOptMiss | Retro::RtclArgs | protected |
fObjc | Retro::RtclArgs | protected |
fObjv | Retro::RtclArgs | protected |
fOptErr | Retro::RtclArgs | protected |
fpInterp | Retro::RtclArgs | protected |
GetArg(const char *name, Tcl_Obj *&pval) | Retro::RtclArgs | |
GetArg(const char *name, const char *&val) | Retro::RtclArgs | |
GetArg(const char *name, std::string &val) | Retro::RtclArgs | |
GetArg(const char *name, int8_t &val, int8_t min=int8_min, int8_t max=int8_max) | Retro::RtclArgs | |
GetArg(const char *name, uint8_t &val, uint8_t max=uint8_max, uint8_t min=0) | Retro::RtclArgs | |
GetArg(const char *name, int16_t &val, int16_t min=int16_min, int16_t max=int16_max) | Retro::RtclArgs | |
GetArg(const char *name, uint16_t &val, uint16_t max=uint16_max, uint16_t min=0) | Retro::RtclArgs | |
GetArg(const char *name, int32_t &val, int32_t min=int32_min, int32_t max=int32_max) | Retro::RtclArgs | |
GetArg(const char *name, uint32_t &val, uint32_t max=uint32_max, uint32_t min=0) | Retro::RtclArgs | |
GetArg(const char *name, float &val, float min=-1.e30, float max=+1.e30) | Retro::RtclArgs | |
GetArg(const char *name, double &val, double min=-1.e30, double max=+1.e30) | Retro::RtclArgs | |
GetArg(const char *name, std::vector< uint8_t > &val, size_t lmin=0, size_t lmax=uint32_max) | Retro::RtclArgs | |
GetArg(const char *name, std::vector< uint16_t > &val, size_t lmin=0, size_t lmax=uint32_max) | Retro::RtclArgs | |
int16_max | Retro::RtclArgs | static |
int16_min | Retro::RtclArgs | static |
int32_max | Retro::RtclArgs | static |
int32_min | Retro::RtclArgs | static |
int8_max | Retro::RtclArgs | static |
int8_min | Retro::RtclArgs | static |
Interp() const | Retro::RtclArgs | inline |
NDone() const | Retro::RtclArgs | inline |
NextArg(const char *name, Tcl_Obj *&pobj) | Retro::RtclArgs | protected |
NextArgList(const char *name, int &objc, Tcl_Obj **&objv, size_t lmin=0, size_t lmax=uint32_max) | Retro::RtclArgs | protected |
NextOpt(std::string &val) | Retro::RtclArgs | |
NextOpt(std::string &val, const RtclNameSet &optset) | Retro::RtclArgs | |
NextSubOpt(std::string &val, const RtclNameSet &optset) | Retro::RtclArgs | |
NOptMiss() const | Retro::RtclArgs | inline |
Objc() const | Retro::RtclArgs | inline |
Objv() const | Retro::RtclArgs | inline |
Objv(size_t ind) const | Retro::RtclArgs | |
operator[](size_t ind) const | Retro::RtclArgs | inline |
OptValid() const | Retro::RtclArgs | inline |
PeekArgString(int rind) const | Retro::RtclArgs | |
Quit(const std::string &str) | Retro::RtclArgs | inline |
RtclArgs() | Retro::RtclArgs | |
RtclArgs(Tcl_Interp *interp, int objc, Tcl_Obj *const objv[], size_t nskip=1) | Retro::RtclArgs | |
RtclArgs(const RtclArgs &rhs) | Retro::RtclArgs | |
SetResult(const std::string &str) | Retro::RtclArgs | inline |
SetResult(std::ostringstream &sos) | Retro::RtclArgs | inline |
SetResult(bool val) | Retro::RtclArgs | inline |
SetResult(int val) | Retro::RtclArgs | inline |
SetResult(double val) | Retro::RtclArgs | inline |
SetResult(Tcl_Obj *pobj) | Retro::RtclArgs | inline |
uint16_max | Retro::RtclArgs | static |
uint32_max | Retro::RtclArgs | static |
uint8_max | Retro::RtclArgs | static |
~RtclArgs() | Retro::RtclArgs |