man std::List_base (Fonctions bibliothèques) -
NAME
std::List_base -
SYNOPSIS
Inherited by std::list< Type, Alloc > [protected].
Public Types
typedef Alloc allocator_type
Public Member Functions
allocator_type get_allocator () const
List_base (const allocator_type &a)
~List_base ()
void M_clear ()
void M_init ()
Protected Types
typedef Alloc::template rebind< List_node< Type > >::other NodeAlloc_type
Protected Member Functions
List_node< Type > * M_get_node ()
void M_put_node (List_node< Type > *__p)
Protected Attributes
List_impl M_impl
Classes
struct List_impl
Detailed Description
template<typename Type, typename Alloc> class std::List_base< Type, Alloc >
Definition at line 279 of file stl_list.h.
Author
Generated automatically by Doxygen for libstdc++-v3 Source from the source code.