0.2.0
|
Public Member Functions | |
Iterator (ScrollingBuffer &buffer, size_t index=0) | |
Constructor. | |
reference | operator* () const |
Returns a reference to the current element. | |
Iterator & | operator++ () |
Advances the iterator. | |
Iterator | operator++ (int) |
Advances the iterator. | |
pointer | operator-> () |
Returns a pointer to the current element. | |
|
inlineexplicit |
Constructor.
[in] | buffer | Mutable reference to the buffer of the iterator |
[in] | index | Iterator index inside the buffer (counted from the start) |