#include <stl_rope.h>
Inheritance diagram for std::_Rope_alloc_base:
Public Types | |
typedef _Rope_RopeRep<_CharT, _Allocator> | _RopeRep |
typedef _Alloc_traits<_CharT, _Allocator>::allocator_type | allocator_type |
Public Methods | |
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 |
|
Reimplemented in std::_Rope_base, and std::rope. Definition at line 1136 of file stl_rope.h. |
|
Reimplemented in std::_Rope_base, and std::rope. Definition at line 1138 of file stl_rope.h. |
|
Definition at line 1140 of file stl_rope.h. |
|
Definition at line 1142 of file stl_rope.h. |
|
Definition at line 1139 of file stl_rope.h. Referenced by std::rope::append(), std::rope::insert(), std::rope::operator=(), std::rope::push_front(), and std::rope::swap(). |
|
Definition at line 1147 of file stl_rope.h. |
|
Definition at line 1148 of file stl_rope.h. |