rope | See below. | |
rope substr(const_iterator f) const | rope | See below. |
rope substr(iterator f, iterator l) const | rope | See below. |
rope substr(const_iterator f, const_iterator l) const | rope | See below. |
rope substr(size_t i, size_t n = 1) const | rope | See below. |
void copy(charT* buf) const | rope | Copies a rope into an array of |
size_type copy(size_type pos, size_type n, charT* buf) | rope | Copies a rope into an array of |
const charT* c_str() const | rope | See below. |
void delete_c_str() | rope | See below. |
rope operator+(const rope& L, const rope&R) | rope | Concatenates |
rope& operator+=(rope& L, const rope& R) | rope | Appends |
rope operator+(const rope& L, const charT* s) | rope | Concatenates |
rope& operator+=(rope& L, const charT* s) | rope | Appends |
rope operator+(const rope& L, charT c) | rope | Concatenates |
rope& operator+=(rope& L, charT c) | rope | Appends |
bool operator<(const rope&, const rope&) | Forward Container | Lexicographical comparison. This is a global function, not a member function. |
bool operator==(const rope&, const rope*) | Forward Container | Tests two |
ostream& operator<<(ostream& os, rope x) | rope | Outputs |
Вы читаете Standard Template Library Programmer's Guide
