dwww Home | Show directory contents | Find package

%module symbol_clash

// ::Vector and ::Text::Vector were incorrectly clashing in the target language symbol tables

#if defined(SWIGJAVA) || defined(SWIGCSHARP)

#if defined(SWIGJAVA)
%include "enumtypeunsafe.swg"
#elif defined(SWIGCSHARP)
%include "enumsimple.swg"
#endif

%inline %{
class Vector
{
};

namespace Text
{
  enum Preference
  {
    Raster,
    Vector
  };
}
%}

#endif

Generated by dwww version 1.15 on Tue Jul 2 00:20:01 CEST 2024.