ROOT
6.06/09
Reference Guide
|
A bin iterator taking a predicate whether it should skip a bin.
Definition at line 89 of file THistBinIter.h.
Public Member Functions | |
THistBinIter ()=default | |
THistBinIter (const THistBinIter &)=default | |
THistBinIter (THistBinIter &&)=default | |
THistBinIter (int idx, const OUTOFRANGE &oor=OUTOFRANGE()) | |
THistBinIter & | operator++ () noexcept |
++i More... | |
THistBinIter & | operator-- () noexcept |
–i More... | |
THistBinIter | operator++ (int) noexcept |
i++ More... | |
THistBinIter | operator-- (int) noexcept |
THistBinIter & | operator+= (int d) noexcept |
THistBinIter & | operator-= (int d) noexcept |
THistBinIter | operator+ (int d) noexcept |
THistBinIter | operator- (int d) noexcept |
Public Member Functions inherited from ROOT::Internal::THistBinIterBase | |
THistBinIterBase ()=default | |
THistBinIterBase (int idx) | |
const int * | operator* () const noexcept |
int | operator-> () const noexcept |
Private Types | |
using | OutOfRange_t = OUTOFRANGE |
Private Member Functions | |
const OutOfRange_t & | GetOutOfRange () const |
Additional Inherited Members | |
Public Attributes inherited from ROOT::Internal::THistBinIterBase | |
int | fCursor |
#include <ROOT/THistBinIter.h>
|
private |
Definition at line 91 of file THistBinIter.h.
|
default |
|
default |
|
default |
|
inlineexplicit |
Definition at line 97 of file THistBinIter.h.
|
inlineprivate |
Definition at line 92 of file THistBinIter.h.
Referenced by ROOT::Internal::THistBinIter< OUTOFRANGE >::operator++(), and ROOT::Internal::THistBinIter< OUTOFRANGE >::operator--().
|
inlinenoexcept |
Definition at line 148 of file THistBinIter.h.
|
inlinenoexcept |
++i
Definition at line 101 of file THistBinIter.h.
|
inlinenoexcept |
i++
Definition at line 119 of file THistBinIter.h.
|
inlinenoexcept |
Definition at line 132 of file THistBinIter.h.
|
inlinenoexcept |
Definition at line 154 of file THistBinIter.h.
|
inlinenoexcept |
–i
Definition at line 110 of file THistBinIter.h.
|
inlinenoexcept |
Definition at line 126 of file THistBinIter.h.
|
inlinenoexcept |
Definition at line 140 of file THistBinIter.h.