An STL-conforming const_iterator. More...
#include <src/OpenFOAM/containers/LinkedLists/linkTypes/DLListBase/DLListBase.H>
An STL-conforming const_iterator.
Definition at line 227 of file DLListBase.H.
Collaboration diagram for DLListBase::const_iterator:Public Member Functions | |
| const_iterator (const DLListBase &, const link *) | |
| Construct for a given DLListBase 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) |
| const_iterator | ( | const DLListBase & | s, |
| const link * | elmt | ||
| ) | [inline]
|
Construct for a given DLListBase and link.
Definition at line 275 of file DLListBaseI.H.
| const_iterator | ( | const iterator & | iter ) | [inline]
|
Construct from a non-const iterator.
Definition at line 285 of file DLListBaseI.H.
| void operator= | ( | const const_iterator & | iter ) | [inline]
|
Definition at line 293 of file DLListBaseI.H.
| bool operator== | ( | const const_iterator & | iter ) | const [inline]
|
Definition at line 302 of file DLListBaseI.H.
| bool operator!= | ( | const const_iterator & | iter ) | const [inline]
|
Definition at line 311 of file DLListBaseI.H.
| const Foam::DLListBase::link & operator* | ( | ) | [inline]
|
Definition at line 320 of file DLListBaseI.H.
| Foam::DLListBase::const_iterator & operator++ | ( | ) | [inline]
|
Definition at line 327 of file DLListBaseI.H.
| Foam::DLListBase::const_iterator operator++ | ( | int | ) | [inline]
|
Definition at line 343 of file DLListBaseI.H.