/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

  1. from li_std_vector_ptr import *
  2. ip1 = makeIntPtr(11)
  3. ip2 = makeIntPtr(22)
  4. vi = IntPtrVector((ip1, ip2))
  5. displayVector(vi)