| 
This is the complete list of members for sptk::String, 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 | |
| operator=(const std::string &si) | sptk::String | inline | 
| operator=(const String &other)=default | sptk::String | |
| operator=(String &&other) noexcept=default | 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 |