/trunk/Lib/typemaps/cwstring.swg
Unknown | 10 lines | 8 code | 2 blank | 0 comment | 0 complexity | 34e7da6da5779f72d8886c8b83c22e1e MD5 | raw file
1%include <typemaps/cstrings.swg> 2%include <typemaps/wstring.swg> 3 4%typemaps_cstring(%cwstring, 5 wchar_t, 6 SWIG_AsWCharPtr, 7 SWIG_AsWCharPtrAndSize, 8 SWIG_FromWCharPtr, 9 SWIG_FromWCharPtrAndSize); 10