|
qxLib
|
Go to the source code of this file.
Classes | |
| struct | qx::details::char_array_helper< char_t, array > |
Functions | |
| void | qx::to_wstring (wstring &out, cstring_view stringView, const std::locale &locale=std::locale()) |
| convert cstring to wstring More... | |
| wstring | qx::to_wstring (cstring_view stringView, const std::locale &locale=std::locale()) |
| convert cstring to wstring More... | |
| void | qx::to_wstring (wstring &out, wstring_view stringView, const std::locale &locale=std::locale()) |
| Convert wstring to wstring. More... | |
| wstring_view | qx::to_wstring (wstring_view stringView, const std::locale &locale=std::locale()) |
| Convert wstring to wstring (stub) More... | |
| void | qx::to_cstring (cstring &out, wstring_view stringView, const std::locale &locale=std::locale()) |
| Convert wstring to cstring. More... | |
| cstring | qx::to_cstring (wstring_view stringView, const std::locale &locale=std::locale()) |
| Convert wstring to cstring. More... | |
| void | qx::to_cstring (cstring &out, cstring_view stringView, const std::locale &locale=std::locale()) |
| Convert string to string. More... | |
| cstring_view | qx::to_cstring (cstring_view stringView, const std::locale &locale=std::locale()) |
| Convert string to string (stub) More... | |
| void | qx::to_string (string &out, cstring_view stringView, const std::locale &locale=std::locale()) |
| Convert a char string to common string type. More... | |
| string | qx::to_string (cstring_view stringView, const std::locale &locale=std::locale()) |
| Convert a char string to common string type. More... | |
| void | qx::to_string (string &out, wstring_view stringView, const std::locale &locale=std::locale()) |
| Convert a wchar_t string to common string type. More... | |
| string | qx::to_string (wstring_view stringView, const std::locale &locale=std::locale()) |
| Convert a wchar_t string to common string type. More... | |
| void | qx::utf8_to_string (string &out, cstring_view pszUtf8) |
| Convert const char* representing UTF8 to wstring. More... | |
| string | qx::utf8_to_string (cstring_view pszUtf8) |
| Convert const char* representing UTF8 to wstring. More... | |
| template<class char_t , string_literal sLiteral> | |
| constexpr basic_string_view< char_t > | qx::convert_string_literal () |
| Convert a constexpr string literal to the wider or equal char type string view. More... | |
Definition in file string_converters.inl.
|
constexpr |
Convert a constexpr string literal to the wider or equal char type string view.
| char_t | - target string view type |
| sLiteral | - constexpr string literal |
| - | constexpr string view of a wider or equal char type |
Definition at line 157 of file string_converters.inl.
|
inline |
Convert string to string.
| out | - output char string |
| stringView | - char string view |
| locale | - locale to use |
Definition at line 59 of file string_converters.inl.
|
inline |
Convert wstring to cstring.
'?' is a default character
| out | - output char string |
| stringView | - wchar_t string view |
| locale | - locale to use |
Definition at line 43 of file string_converters.inl.
|
inline |
Convert string to string (stub)
| stringView | - char string view |
| locale | - locale to use |
| - | char string |
Definition at line 64 of file string_converters.inl.
|
inline |
Convert wstring to cstring.
'?' is a default character
| stringView | - wchar_t string view |
| locale | - locale to use |
| - | char string |
Definition at line 52 of file string_converters.inl.
|
inline |
Convert a char string to common string type.
| stringView | - char string |
| locale | - locale to use |
| - | common string |
Definition at line 78 of file string_converters.inl.
|
inline |
Convert a char string to common string type.
| out | - output common string |
| stringView | - char string |
| locale | - locale to use |
Definition at line 69 of file string_converters.inl.
|
inline |
Convert a wchar_t string to common string type.
| out | - output common string |
| stringView | - wchar_t string |
| locale | - locale to use |
Definition at line 87 of file string_converters.inl.
|
inline |
Convert a wchar_t string to common string type.
| stringView | - wchar_t string |
| locale | - locale to use |
| - | common string |
Definition at line 96 of file string_converters.inl.
|
inline |
convert cstring to wstring
| stringView | - char string view |
| locale | - locale to use |
| - | wchar_t string |
Definition at line 26 of file string_converters.inl.
|
inline |
convert cstring to wstring
| out | - output wchar_t string |
| stringView | - char string view |
| locale | - locale to use |
Definition at line 15 of file string_converters.inl.
|
inline |
Convert wstring to wstring.
| out | - output wchar_t string |
| stringView | - wchar_t string view |
| locale | - locale to use |
Definition at line 33 of file string_converters.inl.
|
inline |
Convert wstring to wstring (stub)
| stringView | - wchar_t string view |
| locale | - locale to use |
| - | wchar_t string |
Definition at line 38 of file string_converters.inl.
|
inline |
Convert const char* representing UTF8 to wstring.
| pszUtf8 | - UTF8 string |
| - | wchar_t string |
Definition at line 128 of file string_converters.inl.
|
inline |
Convert const char* representing UTF8 to wstring.
| out | - output wchar_t string |
| pszUtf8 | - UTF8 string |
Definition at line 105 of file string_converters.inl.