PageRenderTime 50ms CodeModel.GetById 25ms RepoModel.GetById 0ms app.codeStats 0ms

/tags/rel-1-3-26/SWIG/Examples/test-suite/enum_thorough_typeunsafe.i

#
Swig | 7 lines | 4 code | 3 blank | 0 comment | 0 complexity | a00710e0b5aed7a51dca5dfe3dc22364 MD5 | raw file
Possible License(s): LGPL-2.1, Cube, GPL-3.0, 0BSD, GPL-2.0
  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"