Public Types | |
typedef Alloc::template rebind< Slist_node< Type > >::other | Node_alloc |
typedef Alloc | allocator_type |
Public Member Functions | |
allocator_type | get_allocator () const |
Slist_base (const allocator_type &a) | |
~Slist_base () | |
Protected Member Functions | |
Slist_node< Type > * | M_get_node () |
void | M_put_node (Slist_node< Type > *__p) |
Slist_node_base * | M_erase_after (Slist_node_base *position) |
Slist_node_base * | M_erase_after (Slist_node_base *, Slist_node_base *) |
Protected Attributes | |
Slist_node_base | M_head |
Definition at line 204 of file slist.