An STL-conforming iterator. More...
#include <src/OpenFOAM/containers/LinkedLists/accessTypes/UILList/UILList.H>
An STL-conforming iterator.
Definition at line 176 of file UILList.H.
Public Member Functions | |
iterator (LListBase_iterator baseIter) | |
Construct from base iterator.
| |
T & | operator* () |
T & | operator() () |
iterator & | operator++ () |
iterator | ( | LListBase_iterator | baseIter ) | [inline]
|
T& operator* | ( | ) | [inline]
|
Definition at line 195 of file UILList.H.
References Foam::T().
Referenced by UILList< LListBase, T >::iterator::operator()().
T& operator() | ( | ) | [inline]
|
Definition at line 200 of file UILList.H.
References UILList< LListBase, T >::iterator::operator*().