dwww Home | Show directory contents | Find package

%module namespace_typedef_class

%inline %{
namespace ns {
  
  struct S1
  {
    int n;
  };

  typedef struct
  {
    int n;
  } S2;
}

%}

Generated by dwww version 1.15 on Tue Jul 2 00:22:03 CEST 2024.