Public Member Functions | Protected Attributes

TGo4DirLevelIter Class Reference

Inheritance diagram for TGo4DirLevelIter:
TGo4LevelIter

List of all members.

Public Member Functions

 TGo4DirLevelIter (TDirectory *dir, Bool_t readright)
virtual ~TGo4DirLevelIter ()
virtual Bool_t next ()
virtual Bool_t isfolder ()
virtual TGo4LevelItersubiterator ()
virtual const char * name ()
virtual const char * info ()
virtual Int_t sizeinfo ()
virtual Int_t GetKind ()
virtual const char * GetClassName ()

Protected Attributes

TDirectory * fDir
Bool_t fReadRight
TIterator * fIter
Bool_t fIsKeyIter
TObject * fCurrent
TString fNameBuf

Detailed Description

Definition at line 68 of file TGo4DirProxy.cxx.


Constructor & Destructor Documentation

TGo4DirLevelIter::TGo4DirLevelIter ( TDirectory *  dir,
Bool_t  readright 
) [inline]

Definition at line 78 of file TGo4DirProxy.cxx.

References fDir, fIsKeyIter, and fIter.

Referenced by subiterator().

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

Definition at line 91 of file TGo4DirProxy.cxx.

References fIter.


Member Function Documentation

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

Reimplemented from TGo4LevelIter.

Definition at line 196 of file TGo4DirProxy.cxx.

References fCurrent, and fIsKeyIter.

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

Reimplemented from TGo4LevelIter.

Definition at line 191 of file TGo4DirProxy.cxx.

References isfolder(), and TGo4Access::kndFolder.

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

Reimplemented from TGo4LevelIter.

Definition at line 168 of file TGo4DirProxy.cxx.

References fCurrent.

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

Reimplemented from TGo4LevelIter.

Definition at line 124 of file TGo4DirProxy.cxx.

References fCurrent, fIsKeyIter, and fReadRight.

Referenced by GetKind(), and name().

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

Reimplemented from TGo4LevelIter.

Definition at line 159 of file TGo4DirProxy.cxx.

References fCurrent, fIsKeyIter, fNameBuf, and isfolder().

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

Reimplemented from TGo4LevelIter.

Definition at line 96 of file TGo4DirProxy.cxx.

References fCurrent, fDir, fIsKeyIter, and fIter.

virtual Int_t TGo4DirLevelIter::sizeinfo (  )  [inline, virtual]

Reimplemented from TGo4LevelIter.

Definition at line 173 of file TGo4DirProxy.cxx.

References TGo4ObjectProxy::DefineObjectSize(), fCurrent, fDir, and fIsKeyIter.

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

Member Data Documentation

TObject* TGo4DirLevelIter::fCurrent [protected]

Definition at line 74 of file TGo4DirProxy.cxx.

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

TDirectory* TGo4DirLevelIter::fDir [protected]

Definition at line 70 of file TGo4DirProxy.cxx.

Referenced by next(), sizeinfo(), subiterator(), and TGo4DirLevelIter().

Bool_t TGo4DirLevelIter::fIsKeyIter [protected]
TIterator* TGo4DirLevelIter::fIter [protected]

Definition at line 72 of file TGo4DirProxy.cxx.

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

TString TGo4DirLevelIter::fNameBuf [protected]

Definition at line 75 of file TGo4DirProxy.cxx.

Referenced by name().

Bool_t TGo4DirLevelIter::fReadRight [protected]

Definition at line 71 of file TGo4DirProxy.cxx.

Referenced by isfolder(), and subiterator().


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