.. index:: pair: class; WCharTConverter .. _doxid-class_w_char_t_converter: class WCharTConverter ===================== .. toctree:: :hidden: Converts and stores an char\*[] to wchar\*[]. Used mainly to convert argv from char\*[] to wchar\*[] for Python Initialization. .. ref-code-block:: cpp :class: doxyrest-overview-code-block #include class WCharTConverter { public: // construction :target:`WCharTConverter`(int argc, const char*const* argv); // methods wchar_t** :target:`getWCharTPointers`(); int :target:`getWCharSize`() const; };