/
niceSOFT
/
swig
Обзор
Документация
Войти
/
niceSOFT
/
swig
Код
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
Examples/d/extend/example.i
13 строк
235 B
David Nadlinger
Added support for the D programming languge.
18 ноя 2010, 03:24
18 ноя 2010, 03:24
03aefbc
Код
Авторство
О чём код?
/* File : example.i */ %module(directors="1") example %{ #include "example.h" %} %include "std_string.i" /* turn on director wrapping for Manager */ %feature("director") Employee; %feature("director") Manager; %include "example.h"