Definition at line 272 of file TCollection.h.
Public Member Functions | |
TIterCategory (const TCollection *col, Bool_t dir=kIterForward) | |
TIterCategory (TIterator *it) | |
virtual | ~TIterCategory () |
TIterCategory & | Begin () |
Public Member Functions inherited from TIter | |
TIter (const TCollection *col, Bool_t dir=kIterForward) | |
TIter (const TIter &iter) | |
Copy a TIter. More... | |
TIter (TIterator *it) | |
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 TIterCategory | End () |
Static Public Member Functions inherited from TIter | |
static TIter | End () |
Pointing to the element after the last - to a nullptr value in our case. More... | |
Additional Inherited Members | |
Protected Member Functions inherited from TIter | |
TIter () | |
#include <TCollection.h>
|
inline |
Definition at line 275 of file TCollection.h.
|
inline |
Definition at line 276 of file TCollection.h.
|
inlinevirtual |
Definition at line 277 of file TCollection.h.
|
inline |
Definition at line 278 of file TCollection.h.
|
inlinestatic |
Definition at line 279 of file TCollection.h.