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