/
niceSOFT
/
swig
Обзор
Документация
Войти
/
niceSOFT
/
swig
Код
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
Examples/test-suite/lua/cpp_static_runme.lua
10 строк
336 B
Erez Geva
Remove Lua 5.0 and Lua 5.1 and Lua options
30 май 2026, 19:24
30 май 2026, 19:24
74ff929
Код
Авторство
О чём код?
-- demo of lua swig capacilities (operator overloading) cs=require("cpp_static") catch_undef_globs() -- catch "undefined" global variables cs.StaticMemberTest.static_int = 5 assert(cs.StaticMemberTest.static_int == 5) cs.StaticFunctionTest.static_func() cs.StaticFunctionTest.static_func_2(2) cs.StaticFunctionTest.static_func_3(3,3)