PageRenderTime 39ms CodeModel.GetById 15ms RepoModel.GetById 0ms app.codeStats 0ms

/trunk/Examples/test-suite/packageoption_b.i

#
Swig | 10 lines | 8 code | 2 blank | 0 comment | 0 complexity | b2f87ddbf7deabe3a2d49baadc30fd0c MD5 | raw file
Possible License(s): LGPL-2.1, Cube, GPL-3.0, 0BSD, GPL-2.0
  1. %module(package="CommonPackage") "packageoption_b";
  2. %inline %{
  3. class B
  4. {
  5. public:
  6. int testInt() { return 4; }
  7. };
  8. %}