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