TCollection Collection abstract base class. This class inherits from TObject because we want to be able to have collections of collections.
virtual | ~TIter() |
TIter& | Begin() |
static TClass* | Class() |
static TIter | End() |
const TCollection* | GetCollection() const |
Option_t* | GetOption() const |
virtual TClass* | IsA() const |
TObject* | Next() |
Bool_t | operator!=(const TIter& aIter) const |
TObject* | operator()() |
TObject* | operator*() const |
TIter& | operator++() |
TIter& | operator=(const TIter& rhs) |
Bool_t | operator==(const TIter& aIter) const |
void | Reset() |
virtual void | ShowMembers(TMemberInspector& insp) const |
virtual void | Streamer(TBuffer&) |
void | StreamerNVirtual(TBuffer& ClassDef_StreamerNVirtual_b) |
TIter(TIterator* it) | |
TIter(const TIter& iter) | |
TIter(const TCollection* col, Bool_t dir = kIterForward) |
TIter() |
TIterator* | fIterator | collection iterator |
Inheritance Chart: | |||||
|
{ return fIterator ? fIterator->GetCollection() : nullptr; }