Crazy Eddie's GUI System
${CEGUI_VERSION}
|
Implementation of StringTranscoder that uses Win32. More...
Public Member Functions | |
uint16 * | stringToUTF16 (const String &input) const |
Transcode the given string to a UTF-16 encoded buffer. More... | |
std::wstring | stringToStdWString (const String &input) const |
Transcode the given string to a std::wstring object. More... | |
String | stringFromUTF16 (const uint16 *input) const |
String | stringFromStdWString (const std::wstring &input) const |
void | deleteUTF16Buffer (uint16 *input) const |
deletes a buffer returned from the stringToUTF16 function. | |
uint16 * | stringToUTF16 (const String &input) const |
Transcode the given string to a UTF-16 encoded buffer. More... | |
std::wstring | stringToStdWString (const String &input) const |
Transcode the given string to a std::wstring object. More... | |
String | stringFromUTF16 (const uint16 *input) const |
String | stringFromStdWString (const std::wstring &input) const |
void | deleteUTF16Buffer (uint16 *input) const |
deletes a buffer returned from the stringToUTF16 function. | |
Implementation of StringTranscoder that uses Win32.
|
virtual |
Transcode the given string to a std::wstring object.
input | String object with the text to be transcoded. |
Implements CEGUI::StringTranscoder.
|
virtual |
Transcode the given string to a std::wstring object.
input | String object with the text to be transcoded. |
Implements CEGUI::StringTranscoder.
References deleteUTF16Buffer(), and stringToUTF16().
|
virtual |
Transcode the given string to a UTF-16 encoded buffer.
input | String object with the text to be transcoded. |
Implements CEGUI::StringTranscoder.
References CEGUI::String::c_str().
Referenced by stringToStdWString().
|
virtual |
Transcode the given string to a UTF-16 encoded buffer.
input | String object with the text to be transcoded. |
Implements CEGUI::StringTranscoder.