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 |
Definition at line 1168 of file stl_rope.h.