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

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

  1. %module "enum_thorough_typeunsafe"
  2. // Test enum wrapping using a type unsafe enum pattern (constant integers in a class for the enum type)
  3. %include "enumtypeunsafe.swg"
  4. %include "enum_thorough.i"