| 
|   | TMOut (const int &_MxBfL=1024) | 
|   | 
|   | TMOut (char *_Bf, const int &_MxBfL) | 
|   | 
|   | ~TMOut () | 
|   | 
| int  | PutCh (const char &Ch) | 
|   | 
| int  | PutBf (const void *LBf, const TSize &LBfL) | 
|   | 
| void  | AppendBf (const void *LBf, const TSize &LBfL) | 
|   | 
| void  | Flush () | 
|   | 
| int  | Len () const  | 
|   | 
| void  | Clr () | 
|   | 
| char  | GetCh (const int &ChN) const  | 
|   | 
| TStr  | GetAsStr () const  | 
|   | 
| void  | CutBf (const int &CutBfL) | 
|   | 
| PSIn  | GetSIn (const bool &IsCut=true, const int &CutBfL=-1) | 
|   | 
| char *  | GetBfAddr () const  | 
|   | 
| bool  | IsCrLfLn () const  | 
|   | 
| TStr  | GetCrLfLn () | 
|   | 
| bool  | IsEolnLn () const  | 
|   | 
| TStr  | GetEolnLn (const bool &DoAddEoln, const bool &DoCutBf) | 
|   | 
| void  | MkEolnLn () | 
|   | 
|   | TSOut () | 
|   | 
|   | TSOut (const TStr &Str) | 
|   | 
| virtual  | ~TSOut () | 
|   | 
| void  | EnableLnTrunc (const int &_MxLnLen) | 
|   | 
| void  | DisableLnTrunc () | 
|   | 
| virtual TFileId  | GetFileId () const  | 
|   | 
| int  | PutMem (const TMem &Mem) | 
|   | 
| int  | PutCh (const char &Ch, const int &Chs) | 
|   | 
| int  | PutBool (const bool &Bool) | 
|   | 
| int  | PutInt (const int &Int) | 
|   | 
| int  | PutInt (const int &Int, const char *FmtStr) | 
|   | 
| int  | PutUInt (const uint &Int) | 
|   | 
| int  | PutUInt (const uint &Int, const char *FmtStr) | 
|   | 
| int  | PutFlt (const double &Flt) | 
|   | 
| int  | PutFlt (const double &Flt, const char *FmtStr) | 
|   | 
| int  | PutStr (const char *CStr) | 
|   | 
| int  | PutStr (const TChA &ChA) | 
|   | 
| int  | PutStr (const TStr &Str, const char *FmtStr) | 
|   | 
| int  | PutStr (const TStr &Str, const bool &ForceInLn=false) | 
|   | 
| int  | PutStrLn (const TStr &Str, const bool &ForceInLn=false) | 
|   | 
| int  | PutStrFmt (const char *FmtStr,...) | 
|   | 
| int  | PutStrFmtLn (const char *FmtStr,...) | 
|   | 
| int  | PutIndent (const int &IndentLev=1) | 
|   | 
| int  | PutLn (const int &Lns=1) | 
|   | 
| int  | PutDosLn (const int &Lns=1) | 
|   | 
| int  | PutSep (const int &NextStrLen=0) | 
|   | 
| int  | PutSepLn (const int &Lns=0) | 
|   | 
| void  | SaveCs () | 
|   | 
| void  | SaveBf (const void *Bf, const TSize &BfL) | 
|   | 
| void  | Save (const bool &Bool) | 
|   | 
| void  | Save (const char &Ch) | 
|   | 
| void  | Save (const uchar &UCh) | 
|   | 
| void  | Save (const short &Short) | 
|   | 
| void  | Save (const ushort &UShort) | 
|   | 
| void  | Save (const int &Int) | 
|   | 
| void  | Save (const uint &UInt) | 
|   | 
| void  | Save (const int64 &Int) | 
|   | 
| void  | Save (const uint64 &UInt) | 
|   | 
| void  | Save (const double &Flt) | 
|   | 
| void  | Save (const sdouble &SFlt) | 
|   | 
| void  | Save (const ldouble &LFlt) | 
|   | 
| void  | Save (const char *CStr, const TSize &CStrLen) | 
|   | 
| void  | Save (const char *CStr) | 
|   | 
| void  | Save (TSIn &SIn, const TSize &BfL=-1) | 
|   | 
| void  | Save (const PSIn &SIn, const TSize &BfL=-1) | 
|   | 
| void  | Save (const void *Bf, const TSize &BfL) | 
|   | 
| TSOut &  | operator<< (const bool &Bool) | 
|   | 
| TSOut &  | operator<< (const uchar &UCh) | 
|   | 
| TSOut &  | operator<< (const char &Ch) | 
|   | 
| TSOut &  | operator<< (const short &Sh) | 
|   | 
| TSOut &  | operator<< (const ushort &USh) | 
|   | 
| TSOut &  | operator<< (const int &Int) | 
|   | 
| TSOut &  | operator<< (const uint &Int) | 
|   | 
| TSOut &  | operator<< (const int64 &Int) | 
|   | 
| TSOut &  | operator<< (const uint64 &UInt) | 
|   | 
| TSOut &  | operator<< (const float &Flt) | 
|   | 
| TSOut &  | operator<< (const double &Double) | 
|   | 
| TSOut &  | operator<< (const long double &LDouble) | 
|   | 
| TSOut &  | operator<< (const TSOutMnp &Mnp) | 
|   | 
| TSOut &  | operator<< (TSOut &(*FuncPt)(TSOut &)) | 
|   | 
| TSOut &  | operator<< (TSIn &SIn) | 
|   | 
| TSOut &  | operator<< (PSIn &SIn) | 
|   | 
|   | TSBase (const TSStr &Nm) | 
|   | 
| virtual  | ~TSBase () | 
|   | 
| virtual TStr  | GetSNm () const  | 
|   | 
Definition at line 417 of file fl.h.
 
      
        
          | PSIn TMOut::GetSIn  | 
          ( | 
          const bool &  | 
          IsCut = true,  | 
        
        
           | 
           | 
          const int &  | 
          CutBfL = -1  | 
        
        
           | 
          ) | 
           |  | 
        
      
 
Definition at line 666 of file fl.cpp.
References Bf, BfL, CutBf(), TInt::GetMn(), IAssert, MxBfL, and OwnBf.
Referenced by TFHash< TKey, TFDat, TVDat >::AddDat(), TFHash< TKey, TFDat, TVDat >::AddKey(), TMem::GetSIn(), TExpVal::GetStr(), TExp::GetStr(), TFHashKey< TKey, TFDat, TVDat >::OnDelFromCache(), TFHash< TKey, TFDat, TVDat >::TFHash(), and TFHash< TKey, TFDat, TVDat >::~TFHash().
  667   IAssert((CutBfL==-1)||((0<=CutBfL)));
 
  675     if (IsCut){
CutBf(SInBfL);}
 
void CutBf(const int &CutBfL)
 
static int GetMn(const int &Int1, const int &Int2)