Public Types | |
typedef size_t | size_type |
typedef ptrdiff_t | difference_type |
typedef bidirectional_iterator_tag | iterator_category |
Public Member Functions | |
List_iterator_base (List_node_base *x) | |
List_iterator_base () | |
void | M_incr () |
Walk the list forward. | |
void | M_decr () |
Walk the list backward. | |
bool | operator== (const List_iterator_base &x) const |
bool | operator!= (const List_iterator_base &x) const |
Public Attributes | |
List_node_base * | M_node |
The only member points to the list element. |
Definition at line 97 of file stl_list.h.
void std::List_iterator_base::M_decr | ( | ) | [inline] |
void std::List_iterator_base::M_incr | ( | ) | [inline] |