aboutsummaryrefslogtreecommitdiff
path: root/Lib/d/ddirectives.swg
blob: 145cf01f05a60ee711571fc8525db23b21311d21 (plain)
1
2
3
4
5
6
7
8
9
10
11
/* -----------------------------------------------------------------------------
 * ddirectives.swg
 *
 * D-specifiv directives.
 * ----------------------------------------------------------------------------- */

#define %dmanifestconst             %feature("d:manifestconst")
#define %dconstvalue(value)         %feature("d:constvalue",value)
#define %dmethodmodifiers           %feature("d:methodmodifiers")
#define %dnothrowexception          %feature("except")
#define %proxycode                  %insert("proxycode")