An STL-conforming const_iterator. More...
#include <src/OpenFOAM/containers/LinkedLists/accessTypes/LPtrList/LPtrList.H>
An STL-conforming const_iterator.
Definition at line 220 of file LPtrList.H.
Public Member Functions | |
const_iterator (LListBase_const_iterator baseIter) | |
Construct from base const_iterator.
| |
const_iterator (LListBase_iterator baseIter) | |
Construct from base iterator.
| |
const T & | operator* () |
const T & | operator() () |
const_iterator | ( | LListBase_const_iterator | baseIter ) | [inline]
|
Construct from base const_iterator.
Reimplemented from LList< LListBase, T >::const_iterator.
Definition at line 229 of file LPtrList.H.
const_iterator | ( | LListBase_iterator | baseIter ) | [inline]
|
Construct from base iterator.
Reimplemented from LList< LListBase, T >::const_iterator.
Definition at line 238 of file LPtrList.H.
const T& operator* | ( | ) | [inline]
|
Reimplemented from LList< LListBase, T >::const_iterator.
Definition at line 248 of file LPtrList.H.
Referenced by LPtrList< LListBase, T >::const_iterator::operator()().
const T& operator() | ( | ) | [inline]
|
Reimplemented from LList< LListBase, T >::const_iterator.
Definition at line 253 of file LPtrList.H.
References LPtrList< LListBase, T >::const_iterator::operator*().