#include <stl_list.h>
Inherits std::List_iterator_base.
Public Member Functions | |
| void | M_incr () |
| Walk the list forward. | |
| void | M_decr () |
| Walk the list backward. | |
Public Attributes | |
| List_node_base * | M_node |
| The only member points to the list element. | |
In addition to being used externally, a list holds one of these internally, pointing to the sequence of data.
Definition at line 144 of file stl_list.h.
| void std::List_iterator_base::M_incr | ( | ) | [inline, inherited] |
| void std::List_iterator_base::M_decr | ( | ) | [inline, inherited] |
List_node_base* std::List_iterator_base::M_node [inherited] |
1.5.5