#include <TFileSet.h>
Inheritance diagram for TFileSet:

Public Member Functions | |
| TFileSet () | |
| TFileSet (const TString &dirname, const Char_t *filename=0, Bool_t expand=kTRUE, Int_t maxDepth=10) | |
| virtual | ~TFileSet () |
| virtual Long_t | HasData () const |
| virtual Bool_t | IsEmpty () const |
| virtual Bool_t | IsFolder () const |
| TFileSet () | |
| TFileSet (const TString &dirname, const Char_t *filename=0, Bool_t expand=kTRUE, Int_t maxDepth=10) | |
| virtual | ~TFileSet () |
| virtual Long_t | HasData () const |
| virtual Bool_t | IsEmpty () const |
| virtual Bool_t | IsFolder () const |
Definition at line 28 of file TFileSet.h.
| TFileSet::TFileSet | ( | ) |
Referenced by TFileSet().
| TFileSet::TFileSet | ( | const TString & | dirname, | |
| const Char_t * | filename = 0, |
|||
| Bool_t | expand = kTRUE, |
|||
| Int_t | maxDepth = 10 | |||
| ) |
Definition at line 48 of file TFileSet.cxx.
References TDataSet::Add(), TSystem::ConcatFileName(), dir(), TObject::Error(), TSystem::ExpandPathName(), flags, TSystem::FreeDirectory(), TSystem::GetDirEntry(), TSystem::GetPathInfo(), gSystem, id, TObject::IsZombie(), kFALSE, Long64_t, TObject::MakeZombie(), name, TSystem::OpenDirectory(), TNamed::SetName(), TNamed::SetTitle(), size, and TFileSet().
| TFileSet::~TFileSet | ( | ) | [virtual] |
Definition at line 122 of file TFileSet.cxx.
| TFileSet::TFileSet | ( | ) |
| TFileSet::TFileSet | ( | const TString & | dirname, | |
| const Char_t * | filename = 0, |
|||
| Bool_t | expand = kTRUE, |
|||
| Int_t | maxDepth = 10 | |||
| ) |
| virtual TFileSet::~TFileSet | ( | ) | [virtual] |
| Long_t TFileSet::HasData | ( | ) | const [virtual] |
Reimplemented from TDataSet.
Definition at line 135 of file TFileSet.cxx.
References TNamed::GetTitle().
| Bool_t TFileSet::IsEmpty | ( | ) | const [virtual] |
Reimplemented from TDataSet.
Definition at line 128 of file TFileSet.cxx.
References TNamed::GetTitle(), kFALSE, and kTRUE.
| Bool_t TFileSet::IsFolder | ( | ) | const [virtual] |
Reimplemented from TDataSet.
Definition at line 149 of file TFileSet.cxx.
References TNamed::GetTitle().
1.5.1