PageRenderTime 49ms CodeModel.GetById 16ms RepoModel.GetById 0ms app.codeStats 0ms

/trunk/Lib/d/ddirectives.swg

#
Unknown | 10 lines | 9 code | 1 blank | 0 comment | 0 complexity | bffcd1a40e4ea23a79b60742a07f88ce MD5 | raw file
Possible License(s): LGPL-2.1, Cube, GPL-3.0, 0BSD, GPL-2.0
  1. /* -----------------------------------------------------------------------------
  2. * ddirectives.swg
  3. *
  4. * D-specifiv directives.
  5. * ----------------------------------------------------------------------------- */
  6. #define %dmanifestconst %feature("d:manifestconst")
  7. #define %dconstvalue(value) %feature("d:constvalue",value)
  8. #define %dmethodmodifiers %feature("d:methodmodifiers")
  9. #define %dnothrowexception %feature("except")