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