/
niceSOFT
/
swig
Обзор
Документация
Войти
/
niceSOFT
/
swig
Код
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
Examples/test-suite/lua/cpp17_nested_namespaces_runme.lua
19 строк
425 B
Erez Geva
More Lua tests (#3405)
31 май 2026, 17:09
31 май 2026, 17:09
a1b3ca8
Код
Авторство
О чём код?
local v=require("cpp17_nested_namespaces") v.A1Struct():A1Method() v.B1Struct():B1Method() v.C1Struct():C1Method() v.createA1Struct():A1Method() v.createB1Struct():B1Method() v.createC1Struct():C1Method() v.B2Struct():B2Method() v.C2Struct():C2Method() v.createB2Struct():B2Method() v.createC2Struct():C2Method() v.B3Struct():B3Method() v.C3Struct():C3Method() v.createB3Struct():B3Method() v.createC3Struct():C3Method()