![]() |
|
Public Member Functions | |
const_iterator (const SLListBase &, const link *) | |
Construct for a given SLListBase 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 SLListBase and link.
Definition at line 231 of file SLListBaseI.H. Referenced by SLListBase::const_iterator::operator++(). |
|
Construct from a non-const iterator.
Definition at line 241 of file SLListBaseI.H. References SLListBase::const_iterator::curElmt_. |
|
Definition at line 272 of file SLListBaseI.H. |
|
Definition at line 264 of file SLListBaseI.H. |
|
Definition at line 293 of file SLListBaseI.H. References SLListBase::const_iterator::const_iterator(), SLListBase::first(), and SLListBase::size(). |
Here is the call graph for this function:
|
Definition at line 278 of file SLListBaseI.H. |
|
Definition at line 248 of file SLListBaseI.H. |
|
Definition at line 255 of file SLListBaseI.H. |