summaryrefslogtreecommitdiff
path: root/Examples/test-suite/enum_thorough_typesafe.i
blob: e205e8ad1b1dbdf1de0963b51a5311f5bd9e609d (plain)
1
2
3
4
5
6
7
8
9
%module "enum_thorough_typesafe"

// Test enum wrapping using the typesafe enum pattern in the target language
%include "enumtypesafe.swg"

#define SWIG_TEST_NOCSCONST // For C# typesafe enums

%include "enum_thorough.i"