The "host-string" (as a wstring on UNICODE) that can be used interchangably between unicode and multi-byte builds
The "host-string" (as a string on MULTIBYTE) that can be used interchangably between unicode and multi-byte builds
Contains Windows helper functions
inline std::string wstring_to_string( |
| ) |
Converts a std::wstring to a std::string
in const std::wstring& | the wstring to convert to a string |
the std::string representation of the input
inline std::wstring string_to_wstring( |
| ) |
Converts a std::string to a std::wstring
in const std::string& | the string to convert to a wstring |
the std::wstring representation of the input
inline hstring toHstring( |
| ) |
Converts a std::string to an hstring
in const std::string& | the std::string to convert to an hstring |
An hstring representation of the passed in string
inline hstring toHstring( |
| ) |
Converts a std::wstring to an hstring
in const std::wstring& | the std::wstring to convert to an hstring |
An hstring representation of the passed in wstring
inline std::string toString( |
| ) |
Converts a hstring to an std::string
in const hstring& | the hstring to convert to an std::string |
An std::string representation of the passed in hstring
inline std::wstring toWstring( |
| ) |
Converts a hstring to an std::wstring
in const hstring& | the hstring to convert to an std::wstring |
An std::wstring representation of the passed in hstring
inline hstring toHstring( |
| ) |
Converts a std::string to an hstring
in const std::string& | the std::string to convert to an hstring |
An hstring representation of the passed in string
inline hstring toHstring( |
| ) |
Converts a std::wstring to an hstring
in const std::wstring& | the std::wstring to convert to an hstring |
An hstring representation of the passed in wstring