Public Member Functions | |
TGo4FolderLevelIter (TFolder *folder) | |
virtual | ~TGo4FolderLevelIter () |
virtual Bool_t | next () |
virtual Bool_t | isfolder () |
virtual TGo4LevelIter * | subiterator () |
virtual const char * | name () |
virtual const char * | info () |
virtual Int_t | GetKind () |
virtual const char * | GetClassName () |
Protected Attributes | |
TIterator * | fIter |
TObject * | fCurrent |
Definition at line 28 of file TGo4FolderProxy.cxx.
TGo4FolderLevelIter::TGo4FolderLevelIter | ( | TFolder * | folder | ) | [inline] |
Definition at line 17 of file TGo4FolderProxy.cxx.
virtual TGo4FolderLevelIter::~TGo4FolderLevelIter | ( | ) | [inline, virtual] |
Definition at line 25 of file TGo4FolderProxy.cxx.
virtual const char* TGo4FolderLevelIter::GetClassName | ( | ) | [inline, virtual] |
Reimplemented from TGo4LevelIter.
Definition at line 73 of file TGo4FolderProxy.cxx.
virtual Int_t TGo4FolderLevelIter::GetKind | ( | ) | [inline, virtual] |
Reimplemented from TGo4LevelIter.
Definition at line 68 of file TGo4FolderProxy.cxx.
virtual const char* TGo4FolderLevelIter::info | ( | ) | [inline, virtual] |
Reimplemented from TGo4LevelIter.
Definition at line 63 of file TGo4FolderProxy.cxx.
virtual Bool_t TGo4FolderLevelIter::isfolder | ( | ) | [inline, virtual] |
Reimplemented from TGo4LevelIter.
Definition at line 36 of file TGo4FolderProxy.cxx.
virtual const char* TGo4FolderLevelIter::name | ( | ) | [inline, virtual] |
Reimplemented from TGo4LevelIter.
Definition at line 58 of file TGo4FolderProxy.cxx.
References fCurrent, and TGo4TreeProxy::ProduceIter().
virtual Bool_t TGo4FolderLevelIter::next | ( | ) | [inline, virtual] |
Reimplemented from TGo4LevelIter.
Definition at line 30 of file TGo4FolderProxy.cxx.
References fIter.
virtual TGo4LevelIter* TGo4FolderLevelIter::subiterator | ( | ) | [inline, virtual] |
Reimplemented from TGo4LevelIter.
Definition at line 45 of file TGo4FolderProxy.cxx.
TObject* TGo4FolderLevelIter::fCurrent [protected] |
Definition at line 80 of file TGo4FolderProxy.cxx.
Referenced by name().
TIterator* TGo4FolderLevelIter::fIter [protected] |
Definition at line 79 of file TGo4FolderProxy.cxx.
Referenced by next().