#include <stl_rope.h>
Inheritance diagram for std::_Rope_rep_alloc_base:
Public Types | |
typedef _Alloc_traits<_CharT, _Allocator>::allocator_type | allocator_type |
Public Methods | |
allocator_type | get_allocator () const |
_Rope_rep_alloc_base (size_t __size, const allocator_type &__a) | |
Public Attributes | |
size_t | _M_size |
Protected Methods | |
__ROPE_DEFINE_ALLOCS (_Allocator) | |
Protected Attributes | |
allocator_type | _M_data_allocator |
|
Reimplemented in std::_Rope_rep_base, std::_Rope_RopeRep, std::_Rope_RopeLeaf, std::_Rope_RopeConcatenation, std::_Rope_RopeFunction, and std::_Rope_RopeSubstring. Definition at line 371 of file stl_rope.h. |
|
Definition at line 373 of file stl_rope.h. |
|
|
|
Definition at line 372 of file stl_rope.h. Referenced by std::_Rope_RopeLeaf::~_Rope_RopeLeaf(). |
|
Definition at line 380 of file stl_rope.h. |
|
Definition at line 375 of file stl_rope.h. |