libstdc++
|
#include <stl_list.h>
Public Types | |
typedef _Alloc | allocator_type |
Public Member Functions | |
_List_base (_List_base &&__x) noexcept | |
_List_base (_List_base &&__x, _Node_alloc_type &&__a) | |
_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) |
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 |
Protected Member Functions | |
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 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.
|
protected |
Definition at line 308 of file stl_list.h.
|
protected |
Definition at line 307 of file stl_list.h.
|
protected |
Definition at line 305 of file stl_list.h.
|
protected |
Definition at line 304 of file stl_list.h.
typedef _Alloc std::_List_base< _Tp, _Alloc >::allocator_type |
Definition at line 390 of file stl_list.h.
|
inline |
Definition at line 400 of file stl_list.h.
|
inlinenoexcept |
Definition at line 404 of file stl_list.h.
|
inlinenoexcept |
Definition at line 409 of file stl_list.h.
|
inline |
Definition at line 413 of file stl_list.h.
|
inlinenoexcept |
Definition at line 441 of file stl_list.h.
|
noexcept |
|
inlineprotected |
Definition at line 370 of file stl_list.h.
|
inlineprotected |
Definition at line 371 of file stl_list.h.
|
inlineprotected |
Definition at line 382 of file stl_list.h.
|
inlinenoexcept |
Definition at line 397 of file stl_list.h.
|
inlinenoexcept |
Definition at line 393 of file stl_list.h.
|
inlineprotected |
Definition at line 367 of file stl_list.h.
|
inlineprotected |
Definition at line 369 of file stl_list.h.
|
inlinenoexcept |
Definition at line 448 of file stl_list.h.
|
inline |
Definition at line 423 of file stl_list.h.
|
inlineprotected |
Definition at line 374 of file stl_list.h.
|
inlineprotectednoexcept |
Definition at line 386 of file stl_list.h.
|
inlineprotected |
Definition at line 368 of file stl_list.h.
|
inlinestaticprotected |
Definition at line 311 of file stl_list.h.
|
protected |
Definition at line 347 of file stl_list.h.