ROOT 6.18/05 Reference Guide |
Random const_iterator through bins.
Represents the bin index, not a bin content: the axis has no notion of any content.
Public Member Functions | |
const_iterator ()=default | |
const_iterator (int cursor) noexcept | |
Initialize a const_iterator with its position. More... | |
const int * | operator* () const noexcept |
const_iterator | operator+ (int d) noexcept |
const_iterator & | operator++ () noexcept |
++i More... | |
const_iterator | operator++ (int) noexcept |
i++ More... | |
const_iterator & | operator+= (int d) noexcept |
const_iterator | operator- (int d) noexcept |
const_iterator & | operator-- () noexcept |
–i More... | |
const_iterator | operator-- (int) noexcept |
const_iterator & | operator-= (int d) noexcept |
int | operator-> () const noexcept |
Private Attributes | |
int | fCursor = 0 |
Current iteration position. More... | |
Friends | |
bool | operator!= (const_iterator lhs, const_iterator rhs) noexcept |
i != j More... | |
bool | operator< (const_iterator lhs, const_iterator rhs) noexcept |
i < j More... | |
bool | operator<= (const_iterator lhs, const_iterator rhs) noexcept |
i <= j More... | |
bool | operator== (const_iterator lhs, const_iterator rhs) noexcept |
i == j More... | |
bool | operator> (const_iterator lhs, const_iterator rhs) noexcept |
i > j More... | |
bool | operator>= (const_iterator lhs, const_iterator rhs) noexcept |
i >= j More... | |
#include <ROOT/RAxis.hxx>
|
default |
|
inlineexplicitnoexcept |
Initialize a const_iterator with its position.
|
inlinenoexcept |
|
inlinenoexcept |
|
inlinenoexcept |
|
inlinenoexcept |
|
inlinenoexcept |
|
inlinenoexcept |
|
inlinenoexcept |
|
inlinenoexcept |
|
inlinenoexcept |
|
inlinenoexcept |
|
friend |
|
friend |
|
friend |
|
friend |
|
friend |
|
friend |
|
private |