/
niceSOFT
/
swig
Обзор
Документация
Войти
/
niceSOFT
/
swig
Код
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
Examples/csharp/nested/example.i
12 строк
246 B
William S Fulton
Add C++ nested class example
30 ноя 2013, 13:23
30 ноя 2013, 13:23
2d518c6
Код
Авторство
О чём код?
%module example // This example shows how wrappers for numerous aspects of C++ nested classes work: // Nested static and instance variables and methods and nested enums %include <std_string.i> %{ #include "example.h" %} %include "example.h"