/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. %typemaps_cstring(%cwstring,
  4. wchar_t,
  5. SWIG_AsWCharPtr,
  6. SWIG_AsWCharPtrAndSize,
  7. SWIG_FromWCharPtr,
  8. SWIG_FromWCharPtrAndSize);