w11 - cpp 0.794
Backend server for Rlink and w11
Loading...
Searching...
No Matches
Retro::RtclArgs Member List

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::RtclArgsinline
AppendResult(std::ostringstream &sos)Retro::RtclArgsinline
AppendResultLines(const std::string &str)Retro::RtclArgs
AppendResultLines(std::ostringstream &sos)Retro::RtclArgsinline
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::RtclArgsprotected
ConfigReadCheck()Retro::RtclArgsprotected
CurrentArg() constRetro::RtclArgs
fArgErrRetro::RtclArgsprotected
fNConfigReadRetro::RtclArgsprotected
fNDoneRetro::RtclArgsprotected
fNOptMissRetro::RtclArgsprotected
fObjcRetro::RtclArgsprotected
fObjvRetro::RtclArgsprotected
fOptErrRetro::RtclArgsprotected
fpInterpRetro::RtclArgsprotected
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_maxRetro::RtclArgsstatic
int16_minRetro::RtclArgsstatic
int32_maxRetro::RtclArgsstatic
int32_minRetro::RtclArgsstatic
int8_maxRetro::RtclArgsstatic
int8_minRetro::RtclArgsstatic
Interp() constRetro::RtclArgsinline
NDone() constRetro::RtclArgsinline
NextArg(const char *name, Tcl_Obj *&pobj)Retro::RtclArgsprotected
NextArgList(const char *name, int &objc, Tcl_Obj **&objv, size_t lmin=0, size_t lmax=uint32_max)Retro::RtclArgsprotected
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() constRetro::RtclArgsinline
Objc() constRetro::RtclArgsinline
Objv() constRetro::RtclArgsinline
Objv(size_t ind) constRetro::RtclArgs
operator[](size_t ind) constRetro::RtclArgsinline
OptValid() constRetro::RtclArgsinline
PeekArgString(int rind) constRetro::RtclArgs
Quit(const std::string &str)Retro::RtclArgsinline
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::RtclArgsinline
SetResult(std::ostringstream &sos)Retro::RtclArgsinline
SetResult(bool val)Retro::RtclArgsinline
SetResult(int val)Retro::RtclArgsinline
SetResult(double val)Retro::RtclArgsinline
SetResult(Tcl_Obj *pobj)Retro::RtclArgsinline
uint16_maxRetro::RtclArgsstatic
uint32_maxRetro::RtclArgsstatic
uint8_maxRetro::RtclArgsstatic
~RtclArgs()Retro::RtclArgs