Definition at line 281 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. | |
| TIter (TIterator *it) | |
| virtual | ~TIter () | 
| TIter & | Begin () | 
| Pointing to the first element of the container. | |
| 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) | 
| Assigning an TIter to another. | |
| TIter & | operator= (TIterator *iter) | 
| Bool_t | operator== (const TIter &aIter) const | 
| void | Reset () | 
| virtual void | Streamer (TBuffer &) | 
| void | StreamerNVirtual (TBuffer &ClassDef_StreamerNVirtual_b) | 
| Static Public Member Functions | |
| static TIterCategory | End () | 
|  Static Public Member Functions inherited from TIter | |
| static TClass * | Class () | 
| static const char * | Class_Name () | 
| static constexpr Version_t | Class_Version () | 
| static const char * | DeclFileName () | 
| static TIter | End () | 
| Pointing to the element after the last - to a nullptr value in our case. | |
| Additional Inherited Members | |
|  Protected Member Functions inherited from TIter | |
| TIter () | |
#include <TCollection.h>
| 
 | inline | 
Definition at line 284 of file TCollection.h.
| 
 | inline | 
Definition at line 285 of file TCollection.h.
| 
 | inlinevirtual | 
Definition at line 286 of file TCollection.h.
| 
 | inline | 
Definition at line 287 of file TCollection.h.
| 
 | inlinestatic | 
Definition at line 288 of file TCollection.h.