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

# · Swig · 9 lines · 5 code · 4 blank · 0 comment · 0 complexity · 7494d8bc354fafc07d9695d904c56ddc MD5 · raw file

  1. %module "enum_thorough_typesafe"
  2. // Test enum wrapping using the typesafe enum pattern in the target language
  3. %include "enumtypesafe.swg"
  4. #define SWIG_TEST_NOCSCONST // For C# typesafe enums
  5. %include "enum_thorough.i"