Definition at line 233 of file TCollection.h.
Public Member Functions | |
TIter (const TCollection *col, Bool_t dir=kIterForward) | |
TIter (const TIter &iter) | |
Copy a TIter. | |
TIter (TIterator *it) | |
virtual | ~TIter () |
TIter & | Begin () |
Pointing to the first element of the container. | |
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. | |
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. | |
Protected Member Functions | |
TIter () | |
Private Attributes | |
TIterator * | fIterator |
#include <TCollection.h>
|
inlineprotected |
Definition at line 239 of file TCollection.h.
|
inline |
Definition at line 242 of file TCollection.h.
|
inline |
Definition at line 244 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 772 of file TCollection.cxx.
|
inlinevirtual |
Definition at line 247 of file TCollection.h.
TIter & TIter::Begin | ( | ) |
Pointing to the first element of the container.
Definition at line 800 of file TCollection.cxx.
|
static |
Pointing to the element after the last - to a nullptr value in our case.
Definition at line 810 of file TCollection.cxx.
|
inline |
Definition at line 250 of file TCollection.h.
|
inline |
Definition at line 251 of file TCollection.h.
|
inline |
Definition at line 249 of file TCollection.h.
Definition at line 261 of file TCollection.h.
|
inline |
Definition at line 248 of file TCollection.h.
|
inline |
Definition at line 264 of file TCollection.h.
|
inline |
Definition at line 253 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 785 of file TCollection.cxx.
Definition at line 254 of file TCollection.h.
|
inline |
Definition at line 252 of file TCollection.h.
|
private |
Definition at line 236 of file TCollection.h.