#include <THtml.h>
Inheritance diagram for THtml::TFileSysDB:

Public Member Functions | |
| TFileSysDB (const char *path, const char *ignore, Int_t maxdirlevel) | |
| TExMap & | GetMapIno () |
| THashTable & | GetEntries () |
| const TString & | GetIgnore () const |
| Int_t | GetMaxLevel () const |
| TFileSysDB (const char *path, const char *ignore, Int_t maxdirlevel) | |
| TExMap & | GetMapIno () |
| THashTable & | GetEntries () |
| const TString & | GetIgnore () const |
| Int_t | GetMaxLevel () const |
Protected Member Functions | |
| void | Fill () |
| void | Fill () |
Private Member Functions | |
| ClassDef (TFileSysDB, 0) | |
| ClassDef (TFileSysDB, 0) | |
Private Attributes | |
| TExMap | fMapIno |
| THashTable | fEntries |
| TString | fIgnorePath |
| Int_t | fMaxLevel |
Definition at line 173 of file THtml.h.
| THtml::TFileSysDB::TFileSysDB | ( | const char * | path, | |
| const char * | ignore, | |||
| Int_t | maxdirlevel | |||
| ) | [inline] |
| THtml::TFileSysDB::TFileSysDB | ( | const char * | path, | |
| const char * | ignore, | |||
| Int_t | maxdirlevel | |||
| ) | [inline] |
| TExMap& THtml::TFileSysDB::GetMapIno | ( | ) | [inline] |
Definition at line 179 of file THtml.h.
References fMapIno.
Referenced by Fill(), G__G__Html_207_0_2(), and THtml::TFileSysDir::Recurse().
| THashTable& THtml::TFileSysDB::GetEntries | ( | ) | [inline] |
Definition at line 180 of file THtml.h.
References fEntries.
Referenced by G__G__Html_207_0_3(), THtml::TPathDefinition::GetFileNameFromInclude(), THtml::TFileDefinition::MatchFileSysName(), and THtml::TFileSysDir::Recurse().
| const TString& THtml::TFileSysDB::GetIgnore | ( | ) | const [inline] |
Definition at line 181 of file THtml.h.
References fIgnorePath.
Referenced by G__G__Html_207_0_4(), and THtml::TFileSysDir::Recurse().
| Int_t THtml::TFileSysDB::GetMaxLevel | ( | ) | const [inline] |
Definition at line 182 of file THtml.h.
References fMaxLevel.
Referenced by G__G__Html_207_0_5(), and THtml::TFileSysDir::Recurse().
| void THtml::TFileSysDB::Fill | ( | ) | [protected] |
Definition at line 719 of file THtml.cxx.
References TSystem::AccessPathName(), TExMap::Add(), TList::Add(), buf, dir(), THtml::TFileSysDir::fDirs, THtml::TFileSysEntry::fName, THtml::GetDirDelimiter(), GetMapIno(), THtml::TFileSysEntry::GetName(), TSystem::GetPathInfo(), TExMap::GetValue(), gSystem, kReadPermission, R_ISDIR(), root, TString::Tokenize(), and TObject::Warning().
Referenced by TFileSysDB().
| THtml::TFileSysDB::ClassDef | ( | TFileSysDB | , | |
| 0 | ||||
| ) | [private] |
| TExMap& THtml::TFileSysDB::GetMapIno | ( | ) | [inline] |
| THashTable& THtml::TFileSysDB::GetEntries | ( | ) | [inline] |
| const TString& THtml::TFileSysDB::GetIgnore | ( | ) | const [inline] |
| Int_t THtml::TFileSysDB::GetMaxLevel | ( | ) | const [inline] |
| void THtml::TFileSysDB::Fill | ( | ) | [protected] |
| THtml::TFileSysDB::ClassDef | ( | TFileSysDB | , | |
| 0 | ||||
| ) | [private] |
TExMap THtml::TFileSysDB::fMapIno [private] |
THashTable THtml::TFileSysDB::fEntries [private] |
TString THtml::TFileSysDB::fIgnorePath [private] |
Int_t THtml::TFileSysDB::fMaxLevel [private] |
1.5.1