#include <gdir.h>
Inheritance diagram for gFileSysName:
Public Member Functions | |
virtual | ~gFileSysName () |
virtual bool | IsOk () |
virtual bool | IsStrOk () |
virtual bool | IsDirectory () |
virtual char * | Str () |
virtual char * | Name () |
virtual bool | HasStat () |
virtual gFileStat & | GetStat () |
virtual gFileStat * | GetStatPtr () |
Public Attributes | |
eFileSystemName | fsysName |
Protected Member Functions | |
gFileSysName (char *s, eFileSystemName aFSysName, bool isADirectory) | |
gFileSysName (char *s, eFileSystemName aFSysName, gFileStat &aStat) | |
Protected Attributes | |
bool | isDirectory |
gFileStat * | myStat |
|
|
|
|
|
|
|
|
|
Definition at line 35 of file gdir.h. Referenced by gDir::GetFullNameDir(), and gDir::GetStat(). |
|
|
|
|
|
Reimplemented from gStorage. Definition at line 20 of file gdir.h. Referenced by IsStrOk(). |
|
|
|
Reimplemented in gDirName. |
|
Reimplemented from gStringGeneric. Reimplemented in gDirName. Definition at line 54 of file gdir.cpp. Referenced by gDir::GetFullNameDir(), and Name(). |
|
Definition at line 40 of file gdir.h. Referenced by IsOk(). |
|
Definition at line 51 of file gdir.h. Referenced by IsDirectory(), and IsStrOk(). |
|
Definition at line 52 of file gdir.h. Referenced by GetStat(), GetStatPtr(), gFileSysName(), HasStat(), and ~gFileSysName(). |