Logo ROOT   6.14/05
Reference Guide
List of all members | Public Member Functions | Protected Member Functions | Protected Attributes | List of all members
TViewPubFunctionsIter Class Reference

Iterator of over the view's content.

Definition at line 96 of file TViewPubFunctions.h.

Public Member Functions

 TViewPubFunctionsIter (const TViewPubFunctions *l, Bool_t dir=kIterForward)
 Create a new list iterator. More...
 
 TViewPubFunctionsIter (const TViewPubFunctionsIter &iter)
 Copy ctor. More...
 
 ~TViewPubFunctionsIter ()
 
const TCollectionGetCollection () const
 
TObjectNext ()
 Return next object in the list. Returns 0 when no more objects in list. More...
 
Bool_t operator!= (const TIterator &aIter) const
 This operator compares two TIterator objects. More...
 
Bool_t operator!= (const TViewPubFunctionsIter &aIter) const
 This operator compares two TViewPubFunctionsIter objects. More...
 
TObjectoperator* () const
 Return current object or nullptr. More...
 
TIteratoroperator= (const TIterator &rhs)
 Overridden assignment operator. More...
 
TViewPubFunctionsIteroperator= (const TViewPubFunctionsIter &rhs)
 Overloaded assignment operator. More...
 
void Reset ()
 Reset list iterator. More...
 
- Public Member Functions inherited from TIterator
virtual ~TIterator ()
 
virtual Option_tGetOption () const
 
TObjectoperator() ()
 
Bool_t operator== (const TIterator &other) const
 

Protected Member Functions

 TViewPubFunctionsIter ()
 
- Protected Member Functions inherited from TIterator
 TIterator ()
 
 TIterator (const TIterator &)
 

Protected Attributes

TIter fClassIter
 
Bool_t fDirection
 
TIter fFuncIter
 
Bool_t fStarted
 
const TListfView
 

#include </mnt/build/workspace/root-makedoc-v614/rootspi/rdoc/src/v6-14-00-patches/core/meta/src/TViewPubFunctions.h>

Inheritance diagram for TViewPubFunctionsIter:
[legend]

Constructor & Destructor Documentation

◆ TViewPubFunctionsIter() [1/3]

TViewPubFunctionsIter::TViewPubFunctionsIter ( )
inlineprotected

Definition at line 108 of file TViewPubFunctions.h.

◆ TViewPubFunctionsIter() [2/3]

TViewPubFunctionsIter::TViewPubFunctionsIter ( const TViewPubFunctions l,
Bool_t  dir = kIterForward 
)

Create a new list iterator.

By default the iteration direction is kIterForward. To go backward use kIterBackward.

Definition at line 365 of file TViewPubFunctions.cxx.

◆ TViewPubFunctionsIter() [3/3]

TViewPubFunctionsIter::TViewPubFunctionsIter ( const TViewPubFunctionsIter iter)

Copy ctor.

Definition at line 374 of file TViewPubFunctions.cxx.

◆ ~TViewPubFunctionsIter()

TViewPubFunctionsIter::~TViewPubFunctionsIter ( )
inline

Definition at line 113 of file TViewPubFunctions.h.

Member Function Documentation

◆ GetCollection()

const TCollection* TViewPubFunctionsIter::GetCollection ( ) const
inlinevirtual

Implements TIterator.

Definition at line 117 of file TViewPubFunctions.h.

◆ Next()

TObject * TViewPubFunctionsIter::Next ( )
virtual

Return next object in the list. Returns 0 when no more objects in list.

Implements TIterator.

Definition at line 415 of file TViewPubFunctions.cxx.

◆ operator!=() [1/2]

Bool_t TViewPubFunctionsIter::operator!= ( const TIterator aIter) const
virtual

This operator compares two TIterator objects.

Reimplemented from TIterator.

Definition at line 465 of file TViewPubFunctions.cxx.

◆ operator!=() [2/2]

This operator compares two TViewPubFunctionsIter objects.

Definition at line 477 of file TViewPubFunctions.cxx.

◆ operator*()

TObject* TViewPubFunctionsIter::operator* ( ) const
inlinevirtual

Return current object or nullptr.

For backward compatibility reasons we have to provide this default implementation.

Reimplemented from TIterator.

Definition at line 122 of file TViewPubFunctions.h.

◆ operator=() [1/2]

TIterator & TViewPubFunctionsIter::operator= ( const TIterator rhs)
virtual

Overridden assignment operator.

Reimplemented from TIterator.

Definition at line 384 of file TViewPubFunctions.cxx.

◆ operator=() [2/2]

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

Overloaded assignment operator.

Definition at line 400 of file TViewPubFunctions.cxx.

◆ Reset()

void TViewPubFunctionsIter::Reset ( void  )
virtual

Reset list iterator.

Implements TIterator.

Definition at line 456 of file TViewPubFunctions.cxx.

Member Data Documentation

◆ fClassIter

TIter TViewPubFunctionsIter::fClassIter
protected

Definition at line 103 of file TViewPubFunctions.h.

◆ fDirection

Bool_t TViewPubFunctionsIter::fDirection
protected

Definition at line 106 of file TViewPubFunctions.h.

◆ fFuncIter

TIter TViewPubFunctionsIter::fFuncIter
protected

Definition at line 104 of file TViewPubFunctions.h.

◆ fStarted

Bool_t TViewPubFunctionsIter::fStarted
protected

Definition at line 105 of file TViewPubFunctions.h.

◆ fView

const TList* TViewPubFunctionsIter::fView
protected

Definition at line 102 of file TViewPubFunctions.h.

Libraries for TViewPubFunctionsIter:
[legend]

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