Files
cpp-thirdparty/macx64/bin/swig/share/swig/4.0.0/d/ddirectives.swg
Bassem Girgis 7d77d485fd mac swig
2019-08-11 02:07:38 -05:00

12 lines
523 B
Plaintext

/* -----------------------------------------------------------------------------
* 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")