libstdc++
|
#include <stl_list.h>
Public Types | |
typedef _Alloc | allocator_type |
Public Member Functions | |
_List_base (_List_base &&)=default | |
_List_base (_List_base &&__x, _Node_alloc_type &&__a) | |
_List_base (_Node_alloc_type &&__a) | |
_List_base (_Node_alloc_type &&__a, _List_base &&__x) | |
_List_base (const _Node_alloc_type &__a) noexcept | |
void | _M_clear () noexcept |
size_t | _M_distance (const void *, const void *) const |
const _Node_alloc_type & | _M_get_Node_allocator () const noexcept |
_Node_alloc_type & | _M_get_Node_allocator () noexcept |
void | _M_init () noexcept |
void | _M_move_nodes (_List_base &&__x) |
size_t | _M_node_count () const |
Static Public Member Functions | |
static size_t | _S_distance (const __detail::_List_node_base *__first, const __detail::_List_node_base *__last) |
Protected Types | |
typedef __gnu_cxx::__alloc_traits< _Node_alloc_type > | _Node_alloc_traits |
typedef _Tp_alloc_traits::template rebind< typename_Node_traits::_Node >::other | _Node_alloc_type |
typedef __list::_Node_traits< _Tp, typename _Tp_alloc_traits::pointer > | _Node_traits |
typedef __gnu_cxx::__alloc_traits< _Tp_alloc_type > | _Tp_alloc_traits |
typedef __gnu_cxx::__alloc_traits< _Alloc >::template rebind< _Tp >::other | _Tp_alloc_type |
Protected Member Functions | |
void | _M_dec_size (size_t) |
void | _M_destroy_node (typename _Node_alloc_traits::pointer __p) |
_Node_alloc_traits::pointer | _M_get_node () |
size_t | _M_get_size () const |
void | _M_inc_size (size_t) |
void | _M_put_node (typename _Node_alloc_traits::pointer __p) noexcept |
void | _M_set_size (size_t) |
Protected Attributes | |
_List_impl | _M_impl |
See bits/stl_deque.h's _Deque_base for an explanation.
Definition at line 738 of file stl_list.h.
|
protected |
Definition at line 749 of file stl_list.h.
|
protected |
Definition at line 748 of file stl_list.h.
|
protected |
Definition at line 746 of file stl_list.h.
|
protected |
Definition at line 743 of file stl_list.h.
|
protected |
Definition at line 742 of file stl_list.h.
typedef _Alloc std::_List_base< _Tp, _Alloc >::allocator_type |
Definition at line 838 of file stl_list.h.
|
inlinenoexcept |
Definition at line 854 of file stl_list.h.
|
inline |
Definition at line 862 of file stl_list.h.
|
inline |
Definition at line 867 of file stl_list.h.
|
inlinenoexcept |
Definition at line 877 of file stl_list.h.
|
inline |
Definition at line 904 of file stl_list.h.
|
noexcept |
|
inlineprotected |
Definition at line 793 of file stl_list.h.
|
inlineprotected |
Definition at line 820 of file stl_list.h.
|
inline |
Definition at line 945 of file stl_list.h.
|
inlineprotected |
Definition at line 797 of file stl_list.h.
|
inlinenoexcept |
Definition at line 845 of file stl_list.h.
|
inlinenoexcept |
Definition at line 841 of file stl_list.h.
|
inlineprotected |
Definition at line 790 of file stl_list.h.
|
inlineprotected |
Definition at line 792 of file stl_list.h.
|
inlinenoexcept |
Definition at line 884 of file stl_list.h.
|
inline |
Definition at line 872 of file stl_list.h.
|
inline |
Definition at line 948 of file stl_list.h.
|
inlineprotectednoexcept |
Definition at line 802 of file stl_list.h.
|
inlineprotected |
Definition at line 791 of file stl_list.h.
|
inlinestatic |
Definition at line 917 of file stl_list.h.
|
protected |
Definition at line 778 of file stl_list.h.