PageRenderTime 59ms CodeModel.GetById 22ms RepoModel.GetById 1ms app.codeStats 0ms

/tags/rel-1-3-29/SWIG/Examples/test-suite/errors/cpp_nobase.i

#
Swig | 7 lines | 5 code | 2 blank | 0 comment | 0 complexity | 5f188d14c093b060682a6022ba122c2f MD5 | raw file
Possible License(s): LGPL-2.1, Cube, GPL-3.0, 0BSD, GPL-2.0
  1. %module xxx
  2. class Foo : public Bar {
  3. };
  4. class Spam : public Bar<int> {
  5. };