summaryrefslogtreecommitdiff
path: root/share/swig/2.0.11/d/ddirectives.swg
blob: 6972a0c18ad7df8ef7201d8b0d804b9fbc64bb46 (plain)
1
2
3
4
5
6
7
8
9
10
/* -----------------------------------------------------------------------------
 * 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")