Public Member Functions | Protected Attributes

TGo4TreeLevelIter Class Reference

Inheritance diagram for TGo4TreeLevelIter:
TGo4LevelIter

List of all members.

Public Member Functions

 TGo4TreeLevelIter (TTree *tree)
 TGo4TreeLevelIter (TBranch *branch)
virtual ~TGo4TreeLevelIter ()
virtual Bool_t next ()
virtual Bool_t isfolder ()
virtual TGo4LevelItersubiterator ()
virtual const char * name ()
virtual const char * info ()
virtual Int_t GetKind ()
virtual const char * GetClassName ()

Protected Attributes

TIterator * fIter
TBranch * fCurrent

Detailed Description

Definition at line 39 of file TGo4TreeProxy.cxx.


Constructor & Destructor Documentation

TGo4TreeLevelIter::TGo4TreeLevelIter ( TTree *  tree  )  [inline]

Definition at line 41 of file TGo4TreeProxy.cxx.

References fIter.

Referenced by subiterator().

TGo4TreeLevelIter::TGo4TreeLevelIter ( TBranch *  branch  )  [inline]

Definition at line 49 of file TGo4TreeProxy.cxx.

References fIter.

virtual TGo4TreeLevelIter::~TGo4TreeLevelIter (  )  [inline, virtual]

Definition at line 57 of file TGo4TreeProxy.cxx.

References fIter.


Member Function Documentation

virtual const char* TGo4TreeLevelIter::GetClassName (  )  [inline, virtual]

Reimplemented from TGo4LevelIter.

Definition at line 97 of file TGo4TreeProxy.cxx.

References fCurrent.

virtual Int_t TGo4TreeLevelIter::GetKind (  )  [inline, virtual]

Reimplemented from TGo4LevelIter.

Definition at line 92 of file TGo4TreeProxy.cxx.

References isfolder(), and TGo4Access::kndTreeBranch.

virtual const char* TGo4TreeLevelIter::info (  )  [inline, virtual]

Reimplemented from TGo4LevelIter.

Definition at line 87 of file TGo4TreeProxy.cxx.

References fCurrent.

virtual Bool_t TGo4TreeLevelIter::isfolder (  )  [inline, virtual]

Reimplemented from TGo4LevelIter.

Definition at line 72 of file TGo4TreeProxy.cxx.

References fCurrent.

Referenced by GetKind().

virtual const char* TGo4TreeLevelIter::name (  )  [inline, virtual]

Reimplemented from TGo4LevelIter.

Definition at line 82 of file TGo4TreeProxy.cxx.

References fCurrent.

virtual Bool_t TGo4TreeLevelIter::next (  )  [inline, virtual]

Reimplemented from TGo4LevelIter.

Definition at line 62 of file TGo4TreeProxy.cxx.

References fCurrent, and fIter.

virtual TGo4LevelIter* TGo4TreeLevelIter::subiterator (  )  [inline, virtual]

Reimplemented from TGo4LevelIter.

Definition at line 77 of file TGo4TreeProxy.cxx.

References fCurrent, and TGo4TreeLevelIter().


Member Data Documentation

TBranch* TGo4TreeLevelIter::fCurrent [protected]

Definition at line 104 of file TGo4TreeProxy.cxx.

Referenced by GetClassName(), info(), isfolder(), name(), next(), and subiterator().

TIterator* TGo4TreeLevelIter::fIter [protected]

Definition at line 103 of file TGo4TreeProxy.cxx.

Referenced by next(), TGo4TreeLevelIter(), and ~TGo4TreeLevelIter().


The documentation for this class was generated from the following file:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines