Logo ROOT  
Reference Guide
TIterCategory< T > Class Template Reference

template<class T>
class TIterCategory< T >

Definition at line 272 of file TCollection.h.

Public Member Functions

 TIterCategory (const TCollection *col, Bool_t dir=kIterForward)
 
 TIterCategory (TIterator *it)
 
virtual ~TIterCategory ()
 
TIterCategoryBegin ()
 
- 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 ()
 
TIterBegin ()
 Pointing to the first element of the container. More...
 
const TCollectionGetCollection () const
 
Option_tGetOption () const
 
TObjectNext ()
 
Bool_t operator!= (const TIter &aIter) const
 
TObjectoperator() ()
 
TObjectoperator* () const
 
TIteroperator++ ()
 
TIteroperator= (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>

Inheritance diagram for TIterCategory< T >:
[legend]

Constructor & Destructor Documentation

◆ TIterCategory() [1/2]

template<class T >
TIterCategory< T >::TIterCategory ( const TCollection col,
Bool_t  dir = kIterForward 
)
inline

Definition at line 275 of file TCollection.h.

◆ TIterCategory() [2/2]

template<class T >
TIterCategory< T >::TIterCategory ( TIterator it)
inline

Definition at line 276 of file TCollection.h.

◆ ~TIterCategory()

template<class T >
virtual TIterCategory< T >::~TIterCategory ( )
inlinevirtual

Definition at line 277 of file TCollection.h.

Member Function Documentation

◆ Begin()

template<class T >
TIterCategory & TIterCategory< T >::Begin ( )
inline

Definition at line 278 of file TCollection.h.

◆ End()

template<class T >
static TIterCategory TIterCategory< T >::End ( )
inlinestatic

Definition at line 279 of file TCollection.h.


The documentation for this class was generated from the following file: