man std::List_alloc_base (Fonctions bibliothèques) -

NAME

std::List_alloc_base -

SYNOPSIS



Public Types

typedef Alloc_traits< Type, Allocator >::allocator_type allocator_type

Public Member Functions

allocator_type get_allocator () const

List_alloc_base (const allocator_type &a)

Protected Member Functions

List_node< Type > * M_get_node ()

void M_put_node (List_node< Type > *__p)

Protected Attributes

Alloc_traits< List_node< Type >, Allocator >::allocator_type M_node_allocator

List_node< Type > * M_node

Detailed Description

template<typename Type, typename Allocator, bool IsStatic> class std::List_alloc_base< Type, Allocator, IsStatic >

Definition at line 215 of file stl_list.h.

Author

Generated automatically by Doxygen for libstdc++-v3 Source from the source code.