OpenStructure
|
#include <circular_iterator.hh>
Inherits iterator< std::bidirectional_iterator_tag, T::value_type >.
Public Member Functions | |
const_circular_iter (T &t) | |
const_circular_iter (iterator b, iterator e) | |
const_circular_iter (iterator b, iterator e, iterator pos) | |
operator iterator () | |
const_circular_iter< T > & | operator++ () |
const_circular_iter< T > | operator++ (int) |
const_circular_iter< T > & | operator-- () |
const_circular_iter< T > | operator-- (int) |
const_circular_iter< T > | operator- (int n) |
const_circular_iter< T > | operator+ (int n) |
const value_type | operator* () const |
bool | operator== (const const_circular_iter< T > &rhs) const |
bool | operator!= (const const_circular_iter< T > &rhs) const |
Protected Attributes | |
iterator | iter |
iterator | begin |
iterator | end |
Definition at line 25 of file circular_iterator.hh.
|
inline |
Definition at line 34 of file circular_iterator.hh.
|
inline |
Definition at line 35 of file circular_iterator.hh.
|
inline |
Definition at line 36 of file circular_iterator.hh.
|
inline |
Definition at line 37 of file circular_iterator.hh.
|
inline |
Definition at line 94 of file circular_iterator.hh.
|
inline |
Definition at line 88 of file circular_iterator.hh.
|
inline |
Definition at line 80 of file circular_iterator.hh.
|
inline |
Definition at line 40 of file circular_iterator.hh.
|
inline |
Definition at line 50 of file circular_iterator.hh.
|
inline |
Definition at line 73 of file circular_iterator.hh.
|
inline |
Definition at line 56 of file circular_iterator.hh.
|
inline |
Definition at line 66 of file circular_iterator.hh.
|
inline |
Definition at line 91 of file circular_iterator.hh.
|
protected |
Definition at line 31 of file circular_iterator.hh.
|
protected |
Definition at line 32 of file circular_iterator.hh.
|
protected |
Definition at line 30 of file circular_iterator.hh.