An STL-conforming iterator. More...
Public Member Functions | |
iterator (LListBase_iterator baseIter) | |
Construct from base iterator. More... | |
T & | operator* () |
T & | operator() () |
iterator & | operator++ () |
An STL-conforming iterator.
|
inline |
Definition at line 201 of file UILList.H.
References Foam::operator*(), and Foam::T().
Referenced by UILList< LListBase, T >::iterator::operator()(), UILList< LListBase, T >::const_iterator::operator()(), and UILList< LListBase, T >::const_reverse_iterator::operator()().
Definition at line 206 of file UILList.H.
References UILList< LListBase, T >::iterator::operator*().