An STL-conforming iterator. More...
#include <src/OpenFOAM/containers/LinkedLists/linkTypes/DLListBase/DLListBase.H>
An STL-conforming iterator.
Definition at line 180 of file DLListBase.H.
Collaboration diagram for DLListBase::iterator: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 | DLListBase |
| class | const_iterator |
| iterator | ( | DLListBase & | s, |
| link * | elmt | ||
| ) | [inline]
|
Construct for a given DLListBase and link.
Definition at line 182 of file DLListBaseI.H.
| void operator= | ( | const iterator & | iter ) | [inline]
|
Definition at line 198 of file DLListBaseI.H.
| bool operator== | ( | const iterator & | iter ) | const [inline]
|
Definition at line 205 of file DLListBaseI.H.
| bool operator!= | ( | const iterator & | iter ) | const [inline]
|
Definition at line 211 of file DLListBaseI.H.
| Foam::DLListBase::link & operator* | ( | ) | [inline]
|
Definition at line 218 of file DLListBaseI.H.
| Foam::DLListBase::iterator & operator++ | ( | ) | [inline]
|
Definition at line 225 of file DLListBaseI.H.
| Foam::DLListBase::iterator operator++ | ( | int | ) | [inline]
|
Definition at line 244 of file DLListBaseI.H.
friend class DLListBase [friend]
|
Definition at line 182 of file DLListBase.H.
friend class const_iterator [friend]
|
Definition at line 183 of file DLListBase.H.