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.
Inheritance diagram for LPtrList< LListBase, T >::iterator:
Collaboration diagram for LPtrList< LListBase, T >::iterator:Public Member Functions | |
| iterator (LListBase_iterator baseIter) | |
| Construct from base iterator. | |
| T & | operator* () |
| T & | operator() () |
Public Member Functions inherited from LList< LListBase, T >::iterator | |
| 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*().