Logo ROOT  
Reference Guide
 
Loading...
Searching...
No Matches
TIterCategory< T > Class Template Reference

template<class T>
class TIterCategory< T >

Definition at line 281 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.
 
 TIter (TIterator *it)
 
virtual ~TIter ()
 
TIterBegin ()
 Pointing to the first element of the container.
 
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.
 
TIteroperator= (TIterator *iter)
 
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.
 

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 284 of file TCollection.h.

◆ TIterCategory() [2/2]

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

Definition at line 285 of file TCollection.h.

◆ ~TIterCategory()

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

Definition at line 286 of file TCollection.h.

Member Function Documentation

◆ Begin()

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

Definition at line 287 of file TCollection.h.

◆ End()

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

Definition at line 288 of file TCollection.h.

  • core/cont/inc/TCollection.h