/
niceSOFT
/
swig
Обзор
Документация
Войти
/
niceSOFT
/
swig
Код
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
Examples/test-suite/li_cpointer.i
9 строк
231 B
Marcelo Matus
add support for named warning codes
06 янв 2006, 14:42
06 янв 2006, 14:42
89e7497
Код
Авторство
О чём код?
%module li_cpointer %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);