#include <list.hpp>
Definition at line 337 of file list.hpp.
Protected Member Functions | |
bool | is_valid () const |
list_iterator (const list_iterator< T > &li) | |
list_iterator (const iterable< T, list_iterator< T > > &parent_iterable) | |
const T & | operator* () const |
list_iterator & | operator++ () |
list_iterator & | operator= (const list_iterator< T > &li) |
Private Attributes | |
list< T >::list_node * | cur |
list_iterator | ( | const iterable< T, list_iterator< T > > & | parent_iterable | ) | [inline, protected] |
list_iterator | ( | const list_iterator< T > & | li | ) | [inline, protected] |
const T& operator* | ( | ) | const [inline, protected] |
list_iterator& operator++ | ( | ) | [inline, protected] |
list_iterator& operator= | ( | const list_iterator< T > & | li | ) | [inline, protected] |