ROOT  6.06/09
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

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

Definition at line 41 of file THistBinIter.h.

Member Function Documentation

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

Definition at line 43 of file THistBinIter.h.

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

Definition at line 44 of file THistBinIter.h.

Friends And Related Function Documentation

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

Definition at line 77 of file THistBinIter.h.

bool operator< ( THistBinIterBase  lhs,
THistBinIterBase  rhs 
)
friend

Definition at line 57 of file THistBinIter.h.

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

Definition at line 65 of file THistBinIter.h.

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

Definition at line 73 of file THistBinIter.h.

bool operator> ( THistBinIterBase  lhs,
THistBinIterBase  rhs 
)
friend

Definition at line 61 of file THistBinIter.h.

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

Definition at line 69 of file THistBinIter.h.

Member Data Documentation

int ROOT::Internal::THistBinIterBase::fCursor

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