.TH "std::_List_base< _Tp, _Alloc >" 3 "libstdc++" \" -*- nroff -*- .ad l .nh .SH NAME std::_List_base< _Tp, _Alloc > \- See bits/stl_deque\&.h's _Deque_base for an explanation\&. .SH SYNOPSIS .br .PP .PP \fR#include \fP .PP Inherited by \fBstd::list< _Tp, polymorphic_allocator< _Tp > >\fP\fR [protected]\fP, \fBstd::list< __inp, __rebind_inp >\fP\fR [protected]\fP, and \fBstd::list< _Tp, _Alloc >\fP\fR [protected]\fP\&. .SS "Public Types" .in +1c .ti -1c .RI "typedef _Alloc \fBallocator_type\fP" .br .in -1c .SS "Public Member Functions" .in +1c .ti -1c .RI "\fB_List_base\fP (_List_base &&)=default" .br .ti -1c .RI "\fB_List_base\fP (_List_base &&__x, _Node_alloc_type &&__a)" .br .ti -1c .RI "\fB_List_base\fP (_Node_alloc_type &&__a)" .br .ti -1c .RI "\fB_List_base\fP (_Node_alloc_type &&__a, _List_base &&__x)" .br .ti -1c .RI "\fB_List_base\fP (const _Node_alloc_type &__a) noexcept" .br .ti -1c .RI "void \fB_M_clear\fP () noexcept" .br .ti -1c .RI "size_t \fB_M_distance\fP (const \fB__detail::_List_node_base\fP *__first, const \fB__detail::_List_node_base\fP *__last) const" .br .ti -1c .RI "const _Node_alloc_type & \fB_M_get_Node_allocator\fP () const noexcept" .br .ti -1c .RI "_Node_alloc_type & \fB_M_get_Node_allocator\fP () noexcept" .br .ti -1c .RI "void \fB_M_init\fP () noexcept" .br .ti -1c .RI "void \fB_M_move_nodes\fP (_List_base &&__x)" .br .ti -1c .RI "size_t \fB_M_node_count\fP () const" .br .in -1c .SS "Static Public Member Functions" .in +1c .ti -1c .RI "static size_t \fB_S_distance\fP (const \fB__detail::_List_node_base\fP *__first, const \fB__detail::_List_node_base\fP *__last)" .br .in -1c .SS "Protected Types" .in +1c .ti -1c .RI "typedef \fB__gnu_cxx::__alloc_traits\fP< _Node_alloc_type > \fB_Node_alloc_traits\fP" .br .ti -1c .RI "typedef _Tp_alloc_traits::template rebind< typename_Node_traits::_Node >::other \fB_Node_alloc_type\fP" .br .ti -1c .RI "using \fB_Node_ptr\fP" .br .ti -1c .RI "typedef __list::_Node_traits< _Tp, typename \fB_Tp_alloc_traits::pointer\fP > \fB_Node_traits\fP" .br .ti -1c .RI "typedef \fB__gnu_cxx::__alloc_traits\fP< _Tp_alloc_type > \fB_Tp_alloc_traits\fP" .br .ti -1c .RI "typedef \fB__gnu_cxx::__alloc_traits\fP< _Alloc >::template rebind< _Tp >::other \fB_Tp_alloc_type\fP" .br .in -1c .SS "Protected Member Functions" .in +1c .ti -1c .RI "void \fB_M_dec_size\fP (size_t __n)" .br .ti -1c .RI "void \fB_M_destroy_node\fP (_Node_ptr __p)" .br .ti -1c .RI "\fB_Node_alloc_traits::pointer\fP \fB_M_get_node\fP ()" .br .ti -1c .RI "size_t \fB_M_get_size\fP () const" .br .ti -1c .RI "void \fB_M_inc_size\fP (size_t __n)" .br .ti -1c .RI "void \fB_M_put_node\fP (_Node_ptr __p) noexcept" .br .ti -1c .RI "void \fB_M_set_size\fP (size_t __n)" .br .in -1c .SS "Protected Attributes" .in +1c .ti -1c .RI "_List_impl \fB_M_impl\fP" .br .in -1c .SH "Detailed Description" .PP .SS "template .br class std::_List_base< _Tp, _Alloc >"See bits/stl_deque\&.h's _Deque_base for an explanation\&. .SH "Author" .PP Generated automatically by Doxygen for libstdc++ from the source code\&.