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

# · Swig · 7 lines · 4 code · 3 blank · 0 comment · 0 complexity · dec2f83fa733b05c38ac0468c0217679 MD5 · raw file

  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"