|
This is the complete list of members for sptk::NotEmptyString, including all inherited members.
| contains(const String &subject) const | sptk::String | |
| endsWith(const String &subject) const | sptk::String | |
| ident() const | sptk::String | inline |
| ident(int64_t id) | sptk::String | inline |
| in(std::initializer_list< String > list) const | sptk::String | |
| matches(const String &pattern, const String &options=String()) const | sptk::String | |
| NotEmptyString() (defined in sptk::NotEmptyString) | sptk::NotEmptyString | |
| NotEmptyString(std::string other) (defined in sptk::NotEmptyString) | sptk::NotEmptyString | |
| NotEmptyString(const NotEmptyString &other) (defined in sptk::NotEmptyString) | sptk::NotEmptyString | |
| operator=(const NotEmptyString &other) (defined in sptk::NotEmptyString) | sptk::NotEmptyString | |
| sptk::String::operator=(const std::string &si) | sptk::String | inline |
| sptk::String::operator=(const String &other)=default | sptk::String | |
| sptk::String::operator=(String &&other) noexcept=default | sptk::String | |
| sptk::String::operator=(const char *str) | sptk::String | inline |
| replace(const String &pattern, const String &replacement) const | sptk::String | |
| split(const String &pattern) const | sptk::String | |
| startsWith(const String &subject) const | sptk::String | |
| String() | sptk::String | inline |
| String(const String &other)=default | sptk::String | |
| String(String &&src) noexcept=default | sptk::String | |
| String(const std::string &str, int64_t id=0) | sptk::String | inline |
| String(const char *str) | sptk::String | inline |
| String(const char *str, size_t len, int64_t id=0) | sptk::String | inline |
| String(size_t len, char ch, int64_t id=0) | sptk::String | inline |
| toInt() const | sptk::String | |
| toLowerCase() const | sptk::String | |
| toUpperCase() const | sptk::String | |
| trim() const | sptk::String | |
| ~String() noexcept=default | sptk::String |