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

NAME

std::Rb_tree_alloc_base -

SYNOPSIS



Public Types

typedef Alloc_traits< Type, Alloc >::allocator_type allocator_type

Public Member Functions

allocator_type get_allocator () const

Rb_tree_alloc_base (const allocator_type &a)

Protected Member Functions

Rb_tree_node< Type > * M_get_node ()

void M_put_node (Rb_tree_node< Type > *__p)

Protected Attributes

Alloc_traits< Rb_tree_node< Type >, Alloc >::allocator_type M_node_allocator

Rb_tree_node< Type > * M_header

Detailed Description

template<typename Type, typename Alloc, bool S_instanceless> class std::Rb_tree_alloc_base< Type, Alloc, S_instanceless >

Definition at line 522 of file stl_tree.h.

Author

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