#include <stl_list.h>
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 143 of file stl_list.h.
|
Walk the list backward.
Definition at line 120 of file stl_list.h. |
|
Walk the list forward.
Definition at line 115 of file stl_list.h. |
|
The only member points to the list element.
Definition at line 104 of file stl_list.h. |