![]() |
|
Public Member Functions | |
const_iterator (const DLListBase &, const link *) | |
Construct for a given DLListBase and link. | |
const_iterator (const iterator &) | |
Construct from a non-const iterator. | |
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) |
|
Construct for a given DLListBase and link.
Definition at line 239 of file DLListBaseI.H. Referenced by DLListBase::const_iterator::operator++(). |
|
Construct from a non-const iterator.
Definition at line 249 of file DLListBaseI.H. References DLListBase::const_iterator::curElmt_. |
|
Definition at line 280 of file DLListBaseI.H. |
|
Definition at line 272 of file DLListBaseI.H. |
|
Definition at line 301 of file DLListBaseI.H. References DLListBase::const_iterator::const_iterator(), DLListBase::first(), and DLListBase::size(). |
Here is the call graph for this function:
|
Definition at line 286 of file DLListBaseI.H. |
|
Definition at line 256 of file DLListBaseI.H. |
|
Definition at line 263 of file DLListBaseI.H. |