/trunk/Lib/d/ddirectives.swg

# · Unknown · 10 lines · 9 code · 1 blank · 0 comment · 0 complexity · bffcd1a40e4ea23a79b60742a07f88ce MD5 · raw file

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