man __gnu_cxx::Rope_alloc_base (Fonctions bibliothèques) -

NAME

__gnu_cxx::Rope_alloc_base -

SYNOPSIS



Public Types

typedef RopeRopeRep< CharT, Allocator > RopeRep

typedef Alloc_traits< CharT, Allocator >::allocator_type allocator_type

Public Member Functions

allocator_type get_allocator () const

Rope_alloc_base (RopeRep *__t, const allocator_type &a)

Rope_alloc_base (const allocator_type &a)

Protected Attributes

allocator_type M_data_allocator

RopeRep * M_tree_ptr

Detailed Description

template<class CharT, class Allocator, bool IsStatic> class __gnu_cxx::Rope_alloc_base< CharT, Allocator, IsStatic >

Definition at line 1168 of file stl_rope.h.

Author

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