An STL-conforming iterator. More...
Public Member Functions | |
| iterator (DLListBase &, link *) | |
| Construct for a given DLListBase and link. More... | |
| iterator (const iterator &)=default | |
| Copy constructor. More... | |
| void | operator= (const iterator &) |
| bool | operator== (const iterator &) const |
| bool | operator!= (const iterator &) const |
| link & | operator* () |
| iterator & | operator++ () |
| iterator | operator++ (int) |
Friends | |
| class | DLListBase |
| class | const_iterator |
An STL-conforming iterator.
Definition at line 182 of file DLListBase.H.
|
inline |
Construct for a given DLListBase and link.
Definition at line 182 of file DLListBaseI.H.
|
inline |
Definition at line 198 of file DLListBaseI.H.
|
inline |
Definition at line 205 of file DLListBaseI.H.
|
inline |
Definition at line 211 of file DLListBaseI.H.
|
inline |
Definition at line 218 of file DLListBaseI.H.
|
inline |
Definition at line 225 of file DLListBaseI.H.
|
inline |
Definition at line 244 of file DLListBaseI.H.
|
friend |
Definition at line 184 of file DLListBase.H.
|
friend |
Definition at line 185 of file DLListBase.H.