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