rope< _CharT, _Alloc > | __identity_element | ( | _Rope_Concat_fn< _CharT, _Alloc > | ) | [inline] |
_STLP_MOVE_TO_STD_NAMESPACE void | _S_construct_null_aux | ( | _CharT * | __p, |
const __true_type & | ||||
) | [inline] |
void | _S_construct_null_aux | ( | _CharT * | __p, |
const __false_type & | ||||
) | [inline] |
void | _S_construct_null | ( | _CharT * | __p | ) | [inline] |
void | swap | ( | _Rope_char_ref_proxy< char, _STLP_DEFAULT_ALLOCATOR(char) > | __a, |
_Rope_char_ref_proxy< char, _STLP_DEFAULT_ALLOCATOR(char) > | __b | |||
) | [inline] |
void | swap | ( | _Rope_char_ref_proxy< wchar_t, _STLP_DEFAULT_ALLOCATOR(wchar_t) > | __a, |
_Rope_char_ref_proxy< wchar_t, _STLP_DEFAULT_ALLOCATOR(wchar_t) > | __b | |||
) | [inline] |
bool | _S_apply_to_pieces | ( | _CharConsumer & | __c, |
_Rope_RopeRep< _CharT, _Alloc > * | __r, | |||
size_t | __begin, | |||
size_t | __end | |||
) |
bool | operator== | ( | const _Rope_const_iterator< _CharT, _Alloc > & | __x, |
const _Rope_const_iterator< _CharT, _Alloc > & | __y | |||
) | [inline] |
bool | operator< | ( | const _Rope_const_iterator< _CharT, _Alloc > & | __x, |
const _Rope_const_iterator< _CharT, _Alloc > & | __y | |||
) | [inline] |
ptrdiff_t | operator- | ( | const _Rope_const_iterator< _CharT, _Alloc > & | __x, |
const _Rope_const_iterator< _CharT, _Alloc > & | __y | |||
) | [inline] |
_Rope_const_iterator< _CharT, _Alloc > | operator- | ( | const _Rope_const_iterator< _CharT, _Alloc > & | __x, |
ptrdiff_t | __n | |||
) | [inline] |
_Rope_const_iterator< _CharT, _Alloc > | operator+ | ( | const _Rope_const_iterator< _CharT, _Alloc > & | __x, |
ptrdiff_t | __n | |||
) | [inline] |
_Rope_const_iterator< _CharT, _Alloc > | operator+ | ( | ptrdiff_t | __n, |
const _Rope_const_iterator< _CharT, _Alloc > & | __x | |||
) | [inline] |
bool | operator== | ( | const _Rope_iterator< _CharT, _Alloc > & | __x, |
const _Rope_iterator< _CharT, _Alloc > & | __y | |||
) | [inline] |
bool | operator< | ( | const _Rope_iterator< _CharT, _Alloc > & | __x, |
const _Rope_iterator< _CharT, _Alloc > & | __y | |||
) | [inline] |
ptrdiff_t | operator- | ( | const _Rope_iterator< _CharT, _Alloc > & | __x, |
const _Rope_iterator< _CharT, _Alloc > & | __y | |||
) | [inline] |
_Rope_iterator< _CharT, _Alloc > | operator- | ( | const _Rope_iterator< _CharT, _Alloc > & | __x, |
ptrdiff_t | __n | |||
) | [inline] |
_Rope_iterator< _CharT, _Alloc > | operator+ | ( | const _Rope_iterator< _CharT, _Alloc > & | __x, |
ptrdiff_t | __n | |||
) | [inline] |
_Rope_iterator< _CharT, _Alloc > | operator+ | ( | ptrdiff_t | __n, |
const _Rope_iterator< _CharT, _Alloc > & | __x | |||
) | [inline] |
rope< _CharT, _Alloc > | operator+ | ( | const rope< _CharT, _Alloc > & | __left, |
const rope< _CharT, _Alloc > & | __right | |||
) | [inline] |
rope< _CharT, _Alloc > & | operator+= | ( | rope< _CharT, _Alloc > & | __left, |
const rope< _CharT, _Alloc > & | __right | |||
) | [inline] |
rope< _CharT, _Alloc > | operator+ | ( | const rope< _CharT, _Alloc > & | __left, |
const _CharT * | __right | |||
) | [inline] |
bool | operator== | ( | const rope< _CharT, _Alloc > & | __left, |
const rope< _CharT, _Alloc > & | __right | |||
) | [inline] |
bool | operator== | ( | const _Rope_char_ptr_proxy< _CharT, _Alloc > & | __x, |
const _Rope_char_ptr_proxy< _CharT, _Alloc > & | __y | |||
) | [inline] |
basic_ostream< _CharT, _Traits > & | operator<< | ( | basic_ostream< _CharT, _Traits > & | __o, |
const rope< _CharT, _Alloc > & | __r | |||
) |
typedef rope< char, _STLP_DEFAULT_ALLOCATOR(char) > | crope |
crope::reference | __mutable_reference_at | ( | crope & | __c, |
size_t | __i | |||
) | [inline] |
void | _Rope_rotate | ( | _Rope_iterator< _CharT, _Alloc > | __first, |
_Rope_iterator< _CharT, _Alloc > | __middle, | |||
_Rope_iterator< _CharT, _Alloc > | __last | |||
) |
void | rotate | ( | _Rope_iterator< char, _STLP_DEFAULT_ALLOCATOR(char) > | __first, |
_Rope_iterator< char, _STLP_DEFAULT_ALLOCATOR(char) > | __middle, | |||
_Rope_iterator< char, _STLP_DEFAULT_ALLOCATOR(char) > | __last | |||
) | [inline] |