rope< _CharT, _Alloc > Member List

This is the complete list of members for rope< _CharT, _Alloc >, including all inherited members.

_CharConsumer typedefrope< _CharT, _Alloc >
_Concat_fn typedefrope< _CharT, _Alloc > [protected]
_Concat_fnrope< _CharT, _Alloc > [protected]
_Cstrptr typedefrope< _CharT, _Alloc > [protected]
_IsBasicCharType typedefrope< _CharT, _Alloc > [protected]
_M_reset(_RopeRep *__r)rope< _CharT, _Alloc > [inline, protected]
_M_throw_out_of_range() constrope< _CharT, _Alloc > [protected]
_M_tree_ptrrope< _CharT, _Alloc >
_Rope_char_ptr_proxy< _CharT, _Alloc > classrope< _CharT, _Alloc > [friend]
_Rope_char_ref_proxy< _CharT, _Alloc > classrope< _CharT, _Alloc > [friend]
_Rope_const_iterator< _CharT, _Alloc > classrope< _CharT, _Alloc > [friend]
_Rope_iterator< _CharT, _Alloc > classrope< _CharT, _Alloc > [friend]
_Rope_iterator_base< _CharT, _Alloc > classrope< _CharT, _Alloc > [friend]
_Rope_RopeRep< _CharT, _Alloc >rope< _CharT, _Alloc > [friend]
_Rope_RopeSubstring< _CharT, _Alloc >rope< _CharT, _Alloc > [friend]
_RopeConcatenation typedefrope< _CharT, _Alloc >
_RopeFunction typedefrope< _CharT, _Alloc >
_RopeLeaf typedefrope< _CharT, _Alloc >
_RopeRep typedefrope< _CharT, _Alloc > [protected]
_RopeSubstring typedefrope< _CharT, _Alloc >
_S_add_leaf_to_forest(_RopeRep *__r, _RopeRep **__forest)rope< _CharT, _Alloc > [protected, static]
_S_add_to_forest(_RopeRep *__r, _RopeRep **__forest)rope< _CharT, _Alloc > [protected, static]
_S_balance(_RopeRep *__r)rope< _CharT, _Alloc > [protected, static]
_S_char_ptr_len(const _CharT *__s)rope< _CharT, _Alloc > [inline, static]
_S_compare(const _RopeRep *__x, const _RopeRep *__y)rope< _CharT, _Alloc > [protected, static]
_S_concat_and_set_balanced(_RopeRep *__left, _RopeRep *__right)rope< _CharT, _Alloc > [inline, protected, static]
_S_concat_char_iter(_RopeRep *__r, const _CharT *__iter, size_t __slen)rope< _CharT, _Alloc > [static]
_S_concat_rep(_RopeRep *__left, _RopeRep *__right)rope< _CharT, _Alloc > [static]
_S_copy_max enum valuerope< _CharT, _Alloc > [protected]
_S_destr_concat_char_iter(_RopeRep *__r, const _CharT *__iter, size_t __slen)rope< _CharT, _Alloc > [static]
_S_destr_leaf_concat_char_iter(_RopeLeaf *__r, const _CharT *__iter, size_t __slen)rope< _CharT, _Alloc > [protected, static]
_S_empty_c_strrope< _CharT, _Alloc > [protected, static]
_S_fetch(_RopeRep *__r, size_type __pos)rope< _CharT, _Alloc > [static]
_S_fetch_ptr(_RopeRep *__r, size_type __pos)rope< _CharT, _Alloc > [static]
_S_is_almost_balanced(_RopeRep *__r)rope< _CharT, _Alloc > [inline, protected, static]
_S_is_balanced(_RopeRep *__r)rope< _CharT, _Alloc > [inline, protected, static]
_S_is_roughly_balanced(_RopeRep *__r)rope< _CharT, _Alloc > [inline, protected, static]
_S_leaf_concat_char_iter(_RopeLeaf *__r, const _CharT *__iter, size_t __slen)rope< _CharT, _Alloc > [protected, static]
_S_min_lenrope< _CharT, _Alloc > [static]
_S_new_RopeConcatenation(_RopeRep *__left, _RopeRep *__right, allocator_type __a)rope< _CharT, _Alloc > [inline, protected, static]
_S_new_RopeFunction(char_producer< _CharT > *__f, size_t _p_size, bool __d, allocator_type __a)rope< _CharT, _Alloc > [inline, protected, static]
_S_new_RopeLeaf(_CharT *__s, size_t _p_size, allocator_type __a)rope< _CharT, _Alloc > [inline, protected, static]
_S_new_RopeSubstring(_Rope_RopeRep< _CharT, _Alloc > *__b, size_t __s, size_t __l, allocator_type __a)rope< _CharT, _Alloc > [inline, protected, static]
_S_ref(_RopeRep *__t)rope< _CharT, _Alloc > [inline, static]
_S_RopeLeaf_from_unowned_char_ptr(const _CharT *__s, size_t _p_size, allocator_type __a)rope< _CharT, _Alloc > [inline, protected, static]
_S_rounded_up_size(size_t __n)rope< _CharT, _Alloc > [inline, protected, static]
_S_substring(_RopeRep *__base, size_t __start, size_t __endp1)rope< _CharT, _Alloc > [static]
_S_tree_concat(_RopeRep *__left, _RopeRep *__right)rope< _CharT, _Alloc > [protected, static]
_S_unref(_RopeRep *__t)rope< _CharT, _Alloc > [inline, static]
_Self_destruct_ptr typedefrope< _CharT, _Alloc >
_STLP_DECLARE_RANDOM_ACCESS_REVERSE_ITERATORSrope< _CharT, _Alloc >
allocator_type typedefrope< _CharT, _Alloc >
append(const _CharT *__iter, size_t __n)rope< _CharT, _Alloc > [inline]
append(const _CharT *__c_string)rope< _CharT, _Alloc > [inline]
append(const _CharT *__s, const _CharT *__e)rope< _CharT, _Alloc > [inline]
append(const_iterator __s, const_iterator __e)rope< _CharT, _Alloc > [inline]
append(_CharT __c)rope< _CharT, _Alloc > [inline]
append()rope< _CharT, _Alloc > [inline]
append(const _Self &__y)rope< _CharT, _Alloc > [inline]
append(size_t __n, _CharT __c)rope< _CharT, _Alloc > [inline]
apply_to_pieces(size_t __begin, size_t __end, _CharConsumer &__c) const rope< _CharT, _Alloc > [inline]
at(size_type __pos) constrope< _CharT, _Alloc > [inline]
back() constrope< _CharT, _Alloc > [inline]
balance()rope< _CharT, _Alloc > [inline]
begin() constrope< _CharT, _Alloc > [inline]
begin()rope< _CharT, _Alloc > [inline]
c_str() constrope< _CharT, _Alloc >
clear()rope< _CharT, _Alloc > [inline]
compare(const _Self &__y) constrope< _CharT, _Alloc > [inline]
const_begin() constrope< _CharT, _Alloc > [inline]
const_end() constrope< _CharT, _Alloc > [inline]
const_iterator typedefrope< _CharT, _Alloc >
const_pointer typedefrope< _CharT, _Alloc >
const_rbegin() constrope< _CharT, _Alloc > [inline]
const_reference typedefrope< _CharT, _Alloc >
const_rend() constrope< _CharT, _Alloc > [inline]
copy(_CharT *__buffer) constrope< _CharT, _Alloc > [inline]
copy(size_type __pos, size_type __n, _CharT *__buffer) const rope< _CharT, _Alloc > [inline]
delete_c_str()rope< _CharT, _Alloc > [inline]
difference_type typedefrope< _CharT, _Alloc >
empty() constrope< _CharT, _Alloc > [inline]
end() constrope< _CharT, _Alloc > [inline]
end()rope< _CharT, _Alloc > [inline]
erase(size_t __p, size_t __n)rope< _CharT, _Alloc > [inline]
erase(size_t __p)rope< _CharT, _Alloc > [inline]
erase(const iterator &__p, const iterator &__q)rope< _CharT, _Alloc > [inline]
erase(const iterator &__p)rope< _CharT, _Alloc > [inline]
find(const _Self &__s, size_type __pos=0) constrope< _CharT, _Alloc > [inline]
find(_CharT __c, size_type __pos=0) constrope< _CharT, _Alloc >
find(const _CharT *__s, size_type __pos=0) const rope< _CharT, _Alloc > [inline]
front() constrope< _CharT, _Alloc > [inline]
get_allocator() constrope< _CharT, _Alloc > [inline]
insert(size_t __p, const _Self &__r)rope< _CharT, _Alloc > [inline]
insert(size_t __p, size_t __n, _CharT __c)rope< _CharT, _Alloc > [inline]
insert(size_t __p, const _CharT *__i, size_t __n)rope< _CharT, _Alloc > [inline]
insert(size_t __p, const _CharT *__c_string)rope< _CharT, _Alloc > [inline]
insert(size_t __p, _CharT __c)rope< _CharT, _Alloc > [inline]
insert(size_t __p)rope< _CharT, _Alloc > [inline]
insert(size_t __p, const _CharT *__i, const _CharT *__j)rope< _CharT, _Alloc > [inline]
insert(size_t __p, const const_iterator &__i, const const_iterator &__j)rope< _CharT, _Alloc > [inline]
insert(size_t __p, const iterator &__i, const iterator &__j)rope< _CharT, _Alloc > [inline]
insert(const iterator &__p, const _Self &__r)rope< _CharT, _Alloc > [inline]
insert(const iterator &__p, size_t __n, _CharT __c)rope< _CharT, _Alloc > [inline]
insert(const iterator &__p, _CharT __c)rope< _CharT, _Alloc > [inline]
insert(const iterator &__p)rope< _CharT, _Alloc > [inline]
insert(const iterator &__p, const _CharT *c_string)rope< _CharT, _Alloc > [inline]
insert(const iterator &__p, const _CharT *__i, size_t __n)rope< _CharT, _Alloc > [inline]
insert(const iterator &__p, const _CharT *__i, const _CharT *__j)rope< _CharT, _Alloc > [inline]
insert(const iterator &__p, const const_iterator &__i, const const_iterator &__j)rope< _CharT, _Alloc > [inline]
insert(const iterator &__p, const iterator &__i, const iterator &__j)rope< _CharT, _Alloc > [inline]
iterator typedefrope< _CharT, _Alloc >
length() constrope< _CharT, _Alloc > [inline]
max_size() constrope< _CharT, _Alloc > [inline]
mutable_begin()rope< _CharT, _Alloc > [inline]
mutable_end()rope< _CharT, _Alloc > [inline]
mutable_rbegin()rope< _CharT, _Alloc > [inline]
mutable_reference_at(size_type __pos)rope< _CharT, _Alloc > [inline]
mutable_rend()rope< _CharT, _Alloc > [inline]
operator=(const _Self &__x)rope< _CharT, _Alloc > [inline]
operator[](size_type __pos) constrope< _CharT, _Alloc > [inline]
pointer typedefrope< _CharT, _Alloc >
pop_back()rope< _CharT, _Alloc > [inline]
pop_front()rope< _CharT, _Alloc > [inline]
push_back(_CharT __x)rope< _CharT, _Alloc > [inline]
push_front(_CharT __x)rope< _CharT, _Alloc > [inline]
rbegin() constrope< _CharT, _Alloc > [inline]
rbegin()rope< _CharT, _Alloc > [inline]
reference typedefrope< _CharT, _Alloc >
rend() constrope< _CharT, _Alloc > [inline]
rend()rope< _CharT, _Alloc > [inline]
replace(_RopeRep *__old, size_t __pos1, size_t __pos2, _RopeRep *__r)rope< _CharT, _Alloc > [inline, protected, static]
replace(size_t __p, size_t __n, const _Self &__r)rope< _CharT, _Alloc > [inline]
replace(size_t __p, size_t __n, const _CharT *__i, size_t __i_len)rope< _CharT, _Alloc > [inline]
replace(size_t __p, size_t __n, _CharT __c)rope< _CharT, _Alloc > [inline]
replace(size_t __p, size_t __n, const _CharT *__c_string)rope< _CharT, _Alloc > [inline]
replace(size_t __p, size_t __n, const _CharT *__i, const _CharT *__j)rope< _CharT, _Alloc > [inline]
replace(size_t __p, size_t __n, const const_iterator &__i, const const_iterator &__j)rope< _CharT, _Alloc > [inline]
replace(size_t __p, size_t __n, const iterator &__i, const iterator &__j)rope< _CharT, _Alloc > [inline]
replace(size_t __p, _CharT __c)rope< _CharT, _Alloc > [inline]
replace(size_t __p, const _Self &__r)rope< _CharT, _Alloc > [inline]
replace(size_t __p, const _CharT *__i, size_t __i_len)rope< _CharT, _Alloc > [inline]
replace(size_t __p, const _CharT *__c_string)rope< _CharT, _Alloc > [inline]
replace(size_t __p, const _CharT *__i, const _CharT *__j)rope< _CharT, _Alloc > [inline]
replace(size_t __p, const const_iterator &__i, const const_iterator &__j)rope< _CharT, _Alloc > [inline]
replace(size_t __p, const iterator &__i, const iterator &__j)rope< _CharT, _Alloc > [inline]
replace(const iterator &__p, const iterator &__q, const _Self &__r)rope< _CharT, _Alloc > [inline]
replace(const iterator &__p, const iterator &__q, _CharT __c)rope< _CharT, _Alloc > [inline]
replace(const iterator &__p, const iterator &__q, const _CharT *__c_string)rope< _CharT, _Alloc > [inline]
replace(const iterator &__p, const iterator &__q, const _CharT *__i, size_t __n)rope< _CharT, _Alloc > [inline]
replace(const iterator &__p, const iterator &__q, const _CharT *__i, const _CharT *__j)rope< _CharT, _Alloc > [inline]
replace(const iterator &__p, const iterator &__q, const const_iterator &__i, const const_iterator &__j)rope< _CharT, _Alloc > [inline]
replace(const iterator &__p, const iterator &__q, const iterator &__i, const iterator &__j)rope< _CharT, _Alloc > [inline]
replace(const iterator &__p, const _Self &__r)rope< _CharT, _Alloc > [inline]
replace(const iterator &__p, _CharT __c)rope< _CharT, _Alloc > [inline]
replace(const iterator &__p, const _CharT *__c_string)rope< _CharT, _Alloc > [inline]
replace(const iterator &__p, const _CharT *__i, size_t __n)rope< _CharT, _Alloc > [inline]
replace(const iterator &__p, const _CharT *__i, const _CharT *__j)rope< _CharT, _Alloc > [inline]
replace(const iterator &__p, const_iterator __i, const_iterator __j)rope< _CharT, _Alloc > [inline]
replace(const iterator &__p, iterator __i, iterator __j)rope< _CharT, _Alloc > [inline]
replace_with_c_str()rope< _CharT, _Alloc >
rope(_RopeRep *__t, const allocator_type &__a=allocator_type())rope< _CharT, _Alloc > [inline]
rope(const _CharT *__s, const allocator_type &__a=allocator_type())rope< _CharT, _Alloc > [inline]
rope(const _CharT *__s, size_t __len, const allocator_type &__a=allocator_type())rope< _CharT, _Alloc > [inline]
rope(const _CharT *__s, const _CharT *__e, const allocator_type &__a=allocator_type())rope< _CharT, _Alloc > [inline]
rope(const const_iterator &__s, const const_iterator &__e, const allocator_type &__a=allocator_type())rope< _CharT, _Alloc > [inline]
rope(const iterator &__s, const iterator &__e, const allocator_type &__a=allocator_type())rope< _CharT, _Alloc > [inline]
rope(_CharT __c, const allocator_type &__a=allocator_type())rope< _CharT, _Alloc > [inline]
rope(size_t __n, _CharT __c, const allocator_type &__a=allocator_type())rope< _CharT, _Alloc > [inline]
rope(const allocator_type &__a=allocator_type())rope< _CharT, _Alloc > [inline]
rope(char_producer< _CharT > *__fn, size_t __len, bool __delete_fn, const allocator_type &__a=allocator_type())rope< _CharT, _Alloc > [inline]
rope(const _Self &__x)rope< _CharT, _Alloc > [inline]
rope(__move_source< _Self > __src)rope< _CharT, _Alloc > [inline]
size() constrope< _CharT, _Alloc > [inline]
size_type typedefrope< _CharT, _Alloc >
substr(size_t __start, size_t __len=1) constrope< _CharT, _Alloc > [inline]
substr(iterator __start, iterator __end) constrope< _CharT, _Alloc > [inline]
substr(iterator __start) constrope< _CharT, _Alloc > [inline]
substr(const_iterator __start, const_iterator __end) constrope< _CharT, _Alloc > [inline]
substr(const_iterator __start)rope< _CharT, _Alloc > [inline]
swap(_Self &__b)rope< _CharT, _Alloc > [inline]
value_type typedefrope< _CharT, _Alloc >
~rope()rope< _CharT, _Alloc > [inline]



Generated on Mon Mar 10 15:33:03 2008 by  doxygen 1.5.1