#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 |
|
|
Definition at line 402 of file stl_rope.h. |
|
|
|
Definition at line 401 of file stl_rope.h. |
|
|
Definition at line 404 of file stl_rope.h. Referenced by std::_Rope_rep_alloc_base< _CharT, _Allocator, true >::_Rope_rep_alloc_base(), and std::_Rope_rep_alloc_base< _CharT, _Alloc, _Alloc_traits< _CharT, _Alloc >::_S_instanceless >::_Rope_rep_alloc_base(). |