|
WebCFace 3.2.0
Web-based Communication Framework & Dashboard-like UI
|
This is the complete list of members for SharedString, including all inherited members.
| decode() const | SharedString | |
| decodeShare() const | SharedString | |
| decodeShareW() const | SharedString | |
| decodeW() const | SharedString | |
| empty() const | SharedString | |
| emptyStr() | SharedString | static |
| emptyStrW() | SharedString | static |
| encode(std::string s) | SharedString | static |
| encode(std::wstring ws) | SharedString | static |
| encodeStatic(std::string_view s) | SharedString | static |
| encodeStatic(std::wstring_view ws) | SharedString | static |
| find(char c, std::size_t pos=0) const | SharedString | |
| fromU8String(std::string u8s) | SharedString | static |
| fromU8StringStatic(std::string_view u8s) | SharedString | static |
| normalizeSeparator() | SharedString | |
| operator!=(const SharedString &other) const | SharedString | inline |
| operator<(const SharedString &other) const | SharedString | inline |
| operator<=(const SharedString &other) const | SharedString | |
| operator==(const SharedString &other) const | SharedString | |
| operator>(const SharedString &other) const | SharedString | inline |
| operator>=(const SharedString &other) const | SharedString | |
| SharedString() | SharedString | inline |
| SharedString(std::nullptr_t) | SharedString | inline |
| SharedString(std::shared_ptr< internal::SharedStringData > data) | SharedString | explicit |
| startsWith(std::string_view str) const | SharedString | |
| startsWith(char str) const | SharedString | |
| substr(std::size_t pos, std::size_t len=std::string::npos) const | SharedString | |
| u8StringView() const | SharedString | |
| u8StringViewShare() const | SharedString |