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() () |
| iterator | ( | LListBase_iterator | baseIter ) | [inline]
|
Construct from base iterator.
Reimplemented from LList< LListBase, T >::iterator.
Definition at line 193 of file LPtrList.H.
| T& operator* | ( | ) | [inline]
|
Reimplemented from LList< LListBase, T >::iterator.
Definition at line 203 of file LPtrList.H.
Referenced by LPtrList< LListBase, T >::iterator::operator()().
| T& operator() | ( | ) | [inline]
|
Reimplemented from LList< LListBase, T >::iterator.
Definition at line 208 of file LPtrList.H.
References LPtrList< LListBase, T >::iterator::operator*().