An STL-conforming iterator. More...
Public Member Functions | |
iterator (LListBase_iterator baseIter) | |
Construct from base iterator. More... | |
T & | operator* () |
T & | operator() () |
Public Member Functions inherited from LList< LListBase, T >::iterator | |
iterator (LListBase_iterator baseIter) | |
Construct from base iterator. More... | |
T & | operator* () |
T & | operator() () |
iterator & | operator++ () |
An STL-conforming iterator.
Definition at line 151 of file ULPtrList.H.
|
inline |
Construct from base iterator.
Definition at line 159 of file ULPtrList.H.
Definition at line 167 of file ULPtrList.H.
References LList< LListBase, T >::iterator::operator*().
Referenced by ULPtrList< LListBase, T >::iterator::operator()().
Definition at line 172 of file ULPtrList.H.
References ULPtrList< LListBase, T >::iterator::operator*().