#include <stl_rope.h>
Inheritance diagram for std::_Rope_RopeRep:
Public Types | |
typedef _Rope_rep_base<_CharT, _Alloc>::allocator_type | allocator_type |
enum | { _S_max_rope_depth = 45 } |
enum | _Tag { _S_leaf, _S_concat, _S_substringfn, _S_function } |
Public Methods | |
_Rope_RopeRep (_Tag __t, int __d, bool __b, size_t __size, allocator_type __a) | |
void | _M_free_c_string () |
void | _M_free_tree () |
void | _M_unref_nonnil () |
void | _M_ref_nonnil () |
Public Attributes | |
_Tag | _M_tag:8 |
bool | _M_is_balanced:8 |
unsigned char | _M_depth |
__GC_CONST _CharT* | _M_c_string |
Static Public Methods | |
void | _S_free_string (__GC_CONST _CharT *, size_t __len, allocator_type __a) |
void | _S_unref (_Rope_RopeRep *__t) |
void | _S_ref (_Rope_RopeRep *__t) |
void | _S_free_if_unref (_Rope_RopeRep *__t) |
|
Reimplemented from std::_Rope_rep_base. Reimplemented in std::_Rope_RopeLeaf, std::_Rope_RopeConcatenation, std::_Rope_RopeFunction, and std::_Rope_RopeSubstring. Definition at line 454 of file stl_rope.h. |
|
Definition at line 441 of file stl_rope.h. |
|
Definition at line 442 of file stl_rope.h. |
|
Definition at line 455 of file stl_rope.h. |
|
Definition at line 286 of file ropeimpl.h. Referenced by std::_Rope_RopeConcatenation::~_Rope_RopeConcatenation(), std::_Rope_RopeFunction::~_Rope_RopeFunction(), and std::_Rope_RopeLeaf::~_Rope_RopeLeaf(). |
|
Referenced by _M_unref_nonnil(). |
|
Definition at line 483 of file stl_rope.h. |
|
Definition at line 479 of file stl_rope.h. |
|
Definition at line 497 of file stl_rope.h. |
|
|
|
Definition at line 493 of file stl_rope.h. |
|
Definition at line 487 of file stl_rope.h. |
|
Definition at line 446 of file stl_rope.h. |
|
Definition at line 445 of file stl_rope.h. |
|
Definition at line 444 of file stl_rope.h. |
|
Definition at line 443 of file stl_rope.h. |