ROOT 6.10/09 Reference Guide |
Definition at line 137 of file TCollection.h.
Public Member Functions | |
TIter (const TCollection *col, Bool_t dir=kIterForward) | |
TIter (TIterator *it) | |
TIter (const TIter &iter) | |
Copy a TIter. More... | |
virtual | ~TIter () |
TIter & | Begin () |
Pointing to the first element of the container. More... | |
const TCollection * | GetCollection () const |
Option_t * | GetOption () const |
TObject * | Next () |
Bool_t | operator!= (const TIter &aIter) const |
TObject * | operator() () |
TObject * | operator* () const |
TIter & | operator++ () |
TIter & | operator= (const TIter &rhs) |
Assigning an TIter to another. More... | |
Bool_t | operator== (const TIter &aIter) const |
void | Reset () |
Static Public Member Functions | |
static TIter | End () |
Pointing to the element after the last - to a nullptr value in our case. More... | |
Protected Member Functions | |
TIter () | |
Private Attributes | |
TIterator * | fIterator |
#include <TCollection.h>
|
inlineprotected |
Definition at line 143 of file TCollection.h.
|
inline |
Definition at line 146 of file TCollection.h.
|
inline |
Definition at line 148 of file TCollection.h.
TIter::TIter | ( | const TIter & | iter | ) |
Copy a TIter.
This involves allocating a new TIterator of the right sub class and assigning it with the original.
Definition at line 621 of file TCollection.cxx.
|
inlinevirtual |
Definition at line 151 of file TCollection.h.
TIter & TIter::Begin | ( | ) |
Pointing to the first element of the container.
Definition at line 649 of file TCollection.cxx.
|
static |
Pointing to the element after the last - to a nullptr value in our case.
Definition at line 659 of file TCollection.cxx.
|
inline |
Definition at line 154 of file TCollection.h.
|
inline |
Definition at line 155 of file TCollection.h.
|
inline |
Definition at line 153 of file TCollection.h.
|
inline |
Definition at line 165 of file TCollection.h.
|
inline |
Definition at line 152 of file TCollection.h.
|
inline |
Definition at line 168 of file TCollection.h.
|
inline |
Definition at line 157 of file TCollection.h.
Assigning an TIter to another.
This involves allocating a new TIterator of the right sub class and assigning it with the original.
Definition at line 634 of file TCollection.cxx.
Definition at line 158 of file TCollection.h.
Definition at line 156 of file TCollection.h.
|
private |
Definition at line 140 of file TCollection.h.