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 182 of file LPtrList.H.
|
inline |
Construct from base iterator.
Definition at line 190 of file LPtrList.H.
Definition at line 198 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 203 of file LPtrList.H.
References LPtrList< LListBase, T >::iterator::operator*().

1.8.13