NRP Core  1.4.1
WCharTConverter Class Reference

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>

Public Member Functions

 WCharTConverter (int argc, const char *const *argv)
 
wchar_t ** getWCharTPointers ()
 
int getWCharSize () const
 

Detailed Description

Converts and stores an char*[] to wchar*[]. Used mainly to convert argv from char*[] to wchar*[] for Python Initialization.

Constructor & Destructor Documentation

◆ WCharTConverter()

WCharTConverter::WCharTConverter ( int  argc,
const char *const *  argv 
)

Member Function Documentation

◆ getWCharSize()

int WCharTConverter::getWCharSize ( ) const

◆ getWCharTPointers()

wchar_t ** WCharTConverter::getWCharTPointers ( )

The documentation for this class was generated from the following files: