csCtoW Struct Reference
[Utilities]
Helper class to convert char* (UTF-8 encoded )to wchar_t* strings for use as function parameters.
More...
#include <csutil/util.h>
Public Member Functions | |
csCtoW (const char *s) | |
Constructor. | |
operator const wchar_t * () const | |
Retrieve the converted string. | |
~csCtoW () | |
Deletes the internally stored string. |
Detailed Description
Helper class to convert char* (UTF-8 encoded )to wchar_t* strings for use as function parameters.Use of this helper class is more convenient than a csStrNewW() / delete[] pair, but essentially does the same (with the convenience of automatic cleanup).
Definition at line 117 of file util.h.
Constructor & Destructor Documentation
|
Constructor.
Stores an UTF-16 converted version of Definition at line 126 of file util.h. References csStrNewW(). |
|
Deletes the internally stored string.
|
Member Function Documentation
|
Retrieve the converted string.
|
The documentation for this struct was generated from the following file:
- csutil/util.h
Generated for Crystal Space by doxygen 1.4.6