![]() |
|
Public Member Functions | |
iterator (DLListBase &, link *) | |
Construct for a given DLListBase and link. | |
void | operator= (const iterator &) |
bool | operator== (const iterator &) const |
bool | operator!= (const iterator &) const |
link & | operator * () |
iterator & | operator++ () |
iterator | operator++ (int) |
Friends | |
class | const_iterator |
|
Construct for a given DLListBase and link.
Definition at line 163 of file DLListBaseI.H. Referenced by DLListBase::iterator::operator++(). |
|
Definition at line 188 of file DLListBaseI.H. |
|
Definition at line 182 of file DLListBaseI.H. |
|
Definition at line 209 of file DLListBaseI.H. References DLListBase::first(), DLListBase::iterator::iterator(), and DLListBase::size(). |
Here is the call graph for this function:
|
Definition at line 194 of file DLListBaseI.H. |
|
Definition at line 170 of file DLListBaseI.H. |
|
Definition at line 176 of file DLListBaseI.H. |
|
Definition at line 169 of file DLListBase.H. |