Warning
This page refers to an old version of SFML. Click here to switch to the latest version.
Warning
This page refers to an old version of SFML. Click here to switch to the latest version.
This is the complete list of members for sf::Utf< 8 >, including all inherited members.
| count(In begin, In end) | sf::Utf< 8 > | static |
| decode(In begin, In end, char32_t &output, char32_t replacement=0) | sf::Utf< 8 > | static |
| encode(char32_t input, Out output, std::uint8_t replacement=0) | sf::Utf< 8 > | static |
| fromAnsi(In begin, In end, Out output, const std::locale &locale={}) | sf::Utf< 8 > | static |
| fromLatin1(In begin, In end, Out output) | sf::Utf< 8 > | static |
| fromWide(In begin, In end, Out output) | sf::Utf< 8 > | static |
| next(In begin, In end) | sf::Utf< 8 > | static |
| toAnsi(In begin, In end, Out output, char replacement=0, const std::locale &locale={}) | sf::Utf< 8 > | static |
| toLatin1(In begin, In end, Out output, char replacement=0) | sf::Utf< 8 > | static |
| toUtf16(In begin, In end, Out output) | sf::Utf< 8 > | static |
| toUtf32(In begin, In end, Out output) | sf::Utf< 8 > | static |
| toUtf8(In begin, In end, Out output) | sf::Utf< 8 > | static |
| toWide(In begin, In end, Out output, wchar_t replacement=0) | sf::Utf< 8 > | static |