man __gnu_cxx::Slist_alloc_base (Fonctions bibliothèques) -
NAME
__gnu_cxx::Slist_alloc_base -
SYNOPSIS
Public Types
typedef Alloc_traits< Type, Allocator >::allocator_type allocator_type
Public Member Functions
allocator_type get_allocator () const
Slist_alloc_base (const allocator_type &a)
Protected Member Functions
Slist_node< Type > * M_get_node ()
void M_put_node (Slist_node< Type > *__p)
Protected Attributes
Alloc_traits< Slist_node< Type >, Allocator >::allocator_type M_node_allocator
Slist_node_base M_head
Detailed Description
template<class Type, class Allocator, bool IsStatic> class __gnu_cxx::Slist_alloc_base< Type, Allocator, IsStatic >
Definition at line 214 of file slist.
Author
Generated automatically by Doxygen for libstdc++-v3 Source from the source code.