library: libCore #include "TObjArray.h" |
TObjArrayIter(const TObjArrayIter& iter) | |
TObjArrayIter(const TObjArray* arr, Bool_t dir = kIterForward) | |
~TObjArrayIter() | |
static TClass* | Class() |
virtual const TCollection* | GetCollection() const |
virtual Option_t* | TIterator::GetOption() const |
virtual TClass* | IsA() const |
virtual TObject* | Next() |
TObject* | TIterator::operator()() |
virtual TIterator& | operator=(const TIterator& rhs) |
TObjArrayIter& | operator=(const TObjArrayIter& rhs) |
virtual void | Reset() |
virtual void | ShowMembers(TMemberInspector& insp, char* parent) |
virtual void | Streamer(TBuffer& b) |
void | StreamerNVirtual(TBuffer& b) |
TObjArrayIter() |
TObjArray An array of TObjects. The array expands automatically when objects are added (shrinking can be done by hand using Expand(), how nice to have meaningful names -:)). Use operator[] to have "real" array behaviour./* */
Create array iterator. By default the iteration direction is kIterForward. To go backward use kIterBackward.