fixes and more cases, as usual
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@7768 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
parent
39f173c12a
commit
535ac34ba3
9 changed files with 139 additions and 7 deletions
15
SWIG/Examples/test-suite/python/li_std_set.i
Normal file
15
SWIG/Examples/test-suite/python/li_std_set.i
Normal file
|
|
@ -0,0 +1,15 @@
|
|||
%module li_std_set
|
||||
|
||||
%include <std_string.i>
|
||||
%include <std_set.i>
|
||||
%include <std_multiset.i>
|
||||
%include <std_vector.i>
|
||||
|
||||
%template(set_string) std::set<std::string>;
|
||||
%template(set_int) std::multiset<int>;
|
||||
|
||||
|
||||
%template(v_int) std::vector<int>;
|
||||
|
||||
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue