, including all inherited members.
_Base typedef (defined in rope) | rope | [protected] |
_Cstrptr typedef (defined in rope) | rope | [protected] |
_M_tree_ptr (defined in _Rope_base) | _Rope_base | |
_Rope_base(_RopeRep *__t, const allocator_type &) (defined in _Rope_base) | _Rope_base | [inline] |
_Rope_base(const allocator_type &) (defined in _Rope_base) | _Rope_base | [inline] |
_Rope_base(const _Rope_base &) (defined in _Rope_base) | _Rope_base | [protected] |
_Rope_char_ptr_proxy< _CharT, _Alloc > (defined in rope) | rope | [friend] |
_Rope_char_ref_proxy< _CharT, _Alloc > (defined in rope) | rope | [friend] |
_Rope_const_iterator< _CharT, _Alloc > (defined in rope) | rope | [friend] |
_Rope_iterator< _CharT, _Alloc > (defined in rope) | rope | [friend] |
_Rope_iterator_base< _CharT, _Alloc > (defined in rope) | rope | [friend] |
_Rope_RopeRep< _CharT, _Alloc > (defined in rope) | rope | [friend] |
_Rope_RopeSubstring< _CharT, _Alloc > (defined in rope) | rope | [friend] |
_RopeConcatenation typedef (defined in rope) | rope | [protected] |
_RopeFunction typedef (defined in rope) | rope | [protected] |
_RopeLeaf typedef (defined in rope) | rope | [protected] |
_RopeRep typedef (defined in rope) | rope | [protected] |
_RopeSubstring typedef (defined in rope) | rope | [protected] |
_S_allocated_capacity(size_t __n) (defined in rope) | rope | [inline, protected, static] |
_S_apply_to_pieces(_Rope_char_consumer< _CharT > &__c, const _RopeRep *__r, size_t __begin, size_t __end) (defined in rope) | rope | [inline, protected, static] |
_S_concat(_RopeRep *__left, _RopeRep *__right) (defined in rope) | rope | [inline, protected, static] |
_S_concat_char_iter(_RopeRep *__r, const _CharT *__iter, size_t __slen) (defined in rope) | rope | [inline, protected, static] |
_S_copy_max enum value (defined in rope) | rope | [protected] |
_S_destr_concat_char_iter(_RopeRep *__r, const _CharT *__iter, size_t __slen) (defined in rope) | rope | [inline, protected, static] |
_S_destr_leaf_concat_char_iter(_RopeLeaf *__r, const _CharT *__iter, size_t __slen) (defined in rope) | rope | [inline, protected, static] |
_S_empty_c_str (defined in rope) | rope | [inline, protected, static] |
_S_fetch(_RopeRep *__r, size_type __pos) (defined in rope) | rope | [inline, protected, static] |
_S_fetch_ptr(_RopeRep *__r, size_type __pos) (defined in rope) | rope | [inline, protected, static] |
_S_is0(_CharT __c) (defined in rope) | rope | [inline, protected, static] |
_S_leaf_concat_char_iter(_RopeLeaf *__r, const _CharT *__iter, size_t __slen) (defined in rope) | rope | [inline, protected, static] |
_S_new_RopeConcatenation(_RopeRep *__left, _RopeRep *__right, allocator_type __a) (defined in rope) | rope | [inline, protected, static] |
_S_new_RopeFunction(char_producer< _CharT > *__f, size_t __size, bool __d, allocator_type __a) (defined in rope) | rope | [inline, protected, static] |
_S_new_RopeLeaf(__GC_CONST _CharT *__s, size_t __size, allocator_type __a) (defined in rope) | rope | [inline, protected, static] |
_S_new_RopeSubstring(_Rope_RopeRep< _CharT, _Alloc > *__b, size_t __s, size_t __l, allocator_type __a) (defined in rope) | rope | [inline, protected, static] |
_S_ref(_RopeRep *__t) (defined in rope) | rope | [inline, protected, static] |
_S_RopeLeaf_from_unowned_char_ptr(const _CharT *__s, size_t __size, allocator_type __a) (defined in rope) | rope | [inline, protected, static] |
_S_rounded_up_size(size_t __n) (defined in rope) | rope | [inline, protected, static] |
_S_substring(_RopeRep *__base, size_t __start, size_t __endp1) (defined in rope) | rope | [inline, protected, static] |
_S_tree_concat(_RopeRep *__left, _RopeRep *__right) (defined in rope) | rope | [inline, protected, static] |
_S_unref(_RopeRep *__t) (defined in rope) | rope | [inline, protected, static] |
_Self_destruct_ptr typedef (defined in rope) | rope | [protected] |
allocator_type typedef (defined in rope) | rope | [protected] |
append(const _CharT *__iter, size_t __n) (defined in rope) | rope | [inline] |
append(const _CharT *__c_string) (defined in rope) | rope | [inline] |
append(const _CharT *__s, const _CharT *__e) (defined in rope) | rope | [inline] |
append(const_iterator __s, const_iterator __e) (defined in rope) | rope | [inline] |
append(_CharT __c) (defined in rope) | rope | [inline] |
append() (defined in rope) | rope | [inline] |
append(const rope &__y) (defined in rope) | rope | [inline] |
append(size_t __n, _CharT __c) (defined in rope) | rope | [inline] |
apply_to_pieces(size_t __begin, size_t __end, _Rope_char_consumer< _CharT > &__c) const (defined in rope) | rope | [inline] |
at(size_type __pos) const (defined in rope) | rope | [inline] |
back() const (defined in rope) | rope | [inline] |
balance() (defined in rope) | rope | [inline] |
begin() const (defined in rope) | rope | [inline] |
begin() (defined in rope) | rope | [inline] |
c_str() const (defined in rope) | rope | [inline] |
clear() (defined in rope) | rope | [inline] |
compare(const rope &__y) const (defined in rope) | rope | [inline] |
const_begin() const (defined in rope) | rope | [inline] |
const_end() const (defined in rope) | rope | [inline] |
const_iterator typedef (defined in rope) | rope | |
const_pointer typedef (defined in rope) | rope | |
const_rbegin() const (defined in rope) | rope | [inline] |
const_reference typedef (defined in rope) | rope | |
const_rend() const (defined in rope) | rope | [inline] |
const_reverse_iterator typedef (defined in rope) | rope | |
copy(_CharT *__buffer) const (defined in rope) | rope | [inline] |
copy(size_type __pos, size_type __n, _CharT *__buffer) const (defined in rope) | rope | [inline] |
delete_c_str() (defined in rope) | rope | [inline] |
difference_type typedef (defined in rope) | rope | |
dump() (defined in rope) | rope | [inline] |
empty() const (defined in rope) | rope | [inline] |
end() const (defined in rope) | rope | [inline] |
end() (defined in rope) | rope | [inline] |
erase(size_t __p, size_t __n) (defined in rope) | rope | [inline] |
erase(size_t __p) (defined in rope) | rope | [inline] |
erase(const iterator &__p, const iterator &__q) (defined in rope) | rope | [inline] |
erase(const iterator &__p) (defined in rope) | rope | [inline] |
find(_CharT __c, size_type __pos=0) const (defined in rope) | rope | [inline] |
find(const _CharT *__s, size_type __pos=0) const (defined in rope) | rope | [inline] |
front() const (defined in rope) | rope | [inline] |
get_allocator() const (defined in _Rope_base) | _Rope_base | [inline] |
insert(size_t __p, const rope &__r) (defined in rope) | rope | [inline] |
insert(size_t __p, size_t __n, _CharT __c) (defined in rope) | rope | [inline] |
insert(size_t __p, const _CharT *__i, size_t __n) (defined in rope) | rope | [inline] |
insert(size_t __p, const _CharT *__c_string) (defined in rope) | rope | [inline] |
insert(size_t __p, _CharT __c) (defined in rope) | rope | [inline] |
insert(size_t __p) (defined in rope) | rope | [inline] |
insert(size_t __p, const _CharT *__i, const _CharT *__j) (defined in rope) | rope | [inline] |
insert(size_t __p, const const_iterator &__i, const const_iterator &__j) (defined in rope) | rope | [inline] |
insert(size_t __p, const iterator &__i, const iterator &__j) (defined in rope) | rope | [inline] |
insert(const iterator &__p, const rope &__r) (defined in rope) | rope | [inline] |
insert(const iterator &__p, size_t __n, _CharT __c) (defined in rope) | rope | [inline] |
insert(const iterator &__p, _CharT __c) (defined in rope) | rope | [inline] |
insert(const iterator &__p) (defined in rope) | rope | [inline] |
insert(const iterator &__p, const _CharT *c_string) (defined in rope) | rope | [inline] |
insert(const iterator &__p, const _CharT *__i, size_t __n) (defined in rope) | rope | [inline] |
insert(const iterator &__p, const _CharT *__i, const _CharT *__j) (defined in rope) | rope | [inline] |
insert(const iterator &__p, const const_iterator &__i, const const_iterator &__j) (defined in rope) | rope | [inline] |
insert(const iterator &__p, const iterator &__i, const iterator &__j) (defined in rope) | rope | [inline] |
iterator typedef (defined in rope) | rope | |
length() const (defined in rope) | rope | [inline] |
max_size() const (defined in rope) | rope | [inline] |
mutable_begin() (defined in rope) | rope | [inline] |
mutable_end() (defined in rope) | rope | [inline] |
mutable_rbegin() (defined in rope) | rope | [inline] |
mutable_reference_at(size_type __pos) (defined in rope) | rope | [inline] |
mutable_rend() (defined in rope) | rope | [inline] |
npos (defined in rope) | rope | [inline, static] |
operator+ (defined in rope) | rope | [friend] |
operator+ (defined in rope) | rope | [friend] |
operator+ (defined in rope) | rope | [friend] |
operator=(const rope &__x) (defined in rope) | rope | [inline] |
operator=(const _Rope_base &) (defined in _Rope_base) | _Rope_base | [protected] |
operator[](size_type __pos) const (defined in rope) | rope | [inline] |
pointer typedef (defined in rope) | rope | |
pop_back() (defined in rope) | rope | [inline] |
pop_front() (defined in rope) | rope | [inline] |
push_back(_CharT __x) (defined in rope) | rope | [inline] |
push_front(_CharT __x) (defined in rope) | rope | [inline] |
rbegin() const (defined in rope) | rope | [inline] |
rbegin() (defined in rope) | rope | [inline] |
reference typedef (defined in rope) | rope | |
rend() const (defined in rope) | rope | [inline] |
rend() (defined in rope) | rope | [inline] |
replace(_RopeRep *__old, size_t __pos1, size_t __pos2, _RopeRep *__r) (defined in rope) | rope | [inline, protected, static] |
replace(size_t __p, size_t __n, const rope &__r) (defined in rope) | rope | [inline] |
replace(size_t __p, size_t __n, const _CharT *__i, size_t __i_len) (defined in rope) | rope | [inline] |
replace(size_t __p, size_t __n, _CharT __c) (defined in rope) | rope | [inline] |
replace(size_t __p, size_t __n, const _CharT *__c_string) (defined in rope) | rope | [inline] |
replace(size_t __p, size_t __n, const _CharT *__i, const _CharT *__j) (defined in rope) | rope | [inline] |
replace(size_t __p, size_t __n, const const_iterator &__i, const const_iterator &__j) (defined in rope) | rope | [inline] |
replace(size_t __p, size_t __n, const iterator &__i, const iterator &__j) (defined in rope) | rope | [inline] |
replace(size_t __p, _CharT __c) (defined in rope) | rope | [inline] |
replace(size_t __p, const rope &__r) (defined in rope) | rope | [inline] |
replace(size_t __p, const _CharT *__i, size_t __i_len) (defined in rope) | rope | [inline] |
replace(size_t __p, const _CharT *__c_string) (defined in rope) | rope | [inline] |
replace(size_t __p, const _CharT *__i, const _CharT *__j) (defined in rope) | rope | [inline] |
replace(size_t __p, const const_iterator &__i, const const_iterator &__j) (defined in rope) | rope | [inline] |
replace(size_t __p, const iterator &__i, const iterator &__j) (defined in rope) | rope | [inline] |
replace(const iterator &__p, const iterator &__q, const rope &__r) (defined in rope) | rope | [inline] |
replace(const iterator &__p, const iterator &__q, _CharT __c) (defined in rope) | rope | [inline] |
replace(const iterator &__p, const iterator &__q, const _CharT *__c_string) (defined in rope) | rope | [inline] |
replace(const iterator &__p, const iterator &__q, const _CharT *__i, size_t __n) (defined in rope) | rope | [inline] |
replace(const iterator &__p, const iterator &__q, const _CharT *__i, const _CharT *__j) (defined in rope) | rope | [inline] |
replace(const iterator &__p, const iterator &__q, const const_iterator &__i, const const_iterator &__j) (defined in rope) | rope | [inline] |
replace(const iterator &__p, const iterator &__q, const iterator &__i, const iterator &__j) (defined in rope) | rope | [inline] |
replace(const iterator &__p, const rope &__r) (defined in rope) | rope | [inline] |
replace(const iterator &__p, _CharT __c) (defined in rope) | rope | [inline] |
replace(const iterator &__p, const _CharT *__c_string) (defined in rope) | rope | [inline] |
replace(const iterator &__p, const _CharT *__i, size_t __n) (defined in rope) | rope | [inline] |
replace(const iterator &__p, const _CharT *__i, const _CharT *__j) (defined in rope) | rope | [inline] |
replace(const iterator &__p, const_iterator __i, const_iterator __j) (defined in rope) | rope | [inline] |
replace(const iterator &__p, iterator __i, iterator __j) (defined in rope) | rope | [inline] |
replace_with_c_str() (defined in rope) | rope | [inline] |
reverse_iterator typedef (defined in rope) | rope | |
rope(const _CharT *__s, const allocator_type &__a=allocator_type()) (defined in rope) | rope | [inline] |
rope(const _CharT *__s, size_t __len, const allocator_type &__a=allocator_type()) (defined in rope) | rope | [inline] |
rope(const _CharT *__s, const _CharT *__e, const allocator_type &__a=allocator_type()) (defined in rope) | rope | [inline] |
rope(const const_iterator &__s, const const_iterator &__e, const allocator_type &__a=allocator_type()) (defined in rope) | rope | [inline] |
rope(const iterator &__s, const iterator &__e, const allocator_type &__a=allocator_type()) (defined in rope) | rope | [inline] |
rope(_CharT __c, const allocator_type &__a=allocator_type()) (defined in rope) | rope | [inline] |
rope(size_t __n, _CharT __c, const allocator_type &__a=allocator_type()) (defined in rope) | rope | [inline] |
rope(const allocator_type &__a=allocator_type()) (defined in rope) | rope | [inline] |
rope(char_producer< _CharT > *__fn, size_t __len, bool __delete_fn, const allocator_type &__a=allocator_type()) (defined in rope) | rope | [inline] |
rope(const rope &__x, const allocator_type &__a=allocator_type()) (defined in rope) | rope | [inline] |
size() const (defined in rope) | rope | [inline] |
size_type typedef (defined in rope) | rope | |
substr(size_t __start, size_t __len=1) const (defined in rope) | rope | [inline] |
substr(iterator __start, iterator __end) const (defined in rope) | rope | [inline] |
substr(iterator __start) const (defined in rope) | rope | [inline] |
substr(const_iterator __start, const_iterator __end) const (defined in rope) | rope | [inline] |
substr(const_iterator __start) (defined in rope) | rope | [inline] |
swap(rope &__b) (defined in rope) | rope | [inline] |
value_type typedef (defined in rope) | rope | |
~rope() (defined in rope) | rope | [inline] |