

Public Member Functions | |
| void | transfer (List_node_base *const first, List_node_base *const last) |
| void | reverse () |
| void | hook (List_node_base *const position) |
| void | unhook () |
Static Public Member Functions | |
| static void | swap (List_node_base &x, List_node_base &y) |
Public Attributes | |
| List_node_base * | M_next |
| Self-explanatory. | |
| List_node_base * | M_prev |
| Self-explanatory. | |
Definition at line 74 of file stl_list.h.
1.5.1