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