GRSISort "v4.0.0.5"
An extension of the ROOT analysis Framework
Loading...
Searching...
No Matches
GH2Base::iterator Class Reference

Detailed Description

Definition at line 69 of file GH2Base.h.

Public Member Functions

 iterator (GH2Base *mat)
 
 iterator (GH2Base *mat, bool at_end)
 
bool operator!= (const iterator &rhs) const
 
GH1Doperator* () const
 
iteratoroperator++ ()
 
iterator operator++ (int)
 
GH1Doperator-> () const
 
bool operator== (const iterator &rhs) const
 

Private Attributes

GH1DfCurr
 
GH1DfFirst
 
GH2BasefMat
 
+ Collaboration diagram for GH2Base::iterator:

Constructor & Destructor Documentation

◆ iterator() [1/2]

GH2Base::iterator::iterator ( GH2Base * mat)
inlineexplicit

Definition at line 71 of file GH2Base.h.

◆ iterator() [2/2]

GH2Base::iterator::iterator ( GH2Base * mat,
bool at_end )
inline

Definition at line 76 of file GH2Base.h.

Member Function Documentation

◆ operator!=()

bool GH2Base::iterator::operator!= ( const iterator & rhs) const
inline

Definition at line 103 of file GH2Base.h.

◆ operator*()

GH1D & GH2Base::iterator::operator* ( ) const
inline

Definition at line 81 of file GH2Base.h.

References fCurr.

◆ operator++() [1/2]

iterator & GH2Base::iterator::operator++ ( )
inline

Definition at line 85 of file GH2Base.h.

References fCurr, fFirst, fMat, and GH2Base::GetNext().

◆ operator++() [2/2]

iterator GH2Base::iterator::operator++ ( int )
inline

Definition at line 95 of file GH2Base.h.

◆ operator->()

GH1D * GH2Base::iterator::operator-> ( ) const
inline

Definition at line 82 of file GH2Base.h.

References fCurr.

◆ operator==()

bool GH2Base::iterator::operator== ( const iterator & rhs) const
inline

Definition at line 102 of file GH2Base.h.

References fCurr, fFirst, and fMat.

Member Data Documentation

◆ fCurr

GH1D* GH2Base::iterator::fCurr
private

Definition at line 108 of file GH2Base.h.

Referenced by operator*(), operator++(), operator->(), and operator==().

◆ fFirst

GH1D* GH2Base::iterator::fFirst
private

Definition at line 107 of file GH2Base.h.

Referenced by operator++(), and operator==().

◆ fMat

GH2Base* GH2Base::iterator::fMat
private

Definition at line 106 of file GH2Base.h.

Referenced by operator++(), and operator==().