/
niceSOFT
/
swig
Обзор
Документация
Войти
/
niceSOFT
/
swig
Код
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
Examples/lua/smartptr/example.i
15 строк
268 B
Erez Geva
More Lua tests (#3405)
31 май 2026, 17:09
31 май 2026, 17:09
a1b3ca8
Код
Авторство
О чём код?
%module example %{ #include "example.h" #include "smartptr.h" %} /* Let's just grab the original header file here */ %include "example.h" /* Grab smart pointer template */ %include "smartptr.h" /* Instantiate smart-pointers */ %template(ShapePtr) SmartPtr<Shape>;