Mercurial > mm7
view lib/swig/swigwin-2.0.11/Lib/std/std_string.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 <std/std_basic_string.i> /* plain strings */ namespace std { %std_comp_methods(basic_string<char>); %naturalvar string; typedef basic_string<char> string; } %template(string) std::basic_string<char>;