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