Logo ROOT   6.10/09
Reference Guide
List of all members | Public Member Functions | Static Public Member Functions | Protected Member Functions | Private Attributes | List of all members
TIter Class Reference

Definition at line 137 of file TCollection.h.

Public Member Functions

 TIter (const TCollection *col, Bool_t dir=kIterForward)
 
 TIter (TIterator *it)
 
 TIter (const TIter &iter)
 Copy a TIter. More...
 
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 TIter End ()
 Pointing to the element after the last - to a nullptr value in our case. More...
 

Protected Member Functions

 TIter ()
 

Private Attributes

TIteratorfIterator
 

#include <TCollection.h>

Inheritance diagram for TIter:
[legend]

Constructor & Destructor Documentation

◆ TIter() [1/4]

TIter::TIter ( )
inlineprotected

Definition at line 143 of file TCollection.h.

◆ TIter() [2/4]

TIter::TIter ( const TCollection col,
Bool_t  dir = kIterForward 
)
inline

Definition at line 146 of file TCollection.h.

◆ TIter() [3/4]

TIter::TIter ( TIterator it)
inline

Definition at line 148 of file TCollection.h.

◆ TIter() [4/4]

TIter::TIter ( const TIter iter)

Copy a TIter.

This involves allocating a new TIterator of the right sub class and assigning it with the original.

Definition at line 621 of file TCollection.cxx.

◆ ~TIter()

virtual TIter::~TIter ( )
inlinevirtual

Definition at line 151 of file TCollection.h.

Member Function Documentation

◆ Begin()

TIter & TIter::Begin ( )

Pointing to the first element of the container.

Definition at line 649 of file TCollection.cxx.

◆ End()

TIter TIter::End ( )
static

Pointing to the element after the last - to a nullptr value in our case.

Definition at line 659 of file TCollection.cxx.

◆ GetCollection()

const TCollection* TIter::GetCollection ( ) const
inline

Definition at line 154 of file TCollection.h.

◆ GetOption()

Option_t* TIter::GetOption ( ) const
inline

Definition at line 155 of file TCollection.h.

◆ Next()

TObject* TIter::Next ( )
inline

Definition at line 153 of file TCollection.h.

◆ operator!=()

Bool_t TIter::operator!= ( const TIter aIter) const
inline

Definition at line 165 of file TCollection.h.

◆ operator()()

TObject* TIter::operator() ( )
inline

Definition at line 152 of file TCollection.h.

◆ operator*()

TObject* TIter::operator* ( ) const
inline

Definition at line 168 of file TCollection.h.

◆ operator++()

TIter& TIter::operator++ ( )
inline

Definition at line 157 of file TCollection.h.

◆ operator=()

TIter & TIter::operator= ( const TIter rhs)

Assigning an TIter to another.

This involves allocating a new TIterator of the right sub class and assigning it with the original.

Definition at line 634 of file TCollection.cxx.

◆ operator==()

Bool_t TIter::operator== ( const TIter aIter) const
inline

Definition at line 158 of file TCollection.h.

◆ Reset()

void TIter::Reset ( void  )
inline

Definition at line 156 of file TCollection.h.

Member Data Documentation

◆ fIterator

TIterator* TIter::fIterator
private

Definition at line 140 of file TCollection.h.


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