OpenStructure
|
#include <circular_iterator.hh>
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 23 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 38 of file circular_iterator.hh.
|
inline |
Definition at line 39 of file circular_iterator.hh.
|
inline |
Definition at line 96 of file circular_iterator.hh.
|
inline |
Definition at line 90 of file circular_iterator.hh.
|
inline |
Definition at line 82 of file circular_iterator.hh.
|
inline |
Definition at line 42 of file circular_iterator.hh.
|
inline |
Definition at line 52 of file circular_iterator.hh.
|
inline |
Definition at line 75 of file circular_iterator.hh.
|
inline |
Definition at line 58 of file circular_iterator.hh.
|
inline |
Definition at line 68 of file circular_iterator.hh.
|
inline |
Definition at line 93 of file circular_iterator.hh.
|
protected |
Definition at line 33 of file circular_iterator.hh.
|
protected |
Definition at line 34 of file circular_iterator.hh.
|
protected |
Definition at line 32 of file circular_iterator.hh.