Go to the source code of this file.
Classes |
class | TDir |
class | TFPathNotify |
Functions |
| TFFileDesc () |
static PFFileDesc | New () |
| ~TFFileDesc () |
| TFFileDesc (TSIn &) |
static PFFileDesc | Load (TSIn &SIn) |
void | Save (TSOut &) |
TFFileDesc & | operator= (const TFFileDesc &) |
TStr | GetFBase () const |
bool | IsDir () const |
| UndefDefaultCopyAssign (TFFile) |
| TFFile (const TStr &_FNmWc, const bool &_RecurseP=false) |
| TFFile (const TStr &_FPath, const TStr &_FExt, const bool &_RecurseP=false) |
| TFFile (const TStrV &_FPathV, const TStrV &_FExtV, const TStr &_FBaseWc, const bool &_RecurseP) |
static PFFile | New (const TStr &FNmWc, const bool &RecurseP) |
static PFFile | New (const TStrV &FPathV, const TStrV &FExtV, const TStr FBaseWc, const bool &RecurseP) |
static PFFile | New (const TStr &FPath, const TStr &FExt, const bool &RecurseP) |
| ~TFFile () |
| TFFile (TSIn &) |
bool | Next (TStr &FNm) |
bool | Next () |
TStr | GetFNm () const |
int | GetFNmN () const |
static void | GetFNmV (const TStr &FPath, const TStrV &FExtV, const bool &RecurseP, TStrV &FNmV) |
Variables |
ClassTP(TFFileDesc, PFFileDesc)
public dirent * | DirEnt |
ClassTP(TFFile, PFFile)
private TStr | FBaseWc |
bool | CsImpP |
bool | RecurseP |
int | FPathN |
PFFileDesc | FFileDesc |
PFFile | SubFFile |
TStr | CurFNm |
int | CurFNmN |
Function Documentation
Definition at line 59 of file xfl.h.
Definition at line 60 of file xfl.h.
Definition at line 65 of file xfl.h.
static PFFile Load |
( |
TSIn & |
SIn | ) |
[static] |
Definition at line 17 of file xfl.h.
static PFFileDesc New |
( |
| ) |
[static] |
Definition at line 14 of file xfl.h.
static PFFile New |
( |
const TStr & |
FNmWc, |
|
|
const bool & |
RecurseP |
|
) |
| [static] |
Definition at line 45 of file xfl.h.
static PFFile New |
( |
const TStrV & |
FPathV, |
|
|
const TStrV & |
FExtV, |
|
|
const TStr |
FBaseWc, |
|
|
const bool & |
RecurseP |
|
) |
| [static] |
Definition at line 47 of file xfl.h.
static PFFile New |
( |
const TStr & |
FPath, |
|
|
const TStr & |
FExt, |
|
|
const bool & |
RecurseP |
|
) |
| [static] |
Definition at line 50 of file xfl.h.
Definition at line 58 of file xfl.h.
Definition at line 20 of file xfl.h.
Definition at line 18 of file xfl.h.
Definition at line 53 of file xfl.h.
Definition at line 16 of file xfl.h.
Variable Documentation
Definition at line 32 of file xfl.h.
Definition at line 37 of file xfl.h.
Definition at line 38 of file xfl.h.
Definition at line 3 of file xfl.h.
Definition at line 28 of file xfl.h.
Definition at line 35 of file xfl.h.
Definition at line 34 of file xfl.h.
Definition at line 33 of file xfl.h.
Definition at line 36 of file xfl.h.