This is the complete list of members for String, including all inherited members.
| append(const Pt::Char *str) | String | |
| append(const Pt::Char *str, size_type n) | String | |
| append(size_type n, Pt::Char ch) | String | |
| append(const String &str) | String | |
| append(const String &str, size_type pos, size_type n) | String | |
| append(const Pt::Char *begin, const Pt::Char *end) | String | |
| assign(const String &str) | String | |
| assign(const String &str, size_type pos, size_type n) | String | |
| assign(const wchar_t *str) | String | |
| assign(const wchar_t *str, size_type n) | String | |
| assign(const Pt::Char *str) | String | |
| assign(const Pt::Char *str, size_type length) | String | |
| assign(const char *str) | String | |
| assign(const char *str, size_type length) | String | |
| assign(size_type n, Pt::Char c) | String | |
| at(size_type n) | String | |
| at(size_type n) const | String | |
| begin() | String | |
| begin() const | String | |
| c_str() const | String | |
| capacity() const | String | |
| clear() | String | |
| compare(const String &str) const | String | |
| compare(const Pt::Char *str) const | String | |
| compare(const Pt::Char *str, size_type n) const | String | |
| compare(const wchar_t *str) const | String | |
| compare(const wchar_t *str, size_type n) const | String | |
| compare(const char *str) const | String | |
| compare(const char *str, size_type n) const | String | |
| compare(size_type pos, size_type n, const String &str) const | String | |
| compare(size_type pos, size_type n, const String &str, size_type pos2, size_type n2) const | String | |
| compare(size_type pos, size_type n, const Pt::Char *str) const | String | |
| compare(size_type pos, size_type n, const Pt::Char *str, size_type n2) const | String | |
| copy(Pt::Char *a, size_type n, size_type pos=0) const | String | |
| data() const | String | |
| empty() const | String | |
| end() | String | |
| end() const | String | |
| erase(size_type pos=0, size_type n=npos) | String | |
| erase(iterator pos) | String | |
| erase(iterator first, iterator last) | String | |
| find(const String &str, size_type pos=0) const | String | |
| find(const Pt::Char *str, size_type pos, size_type n) const | String | |
| find(const Pt::Char *str, size_type pos=0) const | String | |
| find(Pt::Char ch, size_type pos=0) const | String | |
| find_first_not_of(const String &str, size_type pos=0) const | String | |
| find_first_not_of(const Pt::Char *s, size_type pos, size_type n) const | String | |
| find_first_not_of(const Pt::Char *str, size_type pos=0) const | String | |
| find_first_not_of(const Pt::Char ch, size_type pos=0) const | String | |
| find_first_of(const String &str, size_type pos=0) const | String | |
| find_first_of(const Pt::Char *s, size_type pos, size_type n) const | String | |
| find_first_of(const Pt::Char *str, size_type pos=0) const | String | |
| find_first_of(const Pt::Char ch, size_type pos=0) const | String | |
| find_last_not_of(const String &str, size_type pos=npos) const | String | |
| find_last_not_of(const Pt::Char *tok, size_type pos, size_type n) const | String | |
| find_last_not_of(const Pt::Char *str, size_type pos=npos) const | String | |
| find_last_not_of(Pt::Char ch, size_type pos=npos) const | String | |
| find_last_of(const String &str, size_type pos=npos) const | String | |
| find_last_of(const Pt::Char *s, size_type pos, size_type n) const | String | |
| find_last_of(const Pt::Char *str, size_type pos=npos) const | String | |
| find_last_of(const Pt::Char ch, size_type pos=npos) const | String | |
| fromUtf16(InIterT from, InIterT fromEnd) | String | static |
| get_allocator() const | String | |
| insert(size_type pos, const Pt::Char *str) | String | |
| insert(size_type pos, const Pt::Char *str, size_type n) | String | |
| insert(size_type pos, size_type n, Pt::Char ch) | String | |
| insert(size_type pos, const String &str) | String | |
| insert(size_type pos, const String &str, size_type pos2, size_type n) | String | |
| insert(iterator p, Pt::Char ch) | String | |
| insert(iterator p, size_type n, Pt::Char ch) | String | |
| length() const | String | |
| max_size() const | String | |
| narrow(char dfault='?') const | String | |
| operator!=(const String &a, const String &b) | String | related |
| operator!=(const Pt::Char *a, const String &b) | String | related |
| operator!=(const String &a, const Pt::Char *b) | String | related |
| operator!=(const String &a, const wchar_t *b) | String | related |
| operator!=(const wchar_t *b, const String &a) | String | related |
| operator!=(const String &a, const char *b) | String | related |
| operator!=(const char *b, const String &a) | String | related |
| operator+(const String &a, const String &b) | String | related |
| operator+(const String &a, const Pt::Char *b) | String | related |
| operator+(const Pt::Char *a, const String &b) | String | related |
| operator+(const String &a, Pt::Char b) | String | related |
| operator+(Pt::Char a, const String &b) | String | related |
| operator+=(const String &str) | String | |
| operator+=(const Pt::Char *str) | String | |
| operator+=(Pt::Char c) | String | |
| operator<(const String &a, const String &b) | String | related |
| operator<(const Pt::Char *a, const String &b) | String | related |
| operator<(const String &a, const Pt::Char *b) | String | related |
| operator<(const String &a, const wchar_t *b) | String | related |
| operator<(const wchar_t *b, const String &a) | String | related |
| operator<(const String &a, const char *b) | String | related |
| operator<(const char *b, const String &a) | String | related |
| operator<<(ostream &out, const String &str) | String | related |
| operator<=(const String &a, const String &b) | String | related |
| operator<=(const Pt::Char *a, const String &b) | String | related |
| operator<=(const String &a, const Pt::Char *b) | String | related |
| operator<=(const String &a, const wchar_t *b) | String | related |
| operator<=(const wchar_t *b, const String &a) | String | related |
| operator<=(const String &a, const char *b) | String | related |
| operator<=(const char *b, const String &a) | String | related |
| operator=(const String &str) | String | |
| operator=(const wchar_t *str) | String | |
| operator=(const char *str) | String | |
| operator=(const Pt::Char *str) | String | |
| operator=(Pt::Char ch) | String | |
| operator==(const String &a, const String &b) | String | related |
| operator==(const Pt::Char *a, const String &b) | String | related |
| operator==(const String &a, const Pt::Char *b) | String | related |
| operator==(const String &a, const wchar_t *b) | String | related |
| operator==(const wchar_t *b, const String &a) | String | related |
| operator==(const String &a, const char *b) | String | related |
| operator==(const char *b, const String &a) | String | related |
| operator>(const String &a, const String &b) | String | related |
| operator>(const Pt::Char *a, const String &b) | String | related |
| operator>(const String &a, const Pt::Char *b) | String | related |
| operator>(const String &a, const wchar_t *b) | String | related |
| operator>(const wchar_t *b, const String &a) | String | related |
| operator>(const String &a, const char *b) | String | related |
| operator>(const char *b, const String &a) | String | related |
| operator>=(const String &a, const String &b) | String | related |
| operator>=(const Pt::Char *a, const String &b) | String | related |
| operator>=(const String &a, const Pt::Char *b) | String | related |
| operator>=(const String &a, const wchar_t *b) | String | related |
| operator>=(const wchar_t *b, const String &a) | String | related |
| operator>=(const String &a, const char *b) | String | related |
| operator>=(const char *b, const String &a) | String | related |
| operator[](size_type n) | String | |
| operator[](size_type n) const | String | |
| push_back(Pt::Char ch) | String | |
| rbegin() | String | |
| rbegin() const | String | |
| rend() | String | |
| rend() const | String | |
| replace(size_type pos, size_type n, const Pt::Char *str) | String | |
| replace(size_type pos, size_type n, const Pt::Char *str, size_type n2) | String | |
| replace(size_type pos, size_type n, size_type n2, Pt::Char ch) | String | |
| replace(size_type pos, size_type n, const String &str) | String | |
| replace(size_type pos, size_type n, const String &str, size_type pos2, size_type n2) | String | |
| replace(iterator i1, iterator i2, const Pt::Char *str) | String | |
| replace(iterator i1, iterator i2, const Pt::Char *str, size_type n) | String | |
| replace(iterator i1, iterator i2, size_type n, Pt::Char ch) | String | |
| replace(iterator i1, iterator i2, const String &str) | String | |
| reserve(std::size_t n=0) | String | |
| resize(std::size_t n, Pt::Char ch=value_type()) | String | |
| rfind(const String &str, size_type pos=npos) const | String | |
| rfind(const Pt::Char *str, size_type pos, size_type n) const | String | |
| rfind(const Pt::Char *str, size_type pos=npos) const | String | |
| rfind(Pt::Char ch, size_type pos=npos) const | String | |
| size() const | String | |
| String(const allocator_type &a=allocator_type()) | String | explicit |
| String(const Pt::Char *str, const allocator_type &a=allocator_type()) | String | |
| String(const Pt::Char *str, size_type n, const allocator_type &a=allocator_type()) | String | |
| String(const wchar_t *str, const allocator_type &a=allocator_type()) | String | |
| String(const wchar_t *str, size_type n, const allocator_type &a=allocator_type()) | String | |
| String(const char *str, const allocator_type &a=allocator_type()) | String | |
| String(const char *str, size_type n, const allocator_type &a=allocator_type()) | String | |
| String(size_type n, Pt::Char c, const allocator_type &a=allocator_type()) | String | |
| String(const String &str) | String | |
| String(const String &str, const allocator_type &a) | String | |
| String(const String &str, size_type pos, size_type n=npos, const allocator_type &a=allocator_type()) | String | |
| String(const Pt::Char *begin, const Pt::Char *end, const allocator_type &a=allocator_type()) | String | |
| substr(size_type pos=0, size_type n=npos) const | String | |
| swap(String &str) | String | |
| swap(String &a, String &b) | String | related |
| toUtf16(OutIterT to) const | String | |
| widen(const char *str) | String | static |
| widen(const std::string &str) | String | static |
| ~String() | String |