Public Types | |
typedef Rope_alloc_base< CharT, Alloc, Alloc_traits< CharT, Alloc >::S_instanceless > | Base |
typedef Base::allocator_type | allocator_type |
typedef RopeRopeRep< CharT, Alloc > | RopeRep |
Public Member Functions | |
Rope_base (RopeRep *__t, const allocator_type &a) | |
Rope_base (const allocator_type &a) | |
allocator_type | get_allocator () const |
Protected Attributes | |
allocator_type | M_data_allocator |
RopeRep * | M_tree_ptr |
Definition at line 1226 of file stl_rope.h.