Converts and stores an char*[] to wchar*[]. Used mainly to convert argv from char*[] to wchar*[] for Python Initialization.
More...
#include <wchar_t_converter.h>
Converts and stores an char*[] to wchar*[]. Used mainly to convert argv from char*[] to wchar*[] for Python Initialization.
◆ WCharTConverter()
WCharTConverter::WCharTConverter |
( |
int |
argc, |
|
|
const char *const * |
argv |
|
) |
| |
◆ getWCharSize()
int WCharTConverter::getWCharSize |
( |
| ) |
const |
◆ getWCharTPointers()
wchar_t ** WCharTConverter::getWCharTPointers |
( |
| ) |
|
The documentation for this class was generated from the following files: