![]() |
0.3.0
|
Public Member Functions | |
reference | operator* () const |
Returns a reference to the current element. | |
ReverseIterator & | operator++ () |
Advances the iterator. | |
ReverseIterator | operator++ (int) |
Advances the iterator. | |
pointer | operator-> () |
Returns a pointer to the current element. | |
ReverseIterator (ScrollingBuffer &buffer, int64_t index=0) | |
Constructor. | |
Private Attributes | |
ScrollingBuffer & | buffer |
Reference to the buffer. | |
int64_t | index |
Iterator index inside the buffer (counted from the non-reversed start) | |
Friends | |
bool | operator!= (const ReverseIterator &lhs, const ReverseIterator &rhs) |
Inequality comparison operator. | |
bool | operator== (const ReverseIterator &lhs, const ReverseIterator &rhs) |
Equality comparison operator. | |
Reverse Iterator.
|
inlineexplicit |
Constructor.
[in] | buffer | Mutable 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 |