ROOT
6.06/09
Reference Guide
|
Public Member Functions | |
TListIter (const TList *l, Bool_t dir=kIterForward) | |
TListIter (const TListIter &iter) | |
Copy ctor. More... | |
~TListIter () | |
TIterator & | operator= (const TIterator &rhs) |
Overridden assignment operator. More... | |
TListIter & | operator= (const TListIter &rhs) |
Overloaded assignment operator. More... | |
const TCollection * | GetCollection () const |
Option_t * | GetOption () const |
Returns the object option stored in the list. More... | |
void | SetOption (Option_t *option) |
Sets the object option stored in the list. More... | |
TObject * | Next () |
Return next object in the list. Returns 0 when no more objects in list. More... | |
void | Reset () |
Reset list iterator. More... | |
Bool_t | operator!= (const TIterator &aIter) const |
This operator compares two TIterator objects. More... | |
Bool_t | operator!= (const TListIter &aIter) const |
This operator compares two TListIter objects. More... | |
TObject * | operator* () const |
Return current object or nullptr. More... | |
Public Member Functions inherited from TIterator | |
virtual | ~TIterator () |
TObject * | operator() () |
Bool_t | operator== (const TIterator &other) const |
Protected Member Functions | |
TListIter () | |
Protected Member Functions inherited from TIterator | |
TIterator () | |
TIterator (const TIterator &) | |
Protected Attributes | |
const TList * | fList |
TObjLink * | fCurCursor |
TObjLink * | fCursor |
Bool_t | fDirection |
Bool_t | fStarted |
#include <TList.h>
TListIter::TListIter | ( | const TList * | l, |
Bool_t | dir = kIterForward |
||
) |
|
inlinevirtual |
Implements TIterator.
Definition at line 209 of file TList.h.
Referenced by THashTableIter::operator=(), and THashTableIter::THashTableIter().
|
virtual |
Returns the object option stored in the list.
Reimplemented from TIterator.
Definition at line 959 of file TList.cxx.
Referenced by TMultiGraph::GetGraphDrawOption().
|
virtual |
Return next object in the list. Returns 0 when no more objects in list.
Implements TIterator.
Reimplemented in TFileIter, TListOfFunctionsIter, and TListOfEnumsWithLockIter.
Definition at line 932 of file TList.cxx.
Referenced by TGClient::HandleEvent(), TListOfEnumsWithLockIter::Next(), THashTableIter::Next(), TListOfFunctionsIter::Next(), TRecorderReplaying::RemapWindowReferences(), and TLegend::TLegend().
|
virtual |
Bool_t TListIter::operator!= | ( | const TListIter & | aIter | ) | const |
|
inlinevirtual |
Reset list iterator.
Implements TIterator.
Reimplemented in TFileIter.
Definition at line 976 of file TList.cxx.
Referenced by TParallelCoord::PaintEntries(), TMVA::Configurable::ParseOptions(), TMVA::Configurable::PrintOptions(), TFileIter::Reset(), TMVA::TMVAGui(), TMVA::TMVAMultiClassGui(), TMVA::TMVARegGui(), and TMVA::Configurable::WriteOptionsToStream().
|
protected |
Definition at line 194 of file TList.h.
Referenced by GetOption(), Next(), operator!=(), operator=(), TFileIter::Reset(), SetOption(), TFileIter::SkipObjects(), and TListIter().
|
protected |
Definition at line 195 of file TList.h.
Referenced by Next(), operator=(), TFileIter::Reset(), TFileIter::SkipObjects(), and TListIter().
|
protected |
Definition at line 196 of file TList.h.
Referenced by TFileIter::Initialize(), Next(), TFileIter::NextEventKey(), operator=(), TFileIter::Reset(), TFileIter::SkipObjects(), and TListIter().
|
protected |
Definition at line 193 of file TList.h.
Referenced by GetCollection(), Next(), operator=(), TFileIter::Reset(), TFileIter::SkipObjects(), TListIter(), and TFileIter::TotalKeys().
|
protected |
Definition at line 197 of file TList.h.
Referenced by Next(), operator=(), Reset(), and TListIter().