ROOT  6.06/08
Reference Guide
Public Member Functions | Public Attributes | Friends | List of all members
ROOT::Internal::THistBinIterBase Class Reference

Definition at line 24 of file THistBinIter.h.

Public Member Functions

 THistBinIterBase ()=default
 
 THistBinIterBase (int idx)
 
const int * operator* () const noexcept
 
int operator-> () const noexcept
 

Public Attributes

int fCursor
 

Friends

bool operator< (THistBinIterBase lhs, THistBinIterBase rhs) noexcept
 
bool operator> (THistBinIterBase lhs, THistBinIterBase rhs) noexcept
 
bool operator<= (THistBinIterBase lhs, THistBinIterBase rhs) noexcept
 
bool operator>= (THistBinIterBase lhs, THistBinIterBase rhs) noexcept
 
bool operator== (THistBinIterBase lhs, THistBinIterBase rhs) noexcept
 
bool operator!= (THistBinIterBase lhs, THistBinIterBase rhs) noexcept
 

#include <ROOT/THistBinIter.h>

+ Inheritance diagram for ROOT::Internal::THistBinIterBase:
+ Collaboration diagram for ROOT::Internal::THistBinIterBase:

Constructor & Destructor Documentation

§ THistBinIterBase() [1/2]

ROOT::Internal::THistBinIterBase::THistBinIterBase ( )
default

§ THistBinIterBase() [2/2]

ROOT::Internal::THistBinIterBase::THistBinIterBase ( int  idx)
inlineexplicit

Definition at line 41 of file THistBinIter.h.

Member Function Documentation

§ operator*()

const int* ROOT::Internal::THistBinIterBase::operator* ( ) const
inlinenoexcept

Definition at line 43 of file THistBinIter.h.

§ operator->()

int ROOT::Internal::THistBinIterBase::operator-> ( ) const
inlinenoexcept

Definition at line 44 of file THistBinIter.h.

Friends And Related Function Documentation

§ operator!=

bool operator!= ( THistBinIterBase  lhs,
THistBinIterBase  rhs 
)
friend

Definition at line 77 of file THistBinIter.h.

Referenced by operator->().

§ operator<

bool operator< ( THistBinIterBase  lhs,
THistBinIterBase  rhs 
)
friend

Definition at line 57 of file THistBinIter.h.

Referenced by operator->().

§ operator<=

bool operator<= ( THistBinIterBase  lhs,
THistBinIterBase  rhs 
)
friend

Definition at line 65 of file THistBinIter.h.

Referenced by operator->().

§ operator==

bool operator== ( THistBinIterBase  lhs,
THistBinIterBase  rhs 
)
friend

Definition at line 73 of file THistBinIter.h.

Referenced by operator->().

§ operator>

bool operator> ( THistBinIterBase  lhs,
THistBinIterBase  rhs 
)
friend

Definition at line 61 of file THistBinIter.h.

Referenced by operator->().

§ operator>=

bool operator>= ( THistBinIterBase  lhs,
THistBinIterBase  rhs 
)
friend

Definition at line 69 of file THistBinIter.h.

Referenced by operator->().

Member Data Documentation

§ fCursor

int ROOT::Internal::THistBinIterBase::fCursor

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