DEBSOURCES
Skip Quicknav
sources / swig / 3.0.10-1.1 / Examples / chicken / egg / mod2.i
1234567891011121314151617
%module mod2 %import "mod1.i" %{ class Bar { public: int b; }; %} %inline %{ class Bar2 : public Bar { public: int c; }; %}