Iterator of object array.
Definition at line 122 of file TRefArray.h.
Public Member Functions | |
TRefArrayIter (const TRefArray *arr, Bool_t dir=kIterForward) | |
Create array iterator. | |
TRefArrayIter (const TRefArrayIter &iter) | |
Copy ctor. | |
~TRefArrayIter () | |
const TCollection * | GetCollection () const |
TObject * | Next () |
Return next object in array. Returns 0 when no more objects in array. | |
Bool_t | operator!= (const TIterator &aIter) const |
This operator compares two TIterator objects. | |
Bool_t | operator!= (const TRefArrayIter &aIter) const |
This operator compares two TRefArrayIter objects. | |
TObject * | operator* () const |
Return current object or nullptr. | |
TIterator & | operator= (const TIterator &rhs) |
Overridden assignment operator. | |
TRefArrayIter & | operator= (const TRefArrayIter &rhs) |
Overloaded assignment operator. | |
void | Reset () |
Reset array iterator. | |
Public Member Functions inherited from TIterator | |
virtual | ~TIterator () |
virtual Option_t * | GetOption () const |
TObject * | operator() () |
Bool_t | operator== (const TIterator &other) const |
Private Member Functions | |
TRefArrayIter () | |
Private Attributes | |
const TRefArray * | fArray |
Int_t | fCurCursor |
Int_t | fCursor |
Bool_t | fDirection |
Additional Inherited Members | |
Protected Member Functions inherited from TIterator | |
TIterator () | |
TIterator (const TIterator &) | |
#include <TRefArray.h>
|
inlineprivate |
Definition at line 133 of file TRefArray.h.
TRefArrayIter::TRefArrayIter | ( | const TRefArray * | arr, |
Bool_t | dir = kIterForward |
||
) |
Create array iterator.
By default the iteration direction is kIterForward. To go backward use kIterBackward.
Definition at line 848 of file TRefArray.cxx.
TRefArrayIter::TRefArrayIter | ( | const TRefArrayIter & | iter | ) |
Copy ctor.
Definition at line 858 of file TRefArray.cxx.
|
inline |
Definition at line 138 of file TRefArray.h.
|
inlinevirtual |
Implements TIterator.
Definition at line 142 of file TRefArray.h.
|
virtual |
Return next object in array. Returns 0 when no more objects in array.
Implements TIterator.
Definition at line 898 of file TRefArray.cxx.
This operator compares two TIterator objects.
Reimplemented from TIterator.
Definition at line 938 of file TRefArray.cxx.
Bool_t TRefArrayIter::operator!= | ( | const TRefArrayIter & | aIter | ) | const |
This operator compares two TRefArrayIter objects.
Definition at line 950 of file TRefArray.cxx.
|
virtual |
Return current object or nullptr.
Reimplemented from TIterator.
Definition at line 958 of file TRefArray.cxx.
Overridden assignment operator.
Reimplemented from TIterator.
Definition at line 869 of file TRefArray.cxx.
TRefArrayIter & TRefArrayIter::operator= | ( | const TRefArrayIter & | rhs | ) |
Overloaded assignment operator.
Definition at line 884 of file TRefArray.cxx.
|
virtual |
|
private |
Definition at line 128 of file TRefArray.h.
|
private |
Definition at line 129 of file TRefArray.h.
|
private |
Definition at line 130 of file TRefArray.h.
|
private |
Definition at line 131 of file TRefArray.h.