PageRenderTime 40ms CodeModel.GetById 16ms RepoModel.GetById 0ms app.codeStats 0ms

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

#
Swig | 7 lines | 4 code | 3 blank | 0 comment | 0 complexity | dec2f83fa733b05c38ac0468c0217679 MD5 | raw file
Possible License(s): LGPL-2.1, Cube, GPL-3.0, 0BSD, GPL-2.0
  1. %module "enum_thorough_simple"
  2. // Test enum wrapping using simple constants (SWIG-1.3.21 and earlier default enum wrapping for C# and Java)
  3. %include "enumsimple.swg"
  4. %include "enum_thorough.i"