/trunk/Examples/test-suite/python/li_std_vector_ptr_runme.py
# · Python · 8 lines · 5 code · 3 blank · 0 comment · 0 complexity · 47938efcd2132b10b4890517e8c6b2c5 MD5 · raw file
- from li_std_vector_ptr import *
- ip1 = makeIntPtr(11)
- ip2 = makeIntPtr(22)
- vi = IntPtrVector((ip1, ip2))
- displayVector(vi)