Loading [MathJax]/extensions/tex2jax.js
Logo ROOT  
Reference Guide
 
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Modules Pages
Loading...
Searching...
No Matches
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.
 
 TViewPubFunctionsIter (const TViewPubFunctionsIter &iter)
 Copy ctor.
 
 ~TViewPubFunctionsIter ()
 
const TCollectionGetCollection () const
 
TObjectNext ()
 Return next object in the list. Returns 0 when no more objects in list.
 
Bool_t operator!= (const TIterator &aIter) const
 This operator compares two TIterator objects.
 
Bool_t operator!= (const TViewPubFunctionsIter &aIter) const
 This operator compares two TViewPubFunctionsIter objects.
 
TObjectoperator* () const
 Return current object or nullptr.
 
TIteratoroperator= (const TIterator &rhs)
 Overridden assignment operator.
 
TViewPubFunctionsIteroperator= (const TViewPubFunctionsIter &rhs)
 Overloaded assignment operator.
 
void Reset ()
 Reset list iterator.
 
- 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 </home/sftnight/build/workspace/root-makedoc-v624/rootspi/rdoc/src/v6-24-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]

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

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 ( )
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.

  • core/meta/src/TViewPubFunctions.h
  • core/meta/src/TViewPubFunctions.cxx