aimstil
5.0.5
|
TODO: when implementing the operator+=, it might be that we need to split the class in different parts according to TIterator::iterator_category – unless we can simply specialize the operator+= outside the class, and use enable_if! More...
#include <cathier/cyclic_iterator.h>
Public Member Functions | |
cyclic_iterator_base () | |
template<typename TContainer > | |
cyclic_iterator_base (TContainer &c) | |
template<typename TContainer > | |
cyclic_iterator_base (TContainer &c, const TIterator &i) | |
NB: it is assumed that i does point on one of the element of c (end() accepted) More... | |
std::iterator_traits< TIterator >::reference | operator* () |
const std::iterator_traits< TIterator >::reference | operator* () const |
void | operator++ () |
void | operator-- () |
bool | operator!= (const TIterator &i) |
TODO: when implementing the operator+=, it might be that we need to split the class in different parts according to TIterator::iterator_category – unless we can simply specialize the operator+= outside the class, and use enable_if!
Definition at line 36 of file cyclic_iterator.h.
|
inline |
Definition at line 45 of file cyclic_iterator.h.
|
inline |
Definition at line 48 of file cyclic_iterator.h.
|
inline |
NB: it is assumed that i does point on one of the element of c (end() accepted)
Definition at line 51 of file cyclic_iterator.h.
|
inline |
Definition at line 81 of file cyclic_iterator.h.
|
inline |
Definition at line 64 of file cyclic_iterator.h.
|
inline |
Definition at line 67 of file cyclic_iterator.h.
|
inline |
Definition at line 69 of file cyclic_iterator.h.
|
inline |
Definition at line 75 of file cyclic_iterator.h.