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


Definition at line 321 of file LList.H.
References Foam::operator*().

|
inline |
1.8.13