DEBSOURCES
Skip Quicknav
sources / swig / 4.0.2-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; }; %}