/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
- %module base
- %{
- #include "base.h"
- %}
- %include base.h
- %template(intBase) Base<int>;