bux API Reference 1.9.0
Static library of whatever are seen required in general purpose but not directly supported from Modern C++. Or whatever reusable originated from my side projects.
|
This is the complete list of members for bux::C_UnicodeIn, including all inherited members.
C_UnicodeIn(FH_ReadChar &&readc, T_Encoding codepage=0) | bux::C_UnicodeIn | |
C_UnicodeIn(std::string_view sv, T_Encoding codepage=0) | bux::C_UnicodeIn | |
C_UnicodeIn(std::string &&s, T_Encoding codepage=0)=delete | bux::C_UnicodeIn | |
C_UnicodeIn(const char *s, T_Encoding codepage=0) | bux::C_UnicodeIn | inline |
C_UnicodeIn(std::istream &in, T_Encoding codepage=0) | bux::C_UnicodeIn | |
encoding() const noexcept | bux::C_UnicodeIn | inline |
get(T_Utf32 &c) | bux::C_UnicodeIn | |
get(T_Utf16 *dst) | bux::C_UnicodeIn | |
get(T_Utf8 *dst) | bux::C_UnicodeIn | |
lastError() const noexcept | bux::C_UnicodeIn | inline |
~C_UnicodeIn() noexcept | bux::C_UnicodeIn |