Go to the source code of this file.
Classes | |
| struct | _Rope_Concat_fn |
| class | MNRope |
Functions | |
| uchar_t | _S_eos (uchar_t *) |
| void | _S_cond_store_eos (uchar_t &__c) |
| MNRope | operator+ (const MNRope &__left, const MNRope &__right) |
| MNRope | operator+ (const MNRope &__left, const uchar_t *__right) |
| MNRope | operator+ (const MNRope &__left, uchar_t __right) |
| rope | identity_element (_Rope_Concat_fn) |
| MNRope & | operator+= (MNRope &__left, const MNRope &__right) |
| MNRope & | operator+= (MNRope &__left, const uchar_t *__right) |
| MNRope & | operator+= (MNRope &__left, uchar_t __right) |
| bool | operator< (const MNRope &__left, const MNRope &__right) |
| bool | operator== (const MNRope &__left, const MNRope &__right) |
| bool | operator!= (const MNRope &__x, const MNRope &__y) |
| bool | operator> (const MNRope &__x, const MNRope &__y) |
| bool | operator<= (const MNRope &__x, const MNRope &__y) |
| bool | operator>= (const MNRope &__x, const MNRope &__y) |
| ostream & | operator<< (ostream &__o, const MNRope &__r) |
| void | swap (MNRope &__x, MNRope &__y) |
1.3.8