![]() |
Public API Reference |
#include <util.h>
Public Methods | |
| csCtoW (const char *s) | |
| Constructor. More... | |
| ~csCtoW () | |
| Deletes the internally stored string. More... | |
| operator const wchar_t * () const | |
| Retrieve the converted string. More... | |
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.
Stores an UTF-16 converted version of Definition at line 104 of file util.h. References csStrNewW. |
|
|
Deletes the internally stored string.
|
|
|
Retrieve the converted string.
|