ddirectives.swg 466 B

12345678910
  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")