TObjArrayIter Iterator of object array.
TObjArrayIter(const TObjArrayIter& iter) | |
TObjArrayIter(const TObjArray* arr, Bool_t dir = kIterForward) | |
virtual | ~TObjArrayIter() |
static TClass* | Class() |
virtual const TCollection* | GetCollection() const |
virtual Option_t* | TIterator::GetOption() const |
virtual TClass* | IsA() const |
virtual TObject* | Next() |
virtual bool | operator!=(const TIterator& aIter) const |
bool | operator!=(const TObjArrayIter& aIter) const |
TObject* | TIterator::operator()() |
virtual TObject* | operator*() const |
virtual TIterator& | operator=(const TIterator& rhs) |
TObjArrayIter& | operator=(const TObjArrayIter& rhs) |
virtual void | Reset() |
virtual void | ShowMembers(TMemberInspector& insp) |
virtual void | Streamer(TBuffer& b) |
void | StreamerNVirtual(TBuffer& b) |
TObjArrayIter() |
Create array iterator. By default the iteration direction is kIterForward. To go backward use kIterBackward.