An STL-conforming const_reverse_iterator. More...
Public Member Functions | |
const_reverse_iterator (const DLListBase &, const link *) | |
Construct for a given DLListBase and link. More... | |
const_reverse_iterator (const const_reverse_iterator &)=default | |
Copy constructor. More... | |
void | operator= (const const_reverse_iterator &) |
bool | operator== (const const_reverse_iterator &) const |
bool | operator!= (const const_reverse_iterator &) const |
const link & | operator* () |
const_reverse_iterator & | operator++ () |
const_reverse_iterator | operator++ (int) |
An STL-conforming const_reverse_iterator.
Definition at line 276 of file DLListBase.H.
|
inline |
Construct for a given DLListBase and link.
Definition at line 389 of file DLListBaseI.H.
Referenced by DLListBase::end().
|
inlinedefault |
Copy constructor.
|
inline |
Definition at line 400 of file DLListBaseI.H.
|
inline |
Definition at line 409 of file DLListBaseI.H.
|
inline |
Definition at line 418 of file DLListBaseI.H.
|
inline |
Definition at line 427 of file DLListBaseI.H.
|
inline |
Definition at line 434 of file DLListBaseI.H.
References DLListBase::link::prev_.
|
inline |
Definition at line 450 of file DLListBaseI.H.