#include <gdir.h>
Inheritance diagram for gDirGeneric:
Public Member Functions | |
virtual | ~gDirGeneric () |
virtual bool | IsOk () |
virtual bool | IsNameOk (char *s) |
virtual bool | AllNamesOk (int depthLevel) |
virtual gFileSysName * | GetName (unsigned idx) |
virtual t_uchar * | ToString (t_uchar *uBuf) |
virtual bool | SaveGuts (FILE *f) |
virtual bool | RestoreGuts (FILE *f) |
Public Attributes | |
int | lastOpError |
gDirName | sDirName |
Static Public Attributes | |
static t_uchar | slashChr = gSLASHCHR |
Protected Member Functions | |
gDirGeneric (eStorage kind) | |
bool | thisNameOk (char *s, unsigned &posBad) |
bool | thisAllNamesOk (unsigned depthLevel, unsigned &posBad, int ¬OkDepth) |
Protected Attributes | |
gString | slashStr |
|
|
|
|
|
Definition at line 220 of file gdir.cpp. Referenced by SaveGuts(). |
|
Definition at line 228 of file gdir.cpp. Referenced by gDir::GetFullNameDir(), and gDir::GetStat(). |
|
Definition at line 214 of file gdir.cpp. Referenced by RestoreGuts(), and thisAllNamesOk(). |
|
Reimplemented from gStorage. |
|
Reimplemented from gList. |
|
Reimplemented from gList. |
|
Definition at line 300 of file gdir.cpp. Referenced by AllNamesOk(). |
|
Definition at line 274 of file gdir.cpp. Referenced by IsNameOk(). |
|
Reimplemented from gList. |
|
Definition at line 137 of file gdir.h. Referenced by gDir::gDir(), gStrControl::Init(), IsOk(), and gDir::thisScanDir(). |
|
Definition at line 138 of file gdir.h. Referenced by gDir::gDir(), gDir::GetFullNameDir(), and gDir::thisScanDir(). |
|
Definition at line 10 of file gdir.cpp. Referenced by thisNameOk(). |
|
Definition at line 161 of file gdir.h. Referenced by thisNameOk(). |