

Public Types | |
| typedef Alloc | allocator_type |
Public Member Functions | |
| allocator_type | get_allocator () const |
| List_base (const allocator_type &a) | |
| ~List_base () | |
| void | M_clear () |
| void | M_init () |
Protected Types | |
|
typedef Alloc::template rebind< List_node< Type > >::other | NodeAlloc_type |
Protected Member Functions | |
| List_node< Type > * | M_get_node () |
| void | M_put_node (List_node< Type > *__p) |
Protected Attributes | |
| List_impl | M_impl |
Classes | |
| struct | List_impl |
Definition at line 279 of file stl_list.h.
1.5.1