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 194 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 199 of file UILList.H.
References UILList< LListBase, T >::iterator::operator*().

1.8.13