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 188 of file LPtrList.H.
|
inline |
Construct from base iterator.
Definition at line 196 of file LPtrList.H.
Definition at line 204 of file LPtrList.H.
References LList< LListBase, T >::iterator::operator*().
Referenced by LPtrList< LListBase, T >::iterator::operator()(), and LPtrList< LListBase, T >::const_iterator::operator()().
Definition at line 209 of file LPtrList.H.
References LPtrList< LListBase, T >::iterator::operator*().