An STL-conforming const_iterator. More...
Public Member Functions | |
const_iterator (const DLListBase &, const link *) | |
Construct for a given DLListBase and link. More... | |
const_iterator (const iterator &) | |
Construct from a non-const iterator. More... | |
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) |
Private Attributes | |
const DLListBase & | curList_ |
Reference to the list this is an iterator for. More... | |
const link * | curElmt_ |
Current element. More... | |
An STL-conforming const_iterator.
Definition at line 228 of file DLListBase.H.
|
inline |
Construct for a given DLListBase and link.
Definition at line 275 of file DLListBaseI.H.
|
inline |
Construct from a non-const iterator.
Definition at line 285 of file DLListBaseI.H.
|
inline |
Definition at line 293 of file DLListBaseI.H.
|
inline |
Definition at line 302 of file DLListBaseI.H.
|
inline |
Definition at line 311 of file DLListBaseI.H.
|
inline |
Definition at line 320 of file DLListBaseI.H.
|
inline |
Definition at line 327 of file DLListBaseI.H.
|
inline |
Definition at line 343 of file DLListBaseI.H.
|
private |
Reference to the list this is an iterator for.
Definition at line 233 of file DLListBase.H.
|
private |
Current element.
Definition at line 236 of file DLListBase.H.
Copyright © 2011-2018 OpenFOAM | OPENFOAM® is a registered trademark of OpenCFD Ltd.