An STL-conforming const_iterator. More...
Public Member Functions | |
const_iterator (const SLListBase &, const link *) | |
Construct for a given SLListBase and link. More... | |
const_iterator (const iterator &) | |
Construct from a non-const iterator. More... | |
const_iterator (const const_iterator &)=default | |
Copy constructor. More... | |
void | operator= (const const_iterator &) |
bool | operator== (const const_iterator &) const |
bool | operator!= (const const_iterator &) const |
const link & | operator* () |
const_iterator & | operator++ () |
const_iterator | operator++ (int) |
An STL-conforming const_iterator.
Definition at line 215 of file SLListBase.H.
|
inline |
Construct for a given SLListBase and link.
Definition at line 248 of file SLListBaseI.H.
Referenced by SLListBase::cbegin(), and SLListBase::end().
|
inline |
Construct from a non-const iterator.
Definition at line 258 of file SLListBaseI.H.
|
inlinedefault |
Copy constructor.
|
inline |
Definition at line 266 of file SLListBaseI.H.
|
inline |
Definition at line 275 of file SLListBaseI.H.
|
inline |
Definition at line 284 of file SLListBaseI.H.
|
inline |
Definition at line 293 of file SLListBaseI.H.
|
inline |
Definition at line 300 of file SLListBaseI.H.
References SLListBase::link::next_.
|
inline |
Definition at line 316 of file SLListBaseI.H.