|
SFML
Simple and Fast Multimedia Library
|
#include <SFML/Config.hpp>#include <array>#include <locale>#include <cstdint>#include <cstdlib>#include <SFML/System/Utf.inl>Go to the source code of this file.
Classes | |
| class | sf::Utf< 8 > |
| Specialization of the Utf template for UTF-8. More... | |
| class | sf::Utf< 16 > |
| Specialization of the Utf template for UTF-16. More... | |
| class | sf::Utf< 32 > |
| Specialization of the Utf template for UTF-32. More... | |
Namespaces | |
| namespace | sf |
| namespace | sf::priv |
Typedefs | |
| using | sf::Utf8 = Utf<8> |
| using | sf::Utf16 = Utf<16> |
| using | sf::Utf32 = Utf<32> |
Functions | |
| template<class InputIt, class OutputIt> | |
| OutputIt | sf::priv::copy (InputIt first, InputIt last, OutputIt dFirst) |