view lib/swig/swigwin-2.0.11/Lib/std/std_wstring.i @ 2548:87e5590d034b

All Books windows are refactored into respective classes
author a.parshin
date Tue, 12 May 2015 03:24:19 +0200
parents b3009adc0e2f
children
line wrap: on
line source

%include <wchar.i>
%include <std/std_basic_string.i>

/* wide strings */

namespace std
{
  %std_comp_methods(basic_string<wchar_t>);
  %naturalvar wstring;
  typedef basic_string<wchar_t> wstring;
}

%template(wstring) std::basic_string<wchar_t>;