dwww Home | Show directory contents | Find package

%module arrays_scope

%inline %{

enum { ASIZE = 256 };
namespace foo {
   enum { BBSIZE = 512 };
   class Bar {
   public:
      enum { CCSIZE = 768 };
      int  adata[ASIZE];
      int  bdata[BBSIZE];
      int  cdata[CCSIZE];
      void blah(int x[ASIZE], int y[BBSIZE], int z[CCSIZE]) { };
   };
}

%}

Generated by dwww version 1.15 on Tue Jul 2 00:33:56 CEST 2024.