|
| | TFRnd (const TStr &_FNm, const TFAccess &FAccess, const bool &CreateIfNo=true, const int &_HdLen=-1, const int &_RecLen=-1) |
| |
| | ~TFRnd () |
| |
| TStr | GetFNm () const |
| |
| void | SetHdRecLen (const int &_HdLen, const int &_RecLen) |
| |
| void | SetFPos (const int &FPos) |
| |
| void | MoveFPos (const int &DFPos) |
| |
| int | GetFPos () |
| |
| int | GetFLen () |
| |
| bool | Empty () |
| |
| bool | Eof () |
| |
| void | SetRecN (const int &RecN) |
| |
| int | GetRecN () |
| |
| int | GetRecs () |
| |
| void | GetBf (void *Bf, const TSize &BfL) |
| |
| void | PutBf (const void *Bf, const TSize &BfL) |
| |
| void | Flush () |
| |
| void | GetHd (void *Hd) |
| |
| void | PutHd (const void *Hd) |
| |
| void | GetRec (void *Rec, const int &RecN=-1) |
| |
| void | PutRec (const void *Rec, const int &RecN=-1) |
| |
| void | PutCs (const TCs &Cs) |
| |
| TCs | GetCs () |
| |
| void | PutCh (const char &Ch) |
| |
| void | PutCh (const char &Ch, const int &Chs) |
| |
| char | GetCh () |
| |
| void | PutUCh (const uchar &UCh) |
| |
| uchar | GetUCh () |
| |
| void | PutInt (const int &Int) |
| |
| int | GetInt () |
| |
| void | PutUInt (const uint &UInt) |
| |
| uint | GetUInt () |
| |
| void | PutStr (const TStr &Str) |
| |
| TStr | GetStr (const int &StrLen) |
| |
| TStr | GetStr (const int &MxStrLen, bool &IsOk) |
| |
| void | PutSIn (const PSIn &SIn, TCs &Cs) |
| |
| PSIn | GetSIn (const int &SInLen, TCs &Cs) |
| |
Definition at line 516 of file fl.h.