std::_List_base< _Tp, _Alloc >
See bits/stl_deque.h's _Deque_base for an explanation.
- Provided by: libstdc++-9-doc (Version: 9.5.0-6ubuntu2.1)
- Source: gcc-9
- Report a bug
See bits/stl_deque.h's _Deque_base for an explanation.
#include <stl_list.h>
Inherited by std::list< __inp, __rebind_inp > [protected], and std::list< _Tp, _Alloc > [protected].
typedef _Alloc allocator_type
_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
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)
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
void _M_dec_size (size_t)
size_t _M_distance (const void *, const
void *) const
_Node_alloc_traits::pointer _M_get_node ()
size_t _M_get_size () const
void _M_inc_size (size_t)
size_t _M_node_count () const
void _M_put_node (typename _Node_alloc_traits::pointer
__p) noexcept
void _M_set_size (size_t)
static size_t _S_distance (const
__detail::_List_node_base *__first, const
__detail::_List_node_base *__last)
_List_impl _M_impl
class std::_List_base< _Tp, _Alloc >"See bits/stl_deque.h's _Deque_base for an explanation.
Definition at line 345 of file stl_list.h.
Definition at line 353 of file stl_list.h.
Definition at line 352 of file stl_list.h.
Definition at line 350 of file stl_list.h.
Definition at line 349 of file stl_list.h.
Definition at line 445 of file stl_list.h.
Definition at line 461 of file stl_list.h.
Definition at line 469 of file stl_list.h.
Definition at line 479 of file stl_list.h.
Definition at line 484 of file stl_list.h.
Definition at line 494 of file stl_list.h.
Definition at line 66 of file list.tcc.
Definition at line 422 of file stl_list.h.
Definition at line 425 of file stl_list.h.
Definition at line 437 of file stl_list.h.
Definition at line 452 of file stl_list.h.
Definition at line 448 of file stl_list.h.
Definition at line 419 of file stl_list.h.
Definition at line 421 of file stl_list.h.
Definition at line 501 of file stl_list.h.
Definition at line 489 of file stl_list.h.
Definition at line 428 of file stl_list.h.
Definition at line 441 of file stl_list.h.
Definition at line 420 of file stl_list.h.
Definition at line 357 of file stl_list.h.
Definition at line 397 of file stl_list.h.
Generated automatically by Doxygen for libstdc++ from the source code.