.TH "std::_List_base< _Tp, _Alloc >" 3cxx "Sun Jan 8 2023" "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 \fC#include \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 (\fB_List_base\fP &&)=default" .br .ti -1c .RI "\fB_List_base\fP (\fB_List_base\fP &&__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, \fB_List_base\fP &&__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 "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 (\fB_List_base\fP &&__x)" .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< \fB_List_node\fP< _Tp > >::other \fB_Node_alloc_type\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)" .br .ti -1c .RI "size_t \fB_M_distance\fP (const void *, const void *) const" .br .ti -1c .RI "_Node_alloc_traits::pointer \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)" .br .ti -1c .RI "size_t \fB_M_node_count\fP () const" .br .ti -1c .RI "void \fB_M_put_node\fP (typename _Node_alloc_traits::pointer __p) noexcept" .br .ti -1c .RI "void \fB_M_set_size\fP (size_t)" .br .in -1c .SS "Static Protected 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 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\&. .PP Definition at line \fB425\fP of file \fBlist\fP\&. .SH "Member Typedef Documentation" .PP .SS "template typedef \fB__gnu_cxx::__alloc_traits\fP<_Node_alloc_type> \fBstd::_List_base\fP< _Tp, _Alloc >::_Node_alloc_traits\fC [protected]\fP" .PP Definition at line \fB433\fP of file \fBlist\fP\&. .SS "template typedef _Tp_alloc_traits::template rebind<\fB_List_node\fP<_Tp>>::other \fBstd::_List_base\fP< _Tp, _Alloc >::_Node_alloc_type\fC [protected]\fP" .PP Definition at line \fB432\fP of file \fBlist\fP\&. .SS "template typedef \fB__gnu_cxx::__alloc_traits\fP<_Tp_alloc_type> \fBstd::_List_base\fP< _Tp, _Alloc >::_Tp_alloc_traits\fC [protected]\fP" .PP Definition at line \fB430\fP of file \fBlist\fP\&. .SS "template typedef \fB__gnu_cxx::__alloc_traits\fP<_Alloc>::template rebind<_Tp>::other \fBstd::_List_base\fP< _Tp, _Alloc >::_Tp_alloc_type\fC [protected]\fP" .PP Definition at line \fB429\fP of file \fBlist\fP\&. .SS "template typedef _Alloc \fBstd::_List_base\fP< _Tp, _Alloc >::allocator_type" .PP Definition at line \fB525\fP of file \fBlist\fP\&. .SH "Constructor & Destructor Documentation" .PP .SS "template \fBstd::_List_base\fP< _Tp, _Alloc >::_List_base (const _Node_alloc_type & __a)\fC [inline]\fP, \fC [noexcept]\fP" .PP Definition at line \fB541\fP of file \fBlist\fP\&. .SS "template \fBstd::_List_base\fP< _Tp, _Alloc >::_List_base (\fB_List_base\fP< _Tp, _Alloc > && __x, _Node_alloc_type && __a)\fC [inline]\fP" .PP Definition at line \fB549\fP of file \fBlist\fP\&. .SS "template \fBstd::_List_base\fP< _Tp, _Alloc >::_List_base (_Node_alloc_type && __a, \fB_List_base\fP< _Tp, _Alloc > && __x)\fC [inline]\fP" .PP Definition at line \fB559\fP of file \fBlist\fP\&. .SS "template \fBstd::_List_base\fP< _Tp, _Alloc >::_List_base (_Node_alloc_type && __a)\fC [inline]\fP" .PP Definition at line \fB564\fP of file \fBlist\fP\&. .SS "template \fBstd::_List_base\fP< _Tp, _Alloc >::~\fB_List_base\fP ()\fC [inline]\fP, \fC [noexcept]\fP" .PP Definition at line \fB574\fP of file \fBlist\fP\&. .SH "Member Function Documentation" .PP .SS "template void \fBstd::_List_base\fP< _Tp, _Alloc >::_M_clear\fC [noexcept]\fP" .PP Definition at line \fB66\fP of file \fBlist\&.tcc\fP\&. .SS "template void \fBstd::_List_base\fP< _Tp, _Alloc >::_M_dec_size (size_t)\fC [inline]\fP, \fC [protected]\fP" .PP Definition at line \fB502\fP of file \fBlist\fP\&. .SS "template size_t \fBstd::_List_base\fP< _Tp, _Alloc >::_M_distance (const void *, const void *) const\fC [inline]\fP, \fC [protected]\fP" .PP Definition at line \fB505\fP of file \fBlist\fP\&. .SS "template _Node_alloc_traits::pointer \fBstd::_List_base\fP< _Tp, _Alloc >::_M_get_node ()\fC [inline]\fP, \fC [protected]\fP" .PP Definition at line \fB517\fP of file \fBlist\fP\&. .SS "template const _Node_alloc_type & \fBstd::_List_base\fP< _Tp, _Alloc >::_M_get_Node_allocator () const\fC [inline]\fP, \fC [noexcept]\fP" .PP Definition at line \fB532\fP of file \fBlist\fP\&. .SS "template _Node_alloc_type & \fBstd::_List_base\fP< _Tp, _Alloc >::_M_get_Node_allocator ()\fC [inline]\fP, \fC [noexcept]\fP" .PP Definition at line \fB528\fP of file \fBlist\fP\&. .SS "template size_t \fBstd::_List_base\fP< _Tp, _Alloc >::_M_get_size () const\fC [inline]\fP, \fC [protected]\fP" .PP Definition at line \fB499\fP of file \fBlist\fP\&. .SS "template void \fBstd::_List_base\fP< _Tp, _Alloc >::_M_inc_size (size_t)\fC [inline]\fP, \fC [protected]\fP" .PP Definition at line \fB501\fP of file \fBlist\fP\&. .SS "template void \fBstd::_List_base\fP< _Tp, _Alloc >::_M_init ()\fC [inline]\fP, \fC [noexcept]\fP" .PP Definition at line \fB581\fP of file \fBlist\fP\&. .SS "template void \fBstd::_List_base\fP< _Tp, _Alloc >::_M_move_nodes (\fB_List_base\fP< _Tp, _Alloc > && __x)\fC [inline]\fP" .PP Definition at line \fB569\fP of file \fBlist\fP\&. .SS "template size_t \fBstd::_List_base\fP< _Tp, _Alloc >::_M_node_count () const\fC [inline]\fP, \fC [protected]\fP" .PP Definition at line \fB508\fP of file \fBlist\fP\&. .SS "template void \fBstd::_List_base\fP< _Tp, _Alloc >::_M_put_node (typename _Node_alloc_traits::pointer __p)\fC [inline]\fP, \fC [protected]\fP, \fC [noexcept]\fP" .PP Definition at line \fB521\fP of file \fBlist\fP\&. .SS "template void \fBstd::_List_base\fP< _Tp, _Alloc >::_M_set_size (size_t)\fC [inline]\fP, \fC [protected]\fP" .PP Definition at line \fB500\fP of file \fBlist\fP\&. .SS "template static size_t \fBstd::_List_base\fP< _Tp, _Alloc >::_S_distance (const \fB__detail::_List_node_base\fP * __first, const \fB__detail::_List_node_base\fP * __last)\fC [inline]\fP, \fC [static]\fP, \fC [protected]\fP" .PP Definition at line \fB437\fP of file \fBlist\fP\&. .SH "Member Data Documentation" .PP .SS "template _List_impl \fBstd::_List_base\fP< _Tp, _Alloc >::_M_impl\fC [protected]\fP" .PP Definition at line \fB477\fP of file \fBlist\fP\&. .SH "Author" .PP Generated automatically by Doxygen for libstdc++ from the source code\&.