git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@10958 626c5289-ae23-0410-ae9c-e8d60b6d4f22
8 lines
125 B
Python
8 lines
125 B
Python
from li_std_vector_ptr import *
|
|
|
|
ip1 = makeIntPtr(11)
|
|
ip2 = makeIntPtr(22)
|
|
|
|
vi = IntPtrVector((ip1, ip2))
|
|
displayVector(vi)
|
|
|