Iterator over RBinIndexMultiDimRange.
Definition at line 61 of file RBinIndexMultiDimRange.hxx.
Public Types | |
| using | difference_type = std::ptrdiff_t |
| using | iterator_category = std::input_iterator_tag |
| using | pointer = const std::vector<RBinIndex> * |
| using | reference = const std::vector<RBinIndex> & |
| using | value_type = std::vector<RBinIndex> |
Public Member Functions | |
| RIterator ()=default | |
| const std::vector< RBinIndex > & | operator* () const |
| RIterator & | operator++ () |
| RIterator | operator++ (int) |
| const std::vector< RBinIndex > * | operator-> () const |
Private Member Functions | |
| RIterator (const RBinIndexMultiDimRange &multiDimRange) | |
Private Attributes | |
| std::vector< RBinIndex > | fIndices |
| The current bin indices. | |
| std::vector< RBinIndexRange::RIterator > | fIterators |
| The current iterators. | |
| const RBinIndexMultiDimRange * | fMultiDimRange = nullptr |
| Pointer to the original RBinIndexMultiDimRange. | |
Friends | |
| bool | operator!= (const RIterator &lhs, const RIterator &rhs) |
| bool | operator== (const RIterator &lhs, const RIterator &rhs) |
| class | RBinIndexMultiDimRange |
#include <ROOT/RBinIndexMultiDimRange.hxx>
Definition at line 74 of file RBinIndexMultiDimRange.hxx.
| using ROOT::Experimental::RBinIndexMultiDimRange::RIterator::iterator_category = std::input_iterator_tag |
Definition at line 78 of file RBinIndexMultiDimRange.hxx.
| using ROOT::Experimental::RBinIndexMultiDimRange::RIterator::pointer = const std::vector<RBinIndex> * |
Definition at line 76 of file RBinIndexMultiDimRange.hxx.
| using ROOT::Experimental::RBinIndexMultiDimRange::RIterator::reference = const std::vector<RBinIndex> & |
Definition at line 77 of file RBinIndexMultiDimRange.hxx.
Definition at line 75 of file RBinIndexMultiDimRange.hxx.
|
inlineprivate |
Definition at line 71 of file RBinIndexMultiDimRange.hxx.
|
default |
|
inline |
Definition at line 122 of file RBinIndexMultiDimRange.hxx.
|
inline |
Definition at line 82 of file RBinIndexMultiDimRange.hxx.
Definition at line 115 of file RBinIndexMultiDimRange.hxx.
|
inline |
Definition at line 123 of file RBinIndexMultiDimRange.hxx.
Definition at line 129 of file RBinIndexMultiDimRange.hxx.
Definition at line 125 of file RBinIndexMultiDimRange.hxx.
|
friend |
Definition at line 62 of file RBinIndexMultiDimRange.hxx.
|
private |
The current bin indices.
Definition at line 67 of file RBinIndexMultiDimRange.hxx.
|
private |
The current iterators.
Definition at line 65 of file RBinIndexMultiDimRange.hxx.
|
private |
Pointer to the original RBinIndexMultiDimRange.
Definition at line 69 of file RBinIndexMultiDimRange.hxx.