![]() |
aimsdata
5.1.2
Neuroimaging data handling
|
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 <aims/utility/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 38 of file cyclic_iterator.h.
|
inline |
Definition at line 47 of file cyclic_iterator.h.
|
inline |
Definition at line 50 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 53 of file cyclic_iterator.h.
|
inline |
Definition at line 83 of file cyclic_iterator.h.
|
inline |
Definition at line 66 of file cyclic_iterator.h.
|
inline |
Definition at line 69 of file cyclic_iterator.h.
|
inline |
Definition at line 71 of file cyclic_iterator.h.
|
inline |
Definition at line 77 of file cyclic_iterator.h.