|
aimstil
5.0.5
|
A const cyclic iterator is a const iterator that goes back to the begining of the container when it reaches the end. More...
#include <til/til_declarations.h>


Public Types | |
| typedef detail::cyclic_iterator_base< typename TContainer::const_iterator > | Base |
Public Member Functions | |
| const_cyclic_iterator () | |
| const_cyclic_iterator (const TContainer &c) | |
| const_cyclic_iterator (const TContainer &c, const typename TContainer::const_iterator &i) | |
Public Member Functions inherited from til::detail::cyclic_iterator_base< TContainer::const_iterator > | |
| cyclic_iterator_base () | |
| cyclic_iterator_base (TContainer &c) | |
| cyclic_iterator_base (TContainer &c, const TContainer::const_iterator &i) | |
| NB: it is assumed that i does point on one of the element of c (end() accepted) More... | |
| std::iterator_traits< TContainer::const_iterator >::reference | operator* () |
| const std::iterator_traits< TContainer::const_iterator >::reference | operator* () const |
| void | operator++ () |
| void | operator-- () |
| bool | operator!= (const TContainer::const_iterator &i) |
A const cyclic iterator is a const iterator that goes back to the begining of the container when it reaches the end.
Definition at line 18 of file til_declarations.h.
| typedef detail::cyclic_iterator_base<typename TContainer::const_iterator> til::const_cyclic_iterator< TContainer >::Base |
Definition at line 115 of file cyclic_iterator.h.
|
inline |
Definition at line 117 of file cyclic_iterator.h.
|
inline |
Definition at line 118 of file cyclic_iterator.h.
|
inline |
Definition at line 119 of file cyclic_iterator.h.