libstdc++
|
Public Types | |
typedef _Alloc | allocator_type |
Public Member Functions | |
_List_base (const _Node_alloc_type &__a) noexcept | |
_List_base (_List_base &&__x) noexcept | |
_List_base (_List_base &&__x, _Node_alloc_type &&__a) | |
void | _M_clear () noexcept |
_Node_alloc_type & | _M_get_Node_allocator () noexcept |
const _Node_alloc_type & | _M_get_Node_allocator () const noexcept |
void | _M_init () noexcept |
void | _M_move_nodes (_List_base &&__x) |
Protected Types | |
typedef __gnu_cxx::__alloc_traits< _Node_alloc_type > | _Node_alloc_traits |
typedef _Tp_alloc_traits::template rebind< _List_node< _Tp > >::other | _Node_alloc_type |
typedef __gnu_cxx::__alloc_traits< _Tp_alloc_type > | _Tp_alloc_traits |
typedef __gnu_cxx::__alloc_traits< _Alloc >::template rebind< _Tp >::other | _Tp_alloc_type |
Static Protected Member Functions | |
static size_t | _S_distance (const __detail::_List_node_base *__first, const __detail::_List_node_base *__last) |
Protected Attributes | |
_List_impl | _M_impl |
See bits/stl_deque.h's _Deque_base for an explanation.
Definition at line 300 of file stl_list.h.