#include <THtml.h>
Inheritance diagram for THtml::TFileSysDir:
Public Member Functions | |
TFileSysDir (const char *name, TFileSysDir *parent) | |
const TList * | GetFiles () const |
const TList * | GetSubDirs () const |
void | Recurse (TFileSysDB *db, const char *path) |
TFileSysDir (const char *name, TFileSysDir *parent) | |
const TList * | GetFiles () const |
const TList * | GetSubDirs () const |
void | Recurse (TFileSysDB *db, const char *path) |
Protected Member Functions | |
ClassDef (TFileSysDir, 0) | |
ClassDef (TFileSysDir, 0) | |
Protected Attributes | |
TList | fFiles |
TList | fDirs |
Definition at line 137 of file THtml.h.
THtml::TFileSysDir::TFileSysDir | ( | const char * | name, | |
TFileSysDir * | parent | |||
) | [inline] |
THtml::TFileSysDir::TFileSysDir | ( | const char * | name, | |
TFileSysDir * | parent | |||
) | [inline] |
const TList* THtml::TFileSysDir::GetFiles | ( | ) | const [inline] |
const TList* THtml::TFileSysDir::GetSubDirs | ( | ) | const [inline] |
void THtml::TFileSysDir::Recurse | ( | TFileSysDB * | db, | |
const char * | path | |||
) |
Definition at line 672 of file THtml.cxx.
References TSystem::AccessPathName(), TExMap::Add(), THashTable::Add(), TList::Add(), buf, dir(), entry, fDirs, fFiles, TSystem::FreeDirectory(), gDebug, TSystem::GetDirEntry(), THtml::TFileSysDB::GetEntries(), THtml::TFileSysDB::GetIgnore(), THtml::TFileSysEntry::GetLevel(), THtml::TFileSysDB::GetMapIno(), THtml::TFileSysDB::GetMaxLevel(), TSystem::GetPathInfo(), TExMap::GetValue(), gSystem, TObject::Info(), kReadPermission, TSystem::OpenDirectory(), R_ISDIR(), regexp(), TFileSysDir(), and THtml::TFileSysEntry::TFileSysEntry().
Referenced by G__G__Html_206_0_4().
THtml::TFileSysDir::ClassDef | ( | TFileSysDir | , | |
0 | ||||
) | [protected] |
const TList* THtml::TFileSysDir::GetFiles | ( | ) | const [inline] |
const TList* THtml::TFileSysDir::GetSubDirs | ( | ) | const [inline] |
void THtml::TFileSysDir::Recurse | ( | TFileSysDB * | db, | |
const char * | path | |||
) |
THtml::TFileSysDir::ClassDef | ( | TFileSysDir | , | |
0 | ||||
) | [protected] |
TList THtml::TFileSysDir::fFiles [protected] |
TList THtml::TFileSysDir::fDirs [protected] |
Definition at line 149 of file THtml.h.
Referenced by THtml::TFileSysDB::Fill(), GetSubDirs(), Recurse(), and TFileSysDir().