PageRenderTime 46ms CodeModel.GetById 21ms RepoModel.GetById 1ms app.codeStats 0ms

/trunk/Examples/ruby/import_template/spam.i

#
Swig | 10 lines | 7 code | 3 blank | 0 comment | 0 complexity | 0ec18f651ed283f588497eaf1f48fd95 MD5 | raw file
Possible License(s): LGPL-2.1, Cube, GPL-3.0, 0BSD, GPL-2.0
  1. %module spam
  2. %{
  3. #include "spam.h"
  4. %}
  5. %import bar.i
  6. %include "spam.h"
  7. %template(IntSpam) Spam<int>;