|
UString
0.1.0
UTF-8 C++11 string library
|
This is the complete list of members for UString, including all inherited members.
| append(UChar ch) | UString | |
| append(const UString &str) | UString | |
| append(const char *str) | UString | |
| assign(const UString &other) | UString | |
| assign(const char *other) | UString | |
| at(std::size_t idx) const | UString | |
| begin() | UString | inline |
| begin() const | UString | inline |
| clear() | UString | |
| const_iterator typedef (defined in UString) | UString | |
| const_reverse_iterator typedef (defined in UString) | UString | |
| ConstIterator typedef (defined in UString) | UString | |
| ConstReverseIterator typedef (defined in UString) | UString | |
| end() | UString | inline |
| end() const | UString | inline |
| erase(const Iterator &start, const Iterator &stop) | UString | |
| erase(std::size_t start, std::size_t num=1) | UString | |
| find(UChar ch, std::size_t start=0) const | UString | |
| find(const UString &what, std::size_t start=0) const | UString | |
| findLastOf(UChar ch, std::size_t pos=npos) const | UString | |
| findLastOf(const UString &what, std::size_t pos=npos) const | UString | |
| fromStdU16String(const std::u16string &str) | UString | static |
| fromStdU32String(const std::u32string &str) | UString | static |
| insert(const UString &other, std::size_t pos) | UString | |
| iterator typedef (defined in UString) | UString | |
| Iterator typedef (defined in UString) | UString | |
| length() const | UString | |
| maxSize() const | UString | |
| npos (defined in UString) | UString | static |
| operator!=(const UString &other) const | UString | |
| operator!=(const char *other) const | UString | |
| operator+=(const char *str) | UString | |
| operator+=(const UString &str) | UString | |
| operator=(const UString &other) | UString | |
| operator=(const char *other) | UString | |
| operator==(const UString &other) const | UString | |
| operator==(const char *other) const | UString | |
| operator[](std::size_t idx) const | UString | |
| prepend(UChar ch) | UString | |
| prepend(const UString &str) | UString | |
| prepend(const char *str) | UString | |
| push_back(UChar ch) | UString | |
| push_back(const UString &str) | UString | |
| push_front(UChar ch) | UString | |
| push_front(const UString &str) | UString | |
| rbegin() | UString | inline |
| rbegin() const | UString | inline |
| rend() | UString | inline |
| rend() const | UString | inline |
| replace(std::size_t start, std::size_t len, const UString &with) | UString | |
| replaceAll(const UString &what, const UString &with, std::size_t start=0) | UString | |
| replaceFirst(const UString &what, const UString &with, std::size_t start=0) | UString | |
| replaceLast(const UString &what, const UString &with, std::size_t end=npos) | UString | |
| reverse_iterator typedef (defined in UString) | UString | |
| ReverseIterator typedef (defined in UString) | UString | |
| size() const | UString | |
| subStr(std::size_t start, std::size_t len=npos) const | UString | |
| toLower() | UString | |
| toStdString() const | UString | |
| toStdU16String() const | UString | |
| toStdU32String() const | UString | |
| toTitleCase() | UString | |
| toUpper() | UString | |
| UString() | UString | inline |
| UString(const UString &other) USTRING_NOEXCEPT | UString | |
| UString(const char *cstr) USTRING_NOEXCEPT | UString | |
| UString(const std::string &str) USTRING_NOEXCEPT | UString | |
| UString(UChar ch) USTRING_NOEXCEPT | UString | explicit |
| value_type typedef (defined in UString) | UString |
1.8.11