|
Sese Framework
3.0.0
A cross-platform framework
|
Contains the core functionalities of SString, SChar, SStringView, and SString. More...
Go to the source code of this file.
Classes | |
| struct | sstr::SChar |
| Unicode character. More... | |
| class | sstr::SStringView |
| String view. More... | |
| class | sstr::SStringView::Iterator |
| Unicode character iterator. More... | |
| class | sstr::SString |
| String. More... | |
Namespaces | |
| namespace | sstr |
Functions | |
| SChar | sstr::getUnicodeFromUTF8Char (const char *u8char) |
| size_t | sstr::getStringLengthFromUTF8String (const char *str) |
| size_t | sstr::getByteLengthFromUTF8String (const char *str) |
| char | sstr::getSizeFromUTF8Char (char ch) |
| char | sstr::getUTF8SizeFromUnicodeChar (SChar ch) |
| SChar | sstr::getUnicodeCharFromUTF8Char (char size, const char *ch) |
Contains the core functionalities of SString, SChar, SStringView, and SString.