man __gnu_cxx::Slist_base (Fonctions bibliothèques) -
NAME
__gnu_cxx::Slist_base -
SYNOPSIS
Inherited by __gnu_cxx::slist< Type, Alloc > [private].
Public Types
typedef Alloc::template rebind< Slist_node< Type > >::other Node_alloc
typedef Alloc allocator_type
Public Member Functions
allocator_type get_allocator () const
Slist_base (const allocator_type &a)
~Slist_base ()
Protected Member Functions
Slist_node< Type > * M_get_node ()
void M_put_node (Slist_node< Type > *__p)
Slist_node_base * M_erase_after (Slist_node_base *position)
Slist_node_base * M_erase_after (Slist_node_base *, Slist_node_base *)
Protected Attributes
Slist_node_base M_head
Detailed Description
template<class Type, class Alloc> struct __gnu_cxx::Slist_base< Type, Alloc >
Definition at line 204 of file slist.
Author
Generated automatically by Doxygen for libstdc++-v3 Source from the source code.