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() () |
Public Member Functions inherited from LList< LListBase, T >::const_iterator | |
| 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.
Definition at line 184 of file ULPtrList.H.
|
inline |
Construct from base const_iterator.
Definition at line 192 of file ULPtrList.H.
|
inline |
Construct from base iterator.
Definition at line 198 of file ULPtrList.H.
Definition at line 206 of file ULPtrList.H.
References LList< LListBase, T >::const_iterator::operator*().
Referenced by ULPtrList< LListBase, T >::const_iterator::operator()().


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