csCtoW Struct Reference
[Utilities]
Helper class to convert (UTF-8)widechar* to char* strings for use as function parameters.
More...
#include <util.h>
Public Methods | |
csCtoW (const char *s) | |
Constructor. | |
~csCtoW () | |
Deletes the internally stored string. | |
operator const wchar_t * () const | |
Retrieve the converted string. |
Detailed Description
Helper class to convert (UTF-8)widechar* to char* strings for use as function parameters.Use of this helper class is more convenient than an a csStrNewW() / delete[], but essentially does the same.
Definition at line 95 of file util.h.
Constructor & Destructor Documentation
|
Constructor.
Stores an UTF-16 converted version of Definition at line 104 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.2.18