dwww Home | Show directory contents | Find package

%module(package="CommonPackage") "packageoption_a";

%inline %{
class A
{
 public:
  int testInt() { return 2;}
};
%}

%{
#include "packageoption.h"
%}

%include "packageoption.h"

Generated by dwww version 1.15 on Tue Jul 2 00:24:31 CEST 2024.