Iterator over RBinIndex.
Definition at line 75 of file RBinIndexRange.hxx.
|
| RBinIndex | fIndex |
| | The current bin index.
|
| std::uint64_t | fNNormalBins = 0 |
| | The number of normal bins, after which iteration advances to RBinIndex::Overflow().
|
#include <ROOT/RBinIndexRange.hxx>
◆ difference_type
◆ iterator_category
◆ pointer
◆ reference
◆ value_type
◆ RIterator() [1/2]
| ROOT::Experimental::RBinIndexRange::RIterator::RIterator |
( |
| ) |
|
|
default |
◆ RIterator() [2/2]
| ROOT::Experimental::RBinIndexRange::RIterator::RIterator |
( |
RBinIndex | index, |
|
|
std::uint64_t | nNormalBins ) |
|
inline |
◆ operator*()
| RBinIndex ROOT::Experimental::RBinIndexRange::RIterator::operator* |
( |
| ) |
const |
|
inline |
◆ operator++() [1/2]
| RIterator & ROOT::Experimental::RBinIndexRange::RIterator::operator++ |
( |
| ) |
|
|
inline |
◆ operator++() [2/2]
| RIterator ROOT::Experimental::RBinIndexRange::RIterator::operator++ |
( |
int | | ) |
|
|
inline |
◆ operator->()
| const RBinIndex * ROOT::Experimental::RBinIndexRange::RIterator::operator-> |
( |
| ) |
const |
|
inline |
◆ operator!=
◆ operator==
◆ fIndex
| RBinIndex ROOT::Experimental::RBinIndexRange::RIterator::fIndex |
|
private |
◆ fNNormalBins
| std::uint64_t ROOT::Experimental::RBinIndexRange::RIterator::fNNormalBins = 0 |
|
private |
The number of normal bins, after which iteration advances to RBinIndex::Overflow().
Definition at line 79 of file RBinIndexRange.hxx.
The documentation for this class was generated from the following file: