| 
    ROOT   6.08/07  Reference Guide  | 
    
Definition at line 181 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 (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 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 184 of file TCollection.h.
      
  | 
  inline | 
Definition at line 185 of file TCollection.h.
      
  | 
  inlinevirtual | 
Definition at line 186 of file TCollection.h.
      
  | 
  inline | 
Definition at line 187 of file TCollection.h.
      
  | 
  inlinestatic | 
Definition at line 188 of file TCollection.h.