#include <stl_rope.h>
Inheritance diagram for std::_Rope_RopeLeaf:
Public Types | |
typedef _Rope_rep_base< _CharT, _Alloc >::allocator_type | allocator_type |
enum | { _S_alloc_granularity = 8 } |
Public Methods | |
_Rope_RopeLeaf (__GC_CONST _CharT *__d, size_t __size, allocator_type __a) | |
~_Rope_RopeLeaf () | |
Static Public Methods | |
size_t | _S_rounded_up_size (size_t __n) |
Public Attributes | |
__GC_CONST _CharT * | _M_data |
|
Reimplemented from std::_Rope_RopeRep< _CharT, _Alloc >. Definition at line 570 of file stl_rope.h. |
|
Definition at line 547 of file stl_rope.h. |
|
Definition at line 571 of file stl_rope.h. References __GC_CONST, __stl_assert, std::_Rope_RopeRep< _CharT, _Alloc >::_M_c_string, std::_Rope_RopeLeaf< _CharT, _Alloc >::_M_data, std::_S_is_basic_char_type(), and std::_Rope_RopeRep< _CharT, _Alloc >::_S_leaf. |
|
|
Definition at line 548 of file stl_rope.h. References std::_Rope_RopeLeaf< _CharT, _Alloc >::_S_alloc_granularity, and std::_S_is_basic_char_type(). |
|
Definition at line 564 of file stl_rope.h. Referenced by std::_Rope_RopeLeaf< _CharT, _Alloc >::_Rope_RopeLeaf(), and std::_Rope_RopeLeaf< _CharT, _Alloc >::~_Rope_RopeLeaf(). |