An STL-conforming iterator. More...


Public Member Functions | |
| iterator (base_iterator iter) | |
| Construct from base iterator. More... | |
| reference | operator* () const |
| pointer | operator-> () const |
| reference | operator() () const |
| iterator & | operator++ () |
| iterator & | operator-- () |
An STL-conforming iterator.
|
inline |
Definition at line 424 of file LList.H.
References LList< LListBase, T >::link::ref().
Referenced by LList< LListBase, T >::iterator::operator()().


Definition at line 429 of file LList.H.
References LList< LListBase, T >::link::ptr().

Definition at line 434 of file LList.H.
References LList< LListBase, T >::iterator::operator*().
