/
niceSOFT
/
swig
Обзор
Документация
Войти
/
niceSOFT
/
swig
Код
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
Examples/test-suite/python/cpp17_nested_namespaces_runme.py
18 строк
391 B
William S Fulton
Add c++17 nested namespaces runtime test for Python
14 май 2018, 23:03
14 май 2018, 23:03
c8f5f3a
Код
Авторство
О чём код?
from cpp17_nested_namespaces import * A1Struct().A1Method() B1Struct().B1Method() C1Struct().C1Method() createA1Struct().A1Method() createB1Struct().B1Method() createC1Struct().C1Method() B2Struct().B2Method() C2Struct().C2Method() createB2Struct().B2Method() createC2Struct().C2Method() B3Struct().B3Method() C3Struct().C3Method() createB3Struct().B3Method() createC3Struct().C3Method()