Relative Content

Tag Archive for c#c++swig

Expose Enum in Swig

I have an existing c++ project with a working swig implementation which is already providing bindings to c#. Several of the methods I want to expose will now require a binding of a c++ enum DependencyType as an argument.

Expose enum in Swig

I have an existing c++ project with a working swig implementation which is already providing bindings to c#. Several of the methods I want to expose will now require a binding of a c++ enum DependencyType as an argument.

Expose Enum in swig

I have a c++ project and using swig to build C# and Py bindings. Several of the methods I want to expose, now require them to accept a c++ enum eg MyEnum as an argument.