PageRenderTime 52ms CodeModel.GetById 14ms RepoModel.GetById 1ms app.codeStats 0ms

/trunk/Examples/test-suite/import_stl_a.i

#
Swig | 5 lines | 3 code | 2 blank | 0 comment | 0 complexity | 31fa8c5dadeb94168a8b571f21c23e92 MD5 | raw file
Possible License(s): LGPL-2.1, Cube, GPL-3.0, 0BSD, GPL-2.0
  1. %module import_stl_a
  2. %include <std_vector.i>
  3. %template(VectorInt) std::vector<int>;