#include <THtml.h>
Inheritance diagram for THtml::TFileSysEntry:
Public Member Functions | |
TFileSysEntry (const char *name, TFileSysDir *parent) | |
const char * | GetName () const |
virtual ULong_t | Hash () const |
virtual void | GetFullName (TString &fullname, Bool_t asIncluded) const |
TFileSysDir * | GetParent () const |
Int_t | GetLevel () const |
TFileSysEntry (const char *name, TFileSysDir *parent) | |
const char * | GetName () const |
virtual ULong_t | Hash () const |
virtual void | GetFullName (TString &fullname, Bool_t asIncluded) const |
TFileSysDir * | GetParent () const |
Int_t | GetLevel () const |
Protected Member Functions | |
ClassDef (TFileSysEntry, 0) | |
ClassDef (TFileSysEntry, 0) | |
Protected Attributes | |
TString | fName |
TFileSysDir * | fParent |
Int_t | fLevel |
TFileSysDir * | fParent |
Definition at line 110 of file THtml.h.
THtml::TFileSysEntry::TFileSysEntry | ( | const char * | name, | |
TFileSysDir * | parent | |||
) | [inline] |
THtml::TFileSysEntry::TFileSysEntry | ( | const char * | name, | |
TFileSysDir * | parent | |||
) | [inline] |
const char* THtml::TFileSysEntry::GetName | ( | ) | const [inline, virtual] |
Reimplemented from TObject.
Definition at line 114 of file THtml.h.
References fName.
Referenced by THtml::TFileSysDB::Fill(), THtml::TPathDefinition::GetFileNameFromInclude(), and THtml::TFileDefinition::MatchFileSysName().
virtual ULong_t THtml::TFileSysEntry::Hash | ( | ) | const [inline, virtual] |
Reimplemented from TObject.
Definition at line 115 of file THtml.h.
References fName, and TString::Hash().
virtual void THtml::TFileSysEntry::GetFullName | ( | TString & | fullname, | |
Bool_t | asIncluded | |||
) | const [inline, virtual] |
Definition at line 116 of file THtml.h.
References fName, fParent, and GetFullName().
Referenced by G__G__Html_202_0_4(), GetFullName(), THtml::TModuleDefinition::GetModule(), and THtml::TFileDefinition::MatchFileSysName().
TFileSysDir* THtml::TFileSysEntry::GetParent | ( | ) | const [inline] |
Definition at line 126 of file THtml.h.
References fParent.
Referenced by G__G__Html_202_0_5(), and THtml::TPathDefinition::GetFileNameFromInclude().
Int_t THtml::TFileSysEntry::GetLevel | ( | ) | const [inline] |
Definition at line 127 of file THtml.h.
References fLevel.
Referenced by G__G__Html_202_0_6(), and THtml::TFileSysDir::Recurse().
THtml::TFileSysEntry::ClassDef | ( | TFileSysEntry | , | |
0 | ||||
) | [protected] |
const char* THtml::TFileSysEntry::GetName | ( | ) | const [inline, virtual] |
virtual ULong_t THtml::TFileSysEntry::Hash | ( | ) | const [inline, virtual] |
Reimplemented from TObject.
Definition at line 115 of file THtml.h.
References fName, and TString::Hash().
TFileSysDir* THtml::TFileSysEntry::GetParent | ( | ) | const [inline] |
Int_t THtml::TFileSysEntry::GetLevel | ( | ) | const [inline] |
THtml::TFileSysEntry::ClassDef | ( | TFileSysEntry | , | |
0 | ||||
) | [protected] |
TString THtml::TFileSysEntry::fName [protected] |
Definition at line 129 of file THtml.h.
Referenced by THtml::TFileSysDB::Fill(), GetFullName(), THtml::TFileSysRoot::GetFullName(), GetName(), and Hash().
TFileSysDir* THtml::TFileSysEntry::fParent [protected] |
Int_t THtml::TFileSysEntry::fLevel [protected] |
TFileSysDir* THtml::TFileSysEntry::fParent [protected] |