/
niceSOFT
/
swig
Обзор
Документация
Войти
/
niceSOFT
/
swig
Код
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
Examples/java/doxygen/example.i
16 строк
288 B
William S Fulton
Doxygen example
31 май 2018, 22:13
31 май 2018, 22:13
12e7926
Код
Авторство
О чём код?
%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>;