An STL-conforming iterator. More...
Public Member Functions | |
| iterator (DLListBase &, link *) | |
| Construct for a given DLListBase and link. 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 181 of file DLListBase.H.
|
inline |
Construct for a given DLListBase and link.
Definition at line 182 of file DLListBaseI.H.
References s().

|
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.
References DLListBase::link::next_.
|
inline |
Definition at line 244 of file DLListBaseI.H.
|
friend |
Definition at line 183 of file DLListBase.H.
|
friend |
Definition at line 184 of file DLListBase.H.
1.8.13