![]() |
0.3.0
|
Const reverse iterator. More...
Public Member Functions | |
ConstReverseIterator (const ScrollingBuffer &buffer, int64_t index=0) | |
Constructor. | |
reference | operator* () const |
Returns a reference to the current element. | |
const ConstReverseIterator & | operator++ () |
Advances the iterator. | |
ConstReverseIterator | operator++ (int) |
Advances the iterator. | |
pointer | operator-> () |
Returns a pointer to the current element. | |
Private Attributes | |
const ScrollingBuffer & | buffer |
Reference to the buffer. | |
int64_t | index |
Iterator index inside the buffer (counted from the non-reversed start) | |
Friends | |
bool | operator!= (const ConstReverseIterator &lhs, const ConstReverseIterator &rhs) |
Inequality comparison operator. | |
bool | operator== (const ConstReverseIterator &lhs, const ConstReverseIterator &rhs) |
Equality comparison operator. | |
Const reverse iterator.
|
inlineexplicit |
Constructor.
[in] | buffer | Immutable reference to the buffer of the iterator |
[in] | index | Iterator index inside the buffer (counted from the non-reversed start) |
|
friend |
Inequality comparison operator.
[in] | lhs | Left-hand side |
[in] | rhs | Right-hand side |
|
friend |
Equality comparison operator.
[in] | lhs | Left-hand side |
[in] | rhs | Right-hand side |