#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 () |
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) |
Public Attributes | |
_Tag | _M_tag:8 |
bool | _M_is_balanced:8 |
unsigned char | _M_depth |
__GC_CONST _CharT * | _M_c_string |
|
Reimplemented from std::_Rope_rep_base< _CharT, _Alloc >. Reimplemented in std::_Rope_RopeLeaf< _CharT, _Alloc >, std::_Rope_RopeConcatenation< _CharT, _Alloc >, std::_Rope_RopeFunction< _CharT, _Alloc >, and std::_Rope_RopeSubstring< _CharT, _Alloc >. Definition at line 483 of file stl_rope.h. |
|
Definition at line 470 of file stl_rope.h. |
|
Definition at line 471 of file stl_rope.h. Referenced by std::_Rope_RopeRep< _CharT, _Allocator >::_Rope_RopeRep(). |
|
Definition at line 484 of file stl_rope.h. |
|
|
|
Definition at line 512 of file stl_rope.h. Referenced by std::_Rope_RopeSubstring< _CharT, _Alloc >::_Rope_RopeSubstring(). |
|
Definition at line 508 of file stl_rope.h. Referenced by std::_Rope_RopeRep< _CharT, _Allocator >::_S_unref(), std::_Rope_RopeConcatenation< _CharT, _Alloc >::~_Rope_RopeConcatenation(), and std::_Rope_RopeSubstring< _CharT, _Alloc >::~_Rope_RopeSubstring(). |
|
Definition at line 526 of file stl_rope.h. |
|
|
|
Definition at line 522 of file stl_rope.h. |
|
Definition at line 516 of file stl_rope.h. |
|
Definition at line 475 of file stl_rope.h. Referenced by std::_Rope_RopeRep< _CharT, _Alloc >::_M_free_c_string(), std::_Rope_RopeLeaf< _CharT, _Alloc >::_Rope_RopeLeaf(), std::_Rope_RopeRep< _CharT, _Allocator >::_Rope_RopeRep(), and std::_Rope_RopeLeaf< _CharT, _Alloc >::~_Rope_RopeLeaf(). |
|
Definition at line 474 of file stl_rope.h. Referenced by std::_Rope_RopeConcatenation< _CharT, _Alloc >::_Rope_RopeConcatenation(), and std::_Rope_RopeRep< _CharT, _Allocator >::_Rope_RopeRep(). |
|
Definition at line 473 of file stl_rope.h. Referenced by std::_Rope_RopeRep< _CharT, _Allocator >::_Rope_RopeRep(). |
|
Definition at line 472 of file stl_rope.h. Referenced by std::_Rope_RopeRep< _CharT, _Allocator >::_Rope_RopeRep(), std::_Rope_RopeSubstring< _CharT, _Alloc >::_Rope_RopeSubstring(), and std::_Rope_RopeSubstring< _CharT, _Alloc >::operator()(). |