adding more missing typemaps
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@7785 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
parent
1a29563037
commit
ea0c2ca342
7 changed files with 67 additions and 1 deletions
|
|
@ -121,3 +121,6 @@ std::vector<std::string> vecStr(std::vector<std::string> v) {
|
|||
|
||||
%pointer_class(int,PtrInt)
|
||||
%array_functions(int,ArrInt)
|
||||
|
||||
|
||||
%template(pyvector) std::vector<PyObject*>;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue