WebCFace 2.5.2
Web-based Communication Framework & Dashboard-like UI
|
This is the complete list of members for SharedString, including all inherited members.
decode() const | SharedString | |
decodeW() const | SharedString | |
empty() const | SharedString | |
emptyStr() | SharedString | static |
emptyStrW() | SharedString | static |
encode(std::string_view s) | SharedString | static |
encode(std::wstring_view ws, std::string_view s=std::string_view()) | SharedString | static |
fromU8String(std::string_view u8s) | SharedString | static |
operator!=(const SharedString &other) const | SharedString | |
operator<(const SharedString &other) const | SharedString | |
operator<=(const SharedString &other) const | SharedString | |
operator==(const SharedString &other) const | SharedString | |
operator>(const SharedString &other) const | SharedString | |
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 | |
u8String() const | SharedString | |
u8StringView() const | SharedString |