w11 - cpp 0.794
Backend server for Rlink and w11
|
FIXME_docs. More...
#include <RtclBvi.hpp>
Static Public Member Functions | |
static void | CreateCmds (Tcl_Interp *interp) |
FIXME_docs. | |
Protected Types | |
enum | ConvMode { kStr2Int = 0 , kInt2Str } |
Static Protected Member Functions | |
static int | DoCmd (ClientData cdata, Tcl_Interp *interp, int objc, Tcl_Obj *const objv[]) |
FIXME_docs. | |
static Tcl_Obj * | DoConv (Tcl_Interp *interp, ConvMode mode, Tcl_Obj *val, char form, int nbit) |
FIXME_docs. | |
static bool | CheckFormat (Tcl_Interp *interp, int objc, Tcl_Obj *const objv[], bool &list, char &form, int &nbit) |
FIXME_docs. | |
FIXME_docs.
Definition at line 22 of file RtclBvi.hpp.
|
protected |
Enumerator | |
---|---|
kStr2Int | |
kInt2Str |
Definition at line 27 of file RtclBvi.hpp.
|
static |
FIXME_docs.
Definition at line 43 of file RtclBvi.cpp.
References DoCmd(), kInt2Str, and kStr2Int.
Referenced by Rutiltpp_Init().
|
staticprotected |
FIXME_docs.
Definition at line 55 of file RtclBvi.cpp.
References CheckFormat(), DoConv(), Retro::kERR, and Retro::kOK.
Referenced by CreateCmds().
|
staticprotected |
FIXME_docs.
Definition at line 95 of file RtclBvi.cpp.
References kInt2Str, Retro::kOK, and kStr2Int.
Referenced by DoCmd().
|
staticprotected |