TObjArrayIter Iterator of object array.
| 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_t | operator!=(const TIterator& aIter) const |
| Bool_t | 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) const |
| virtual void | Streamer(TBuffer&) |
| void | StreamerNVirtual(TBuffer& ClassDef_StreamerNVirtual_b) |
| TObjArrayIter(const TObjArrayIter& iter) | |
| TObjArrayIter(const TObjArray* arr, Bool_t dir = kIterForward) |
| TObjArrayIter() |

Create array iterator. By default the iteration direction is kIterForward. To go backward use kIterBackward.
This operator compares two TObjArrayIter objects.