PageRenderTime 50ms CodeModel.GetById 24ms RepoModel.GetById 1ms app.codeStats 0ms

/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
Possible License(s): LGPL-2.1, Cube, GPL-3.0, 0BSD, GPL-2.0
  1. from li_std_vector_ptr import *
  2. ip1 = makeIntPtr(11)
  3. ip2 = makeIntPtr(22)
  4. vi = IntPtrVector((ip1, ip2))
  5. displayVector(vi)