add swig::PyItem and all the helper code
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@7787 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
parent
c655b7d1be
commit
04113db0e7
7 changed files with 206 additions and 6 deletions
|
|
@ -29,8 +29,8 @@ namespace std
|
|||
%template(pairiiAc) pair<int,const pair<int, A*> >;
|
||||
|
||||
|
||||
%template() pair<PyObject *, PyObject *>;
|
||||
%template(pymap) map<PyObject *, PyObject*>;
|
||||
%template() pair<swig::PyItem, swig::PyItem>;
|
||||
%template(pymap) map<swig::PyItem, swig::PyItem>;
|
||||
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue