An STL-conforming const_iterator. More...
#include <LList.H>


Public Member Functions | |
| const_iterator (const_base_iterator iter) | |
| Construct from base iterator. | |
| const_iterator (base_iterator iter) | |
| Construct from base iterator. | |
| const_reference | operator* () const |
| const_pointer | operator-> () const |
| const_reference | operator() () const |
| const_iterator & | operator++ () |
| const_iterator & | operator-- () |
An STL-conforming const_iterator.
|
inline |
Construct from base iterator.
Definition at line 467 of file LList.H.
Referenced by operator++(), and operator--().

|
inline |
|
inline |
Definition at line 480 of file LList.H.
References LList< LListBase, T >::link::ref().
Referenced by operator()().


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

|
inline |
Definition at line 490 of file LList.H.
References operator*().

|
inline |
Definition at line 495 of file LList.H.
References const_iterator().

|
inline |
Definition at line 501 of file LList.H.
References const_iterator().
