|
| | TOLx (const PSOut &_SOut, const TFSet &OptSet, const TLxChDefTy &ChDefTy=lcdtUsAscii) |
| |
| TOLx & | operator= (const TOLx &) |
| |
| void | SetOpt (const int &Opt, const bool &Val) |
| |
| TLxSym | AddRw (const TStr &Str) |
| |
| PSOut | GetSOut (const char &SepCh) |
| |
| void | PutSym (const TLxSym &Sym) |
| |
| void | PutBool (const TBool &Bool) |
| |
| void | PutInt (const TInt &Int) |
| |
| void | PutFlt (const TFlt &Flt, const int &Width=-1, const int &Prec=-1) |
| |
| void | PutStr (const TStr &Str) |
| |
| void | PutIdStr (const TStr &Str, const bool &CheckIdStr=true) |
| |
| void | PutQStr (const TStr &Str) |
| |
| void | PutQStr (const TChA &ChA) |
| |
| void | PutUQStr (const TStr &Str) |
| |
| void | PutLnCmt (const TStr &Str, const int &IndentLev=0) |
| |
| void | PutParCmt (const TStr &Str) |
| |
| void | PutIndent (const int &IndentLev) |
| |
| void | PutTab () const |
| |
| void | PutLn (const int &IndentLev=0) |
| |
| void | PutDosLn (const int &IndentLev=0) |
| |
| void | PutVar (const TStr &VarNm, const bool &LBracket=false, const bool &NewLn=false, const bool &CheckIdStr=true) |
| |
| void | PutVarEnd (const bool &RBracket=false, const bool &NewLn=false) |
| |
| void | PutVarBool (const TStr &VarNm, const bool &Bool, const bool &NewLn=true, const bool &CheckIdStr=true) |
| |
| void | PutVarInt (const TStr &VarNm, const int &Int, const bool &NewLn=true, const bool &CheckIdStr=true) |
| |
| void | PutVarFlt (const TStr &VarNm, const double &Flt, const bool &NewLn=true, const bool &CheckIdStr=true) |
| |
| void | PutVarStr (const TStr &VarNm, const TStr &Str, const bool &NewLn=true, const bool &CheckIdStr=true) |
| |
| void | PutVarSecTm (const TStr &VarNm, const TSecTm &SecTm, const bool &NewLn=true, const bool &CheckIdStr=true) |
| |
| void | PutVarBoolV (const TStr &VarNm, const TBoolV &BoolV, const bool &NewLn=true, const bool &CheckIdStr=true) |
| |
| void | PutVarIntV (const TStr &VarNm, const TIntV &IntV, const bool &NewLn=true, const bool &CheckIdStr=true) |
| |
| void | PutVarFltV (const TStr &VarNm, const TFltV &FltV, const bool &NewLn=true, const bool &CheckIdStr=true) |
| |
| void | PutVarStrV (const TStr &VarNm, const TStrV &StrV, const bool &NewLn=true, const bool &CheckIdStr=true) |
| |
| void | PutVarStrPrV (const TStr &VarNm, const TStrPrV &StrPrV, const bool &NewLn=true, const bool &CheckIdStr=true) |
| |
| void | PutVarStrVV (const TStr &VarNm, const TVec< TStrV > &StrVV, const bool &NewLn=true, const bool &CheckIdStr=true) |
| |
Definition at line 251 of file lx.h.