PageRenderTime 24ms CodeModel.GetById 0ms RepoModel.GetById 1ms app.codeStats 0ms

/trunk/Lib/typemaps/cwstring.swg

#
Unknown | 10 lines | 8 code | 2 blank | 0 comment | 0 complexity | 34e7da6da5779f72d8886c8b83c22e1e MD5 | raw file
Possible License(s): LGPL-2.1, Cube, GPL-3.0, 0BSD, GPL-2.0
  1. %include <typemaps/cstrings.swg>
  2. %include <typemaps/wstring.swg>
  3. %typemaps_cstring(%cwstring,
  4. wchar_t,
  5. SWIG_AsWCharPtr,
  6. SWIG_AsWCharPtrAndSize,
  7. SWIG_FromWCharPtr,
  8. SWIG_FromWCharPtrAndSize);