PageRenderTime 47ms CodeModel.GetById 19ms RepoModel.GetById 0ms app.codeStats 0ms

/tags/rel-1.3.35/Examples/test-suite/enum_thorough_typesafe.i

#
Swig | 7 lines | 4 code | 3 blank | 0 comment | 0 complexity | 9963153fd04ddbc31b601ae8adfa0a10 MD5 | raw file
Possible License(s): LGPL-2.1, Cube, GPL-3.0, 0BSD, GPL-2.0
  1. %module "enum_thorough_typesafe"
  2. // Test enum wrapping using the typesafe enum pattern in the target language
  3. %include "enumtypesafe.swg"
  4. %include "enum_thorough.i"