/
niceSOFT
/
swig
Обзор
Документация
Войти
/
niceSOFT
/
swig
Код
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
Examples/test-suite/li_cpointer_cpp.i
9 строк
235 B
William S Fulton
Duplicate tests that are run twice as both C and C++ tests to fix parallel make: li_cpointer
21 фев 2016, 21:04
21 фев 2016, 21:04
a00b4f4
Код
Авторство
О чём код?
%module li_cpointer_cpp %warnfilter(SWIGWARN_RUBY_WRONG_NAME) doublep; /* Ruby, wrong class name */ %include "cpointer.i" %pointer_functions(int,intp); %pointer_class(double,doublep); %pointer_cast(int, unsigned int, int_to_uint);