/
niceSOFT
/
swig
Обзор
Документация
Войти
/
niceSOFT
/
swig
Код
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
Examples/python/doxygen/example.i
16 строк
288 B
William S Fulton
Add Python doxygen example
31 май 2018, 22:48
31 май 2018, 22:48
89a2505
Код
Авторство
О чём код?
%module example %{ #include "example.h" %} %immutable NumSquares; %immutable NumCircles; %include "example.h" /*! - this instantiation uses type int */ %template(RectangleInt) Rectangle<int>; /*! - this instantiation uses type int */ %template(MakeRectangleInt) MakeRectangle<int>;