/tags/Root-branch-php-utl/SWIG/Examples/python/import_template/base.i

# · Swig · 7 lines · 6 code · 1 blank · 0 comment · 0 complexity · b3c34c24218825ec766a598a54900caa MD5 · raw file

  1. %module base
  2. %{
  3. #include "base.h"
  4. %}
  5. %include base.h
  6. %template(intBase) Base<int>;