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:
Marcelo Matus 2005-11-03 14:24:36 +00:00
commit 04113db0e7
7 changed files with 206 additions and 6 deletions

View file

@ -123,4 +123,4 @@ std::vector<std::string> vecStr(std::vector<std::string> v) {
%array_functions(int,ArrInt)
%template(pyvector) std::vector<PyObject*>;
%template(pyvector) std::vector<swig::PyItem>;