dwww Home | Show directory contents | Find package

%module exception_classname

%warnfilter(SWIGWARN_RUBY_WRONG_NAME);
#if defined(SWIGPHP) || defined(SWIGD)
%rename(ExceptionClass) Exception;
#endif

%inline %{
class Exception {
public:
  int testfunc() { return 42; }
};
%}

Generated by dwww version 1.15 on Tue Jul 2 00:11:45 CEST 2024.