summaryrefslogtreecommitdiff
path: root/Examples/test-suite/python/li_std_vector_ptr_runme.py
blob: c5f72fde45f98e1da6ca0a99955faa318b9bce2c (plain)
1
2
3
4
5
6
7
8
from li_std_vector_ptr import *

ip1 = makeIntPtr(11)
ip2 = makeIntPtr(22)

vi = IntPtrVector((ip1, ip2))
displayVector(vi)