Whole document tree
    

Whole document tree

Member List
Main Page   Namespace List   Class Hierarchy   Alphabetical List   Compound List   File List   Namespace Members   Compound Members   File Members  

std::rope< _CharT, _Alloc > Member List

This is the complete list of members for std::rope< _CharT, _Alloc >, including all inherited members.
__sizestd::rope< _CharT, _Alloc > [protected]
_Base typedefstd::rope< _CharT, _Alloc > [protected]
_Cstrptr typedefstd::rope< _CharT, _Alloc > [protected]
_M_data_allocatorstd::_Rope_alloc_base< _CharT, _Alloc, _Alloc_traits< _CharT, _Alloc >::_S_instanceless > [protected]
_M_tree_ptrstd::_Rope_alloc_base< _CharT, _Alloc, _Alloc_traits< _CharT, _Alloc >::_S_instanceless > [protected]
_Rope_alloc_base(_RopeRep *__t, const allocator_type &__a)std::_Rope_alloc_base< _CharT, _Alloc, _Alloc_traits< _CharT, _Alloc >::_S_instanceless > [inline]
_Rope_alloc_base(const allocator_type &__a)std::_Rope_alloc_base< _CharT, _Alloc, _Alloc_traits< _CharT, _Alloc >::_S_instanceless > [inline]
_Rope_base(_RopeRep *__t, const allocator_type &__a)std::_Rope_base< _CharT, _Alloc > [inline]
_Rope_base(const allocator_type &__a)std::_Rope_base< _CharT, _Alloc > [inline]
_Rope_char_ptr_proxy< _CharT, _Alloc > classstd::rope< _CharT, _Alloc > [friend]
_Rope_char_ref_proxy< _CharT, _Alloc > classstd::rope< _CharT, _Alloc > [friend]
_Rope_const_iterator< _CharT, _Alloc > classstd::rope< _CharT, _Alloc > [friend]
_Rope_iterator< _CharT, _Alloc > classstd::rope< _CharT, _Alloc > [friend]
_Rope_iterator_base< _CharT, _Alloc > classstd::rope< _CharT, _Alloc > [friend]
_Rope_RopeRep< _CharT, _Alloc >std::rope< _CharT, _Alloc > [friend]
_Rope_RopeSubstring< _CharT, _Alloc >std::rope< _CharT, _Alloc > [friend]
_RopeConcatenation typedefstd::rope< _CharT, _Alloc > [protected]
_RopeFunction typedefstd::rope< _CharT, _Alloc > [protected]
_RopeLeaf typedefstd::rope< _CharT, _Alloc > [protected]
_RopeRep typedefstd::rope< _CharT, _Alloc > [protected]
_RopeSubstring typedefstd::rope< _CharT, _Alloc > [protected]
_S_add_leaf_to_forest(_RopeRep *__r, _RopeRep **__forest)std::rope< _CharT, _Alloc > [private, static]
_S_add_to_forest(_RopeRep *__r, _RopeRep **__forest)std::rope< _CharT, _Alloc > [private, static]
_S_allocated_capacity(size_t __n)std::rope< _CharT, _Alloc > [inline, protected, static]
_S_apply_to_pieces(_Rope_char_consumer< _CharT > &__c, const _RopeRep *__r, size_t __begin, size_t __end)std::rope< _CharT, _Alloc > [protected, static]
_S_balance(_RopeRep *__r)std::rope< _CharT, _Alloc > [private, static]
_S_char_ptr_len(const _CharT *__s)std::rope< _CharT, _Alloc > [inline, private, static]
_S_compare(const _RopeRep *__x, const _RopeRep *__y)std::rope< _CharT, _Alloc > [private, static]
_S_concat(_RopeRep *__left, _RopeRep *__right)std::rope< _CharT, _Alloc > [protected, static]
_S_concat_and_set_balanced(_RopeRep *__left, _RopeRep *__right)std::rope< _CharT, _Alloc > [inline, private, static]
_S_concat_char_iter(_RopeRep *__r, const _CharT *__iter, size_t __slen)std::rope< _CharT, _Alloc > [protected, static]
_S_copy_max enum valuestd::rope< _CharT, _Alloc > [protected]
_S_destr_concat_char_iter(_RopeRep *__r, const _CharT *__iter, size_t __slen)std::rope< _CharT, _Alloc > [protected, static]
_S_destr_leaf_concat_char_iter(_RopeLeaf *__r, const _CharT *__iter, size_t __slen)std::rope< _CharT, _Alloc > [protected, static]
_S_dump(_RopeRep *__r, int __indent=0)std::rope< _CharT, _Alloc > [private, static]
_S_empty_c_strstd::rope< _CharT, _Alloc > [protected, static]
_S_fetch(_RopeRep *__r, size_type __pos)std::rope< _CharT, _Alloc > [protected, static]
_S_fetch_ptr(_RopeRep *__r, size_type __pos)std::rope< _CharT, _Alloc > [protected, static]
_S_flatten(_RopeRep *__r, _CharT *__buffer)std::rope< _CharT, _Alloc > [private, static]
_S_flatten(_RopeRep *__r, size_t __start, size_t __len, _CharT *__buffer)std::rope< _CharT, _Alloc > [private, static]
_S_is0(_CharT __c)std::rope< _CharT, _Alloc > [inline, protected, static]
_S_is_almost_balanced(_RopeRep *__r)std::rope< _CharT, _Alloc > [inline, private, static]
_S_is_balanced(_RopeRep *__r)std::rope< _CharT, _Alloc > [inline, private, static]
_S_is_roughly_balanced(_RopeRep *__r)std::rope< _CharT, _Alloc > [inline, private, static]
_S_leaf_concat_char_iter(_RopeLeaf *__r, const _CharT *__iter, size_t __slen)std::rope< _CharT, _Alloc > [protected, static]
_S_min_lenstd::rope< _CharT, _Alloc > [private, static]
_S_new_RopeConcatenation(_RopeRep *__left, _RopeRep *__right, allocator_type __a)std::rope< _CharT, _Alloc > [inline, protected, static]
_S_new_RopeFunction(char_producer< _CharT > *__f, size_t __size, bool __d, allocator_type __a)std::rope< _CharT, _Alloc > [inline, protected, static]
_S_new_RopeLeaf(__GC_CONST _CharT *__s, size_t __size, allocator_type __a)std::rope< _CharT, _Alloc > [inline, protected, static]
_S_new_RopeSubstring(_Rope_RopeRep< _CharT, _Alloc > *__b, size_t __s, size_t __l, allocator_type __a)std::rope< _CharT, _Alloc > [inline, protected, static]
_S_ref(_RopeRep *__t)std::rope< _CharT, _Alloc > [inline, protected, static]
_S_RopeLeaf_from_unowned_char_ptr(const _CharT *__s, size_t __size, allocator_type __a)#define __STL_ROPE_FROM_UNOWNED_CHAR_PTR(__sstd::rope< _CharT, _Alloc > [protected, static]
_S_rounded_up_size(size_t __n)std::rope< _CharT, _Alloc > [inline, protected, static]
_S_substring(_RopeRep *__base, size_t __start, size_t __endp1)std::rope< _CharT, _Alloc > [protected, static]
_S_unref(_RopeRep *__t)std::rope< _CharT, _Alloc > [inline, protected, static]
_Self_destruct_ptr typedefstd::rope< _CharT, _Alloc > [protected]
allocator_type typedefstd::rope< _CharT, _Alloc > [protected]
append(const _CharT *__iter, size_t __n)std::rope< _CharT, _Alloc > [inline]
append(const _CharT *__c_string)std::rope< _CharT, _Alloc > [inline]
append(const _CharT *__s, const _CharT *__e)std::rope< _CharT, _Alloc > [inline]
append(const_iterator __s, const_iterator __e)std::rope< _CharT, _Alloc > [inline]
append(_CharT __c)std::rope< _CharT, _Alloc > [inline]
append()std::rope< _CharT, _Alloc > [inline]
append(const rope &__y)std::rope< _CharT, _Alloc > [inline]
append(size_t __n, _CharT __c)std::rope< _CharT, _Alloc > [inline]
apply_to_pieces(size_t __begin, size_t __end, _Rope_char_consumer< _CharT > &__c) conststd::rope< _CharT, _Alloc > [inline]
at(size_type __pos) conststd::rope< _CharT, _Alloc > [inline]
back() conststd::rope< _CharT, _Alloc > [inline]
balance()std::rope< _CharT, _Alloc > [inline]
begin() conststd::rope< _CharT, _Alloc > [inline]
begin()std::rope< _CharT, _Alloc > [inline]
c_str() conststd::rope< _CharT, _Alloc >
clear()std::rope< _CharT, _Alloc > [inline]
compare(const rope &__y) conststd::rope< _CharT, _Alloc > [inline]
const_begin() conststd::rope< _CharT, _Alloc > [inline]
const_end() conststd::rope< _CharT, _Alloc > [inline]
const_iterator typedefstd::rope< _CharT, _Alloc >
const_pointer typedefstd::rope< _CharT, _Alloc >
const_rbegin() conststd::rope< _CharT, _Alloc > [inline]
const_reference typedefstd::rope< _CharT, _Alloc >
const_rend() conststd::rope< _CharT, _Alloc > [inline]
const_reverse_iterator typedefstd::rope< _CharT, _Alloc >
copy(_CharT *__buffer) conststd::rope< _CharT, _Alloc > [inline]
copy(size_type __pos, size_type __n, _CharT *__buffer) conststd::rope< _CharT, _Alloc > [inline]
delete_c_str()std::rope< _CharT, _Alloc > [inline]
difference_type typedefstd::rope< _CharT, _Alloc >
dump()std::rope< _CharT, _Alloc > [inline]
empty() conststd::rope< _CharT, _Alloc > [inline]
end() conststd::rope< _CharT, _Alloc > [inline]
end()std::rope< _CharT, _Alloc > [inline]
erase(size_t __p, size_t __n)std::rope< _CharT, _Alloc > [inline]
erase(size_t __p)std::rope< _CharT, _Alloc > [inline]
erase(const iterator &__p, const iterator &__q)std::rope< _CharT, _Alloc > [inline]
erase(const iterator &__p)std::rope< _CharT, _Alloc > [inline]
find(_CharT __c, size_type __pos=0) conststd::rope< _CharT, _Alloc >
find(const _CharT *__s, size_type __pos=0) conststd::rope< _CharT, _Alloc > [inline]
front() conststd::rope< _CharT, _Alloc > [inline]
get_allocator() conststd::_Rope_alloc_base< _CharT, _Alloc, _Alloc_traits< _CharT, _Alloc >::_S_instanceless > [inline]
insert(size_t __p, const rope &__r)std::rope< _CharT, _Alloc > [inline]
insert(size_t __p, size_t __n, _CharT __c)std::rope< _CharT, _Alloc > [inline]
insert(size_t __p, const _CharT *__i, size_t __n)std::rope< _CharT, _Alloc > [inline]
insert(size_t __p, const _CharT *__c_string)std::rope< _CharT, _Alloc > [inline]
insert(size_t __p, _CharT __c)std::rope< _CharT, _Alloc > [inline]
insert(size_t __p)std::rope< _CharT, _Alloc > [inline]
insert(size_t __p, const _CharT *__i, const _CharT *__j)std::rope< _CharT, _Alloc > [inline]
insert(size_t __p, const const_iterator &__i, const const_iterator &__j)std::rope< _CharT, _Alloc > [inline]
insert(size_t __p, const iterator &__i, const iterator &__j)std::rope< _CharT, _Alloc > [inline]
insert(const iterator &__p, const rope &__r)std::rope< _CharT, _Alloc > [inline]
insert(const iterator &__p, size_t __n, _CharT __c)std::rope< _CharT, _Alloc > [inline]
insert(const iterator &__p, _CharT __c)std::rope< _CharT, _Alloc > [inline]
insert(const iterator &__p)std::rope< _CharT, _Alloc > [inline]
insert(const iterator &__p, const _CharT *c_string)std::rope< _CharT, _Alloc > [inline]
insert(const iterator &__p, const _CharT *__i, size_t __n)std::rope< _CharT, _Alloc > [inline]
insert(const iterator &__p, const _CharT *__i, const _CharT *__j)std::rope< _CharT, _Alloc > [inline]
insert(const iterator &__p, const const_iterator &__i, const const_iterator &__j)std::rope< _CharT, _Alloc > [inline]
insert(const iterator &__p, const iterator &__i, const iterator &__j)std::rope< _CharT, _Alloc > [inline]
iterator typedefstd::rope< _CharT, _Alloc >
length() conststd::rope< _CharT, _Alloc > [inline]
max_size() conststd::rope< _CharT, _Alloc > [inline]
mutable_begin()std::rope< _CharT, _Alloc > [inline]
mutable_end()std::rope< _CharT, _Alloc > [inline]
mutable_rbegin()std::rope< _CharT, _Alloc > [inline]
mutable_reference_at(size_type __pos)std::rope< _CharT, _Alloc > [inline]
mutable_rend()std::rope< _CharT, _Alloc > [inline]
nposstd::rope< _CharT, _Alloc > [static]
operator+(const rope< _CharT2, _Alloc2 > &__left, const rope< _CharT2, _Alloc2 > &__right)std::rope< _CharT, _Alloc > [friend]
operator+(const rope< _CharT2, _Alloc2 > &__left, const _CharT2 *__right)std::rope< _CharT, _Alloc > [friend]
operator+(const rope< _CharT2, _Alloc2 > &__left, _CharT2 __right)std::rope< _CharT, _Alloc > [friend]
operator=(const rope &__x)std::rope< _CharT, _Alloc > [inline]
operator[](size_type __pos) conststd::rope< _CharT, _Alloc > [inline]
pointer typedefstd::rope< _CharT, _Alloc >
pop_back()std::rope< _CharT, _Alloc > [inline]
pop_front()std::rope< _CharT, _Alloc > [inline]
push_back(_CharT __x)std::rope< _CharT, _Alloc > [inline]
push_front(_CharT __x)std::rope< _CharT, _Alloc > [inline]
rbegin() conststd::rope< _CharT, _Alloc > [inline]
rbegin()std::rope< _CharT, _Alloc > [inline]
reference typedefstd::rope< _CharT, _Alloc >
rend() conststd::rope< _CharT, _Alloc > [inline]
rend()std::rope< _CharT, _Alloc > [inline]
replace(_RopeRep *__old, size_t __pos1, size_t __pos2, _RopeRep *__r)std::rope< _CharT, _Alloc > [inline, protected, static]
replace(size_t __p, size_t __n, const rope &__r)std::rope< _CharT, _Alloc > [inline]
replace(size_t __p, size_t __n, const _CharT *__i, size_t __i_len)std::rope< _CharT, _Alloc > [inline]
replace(size_t __p, size_t __n, _CharT __c)std::rope< _CharT, _Alloc > [inline]
replace(size_t __p, size_t __n, const _CharT *__c_string)std::rope< _CharT, _Alloc > [inline]
replace(size_t __p, size_t __n, const _CharT *__i, const _CharT *__j)std::rope< _CharT, _Alloc > [inline]
replace(size_t __p, size_t __n, const const_iterator &__i, const const_iterator &__j)std::rope< _CharT, _Alloc > [inline]
replace(size_t __p, size_t __n, const iterator &__i, const iterator &__j)std::rope< _CharT, _Alloc > [inline]
replace(size_t __p, _CharT __c)std::rope< _CharT, _Alloc > [inline]
replace(size_t __p, const rope &__r)std::rope< _CharT, _Alloc > [inline]
replace(size_t __p, const _CharT *__i, size_t __i_len)std::rope< _CharT, _Alloc > [inline]
replace(size_t __p, const _CharT *__c_string)std::rope< _CharT, _Alloc > [inline]
replace(size_t __p, const _CharT *__i, const _CharT *__j)std::rope< _CharT, _Alloc > [inline]
replace(size_t __p, const const_iterator &__i, const const_iterator &__j)std::rope< _CharT, _Alloc > [inline]
replace(size_t __p, const iterator &__i, const iterator &__j)std::rope< _CharT, _Alloc > [inline]
replace(const iterator &__p, const iterator &__q, const rope &__r)std::rope< _CharT, _Alloc > [inline]
replace(const iterator &__p, const iterator &__q, _CharT __c)std::rope< _CharT, _Alloc > [inline]
replace(const iterator &__p, const iterator &__q, const _CharT *__c_string)std::rope< _CharT, _Alloc > [inline]
replace(const iterator &__p, const iterator &__q, const _CharT *__i, size_t __n)std::rope< _CharT, _Alloc > [inline]
replace(const iterator &__p, const iterator &__q, const _CharT *__i, const _CharT *__j)std::rope< _CharT, _Alloc > [inline]
replace(const iterator &__p, const iterator &__q, const const_iterator &__i, const const_iterator &__j)std::rope< _CharT, _Alloc > [inline]
replace(const iterator &__p, const iterator &__q, const iterator &__i, const iterator &__j)std::rope< _CharT, _Alloc > [inline]
replace(const iterator &__p, const rope &__r)std::rope< _CharT, _Alloc > [inline]
replace(const iterator &__p, _CharT __c)std::rope< _CharT, _Alloc > [inline]
replace(const iterator &__p, const _CharT *__c_string)std::rope< _CharT, _Alloc > [inline]
replace(const iterator &__p, const _CharT *__i, size_t __n)std::rope< _CharT, _Alloc > [inline]
replace(const iterator &__p, const _CharT *__i, const _CharT *__j)std::rope< _CharT, _Alloc > [inline]
replace(const iterator &__p, const_iterator __i, const_iterator __j)std::rope< _CharT, _Alloc > [inline]
replace(const iterator &__p, iterator __i, iterator __j)std::rope< _CharT, _Alloc > [inline]
replace_with_c_str()std::rope< _CharT, _Alloc >
reverse_iterator typedefstd::rope< _CharT, _Alloc >
rope(_RopeRep *__t, const allocator_type &__a=allocator_type())std::rope< _CharT, _Alloc > [inline, private]
rope(const _CharT *__s, const allocator_type &__a=allocator_type())std::rope< _CharT, _Alloc > [inline]
rope(const _CharT *__s, size_t __len, const allocator_type &__a=allocator_type())std::rope< _CharT, _Alloc > [inline]
rope(const _CharT *__s, const _CharT *__e, const allocator_type &__a=allocator_type())std::rope< _CharT, _Alloc > [inline]
rope(const const_iterator &__s, const const_iterator &__e, const allocator_type &__a=allocator_type())std::rope< _CharT, _Alloc > [inline]
rope(const iterator &__s, const iterator &__e, const allocator_type &__a=allocator_type())std::rope< _CharT, _Alloc > [inline]
rope(_CharT __c, const allocator_type &__a=allocator_type())std::rope< _CharT, _Alloc > [inline]
rope(size_t __n, _CharT __c, const allocator_type &__a=allocator_type())std::rope< _CharT, _Alloc >
rope(const allocator_type &__a=allocator_type())std::rope< _CharT, _Alloc > [inline]
rope(char_producer< _CharT > *__fn, size_t __len, bool __delete_fn, const allocator_type &__a=allocator_type())std::rope< _CharT, _Alloc > [inline]
rope(const rope &__x, const allocator_type &__a=allocator_type())std::rope< _CharT, _Alloc > [inline]
size() conststd::rope< _CharT, _Alloc > [inline]
size_type typedefstd::rope< _CharT, _Alloc >
substr(size_t __start, size_t __len=1) conststd::rope< _CharT, _Alloc > [inline]
substr(iterator __start, iterator __end) conststd::rope< _CharT, _Alloc > [inline]
substr(iterator __start) conststd::rope< _CharT, _Alloc > [inline]
substr(const_iterator __start, const_iterator __end) conststd::rope< _CharT, _Alloc > [inline]
substr(const_iterator __start)std::rope< _CharT, _Alloc > [inline]
swap(rope &__b)std::rope< _CharT, _Alloc > [inline]
value_type typedefstd::rope< _CharT, _Alloc >
~rope()std::rope< _CharT, _Alloc > [inline]

Generated on Mon Apr 8 03:19:30 2002 for libstdc++-v3 Source by doxygen1.2.15