

Public Types | |
|
typedef Rope_rep_alloc_base< CharT, Alloc, Alloc_traits< CharT, Alloc >::S_instanceless > | Base |
| typedef Base::allocator_type | allocator_type |
Public Member Functions | |
| Rope_rep_base (size_t size, const allocator_type &a) | |
| allocator_type | get_allocator () const |
Public Attributes | |
| size_t | M_size |
Protected Attributes | |
| allocator_type | M_data_allocator |
Definition at line 460 of file stl_rope.h.
1.4.7