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 320 of file LList.H.
References Foam::operator*().
Referenced by LList< LListBase, T >::const_iterator::operator()(), and ULPtrList< LListBase, T >::const_iterator::operator*().


Definition at line 327 of file LList.H.
References LList< LListBase, T >::const_iterator::operator*().

|
inline |