dwww Home | Show directory contents | Find package

%module template_arg_scope
%inline %{

template<class T> class Foo {
};

class Bar {
public:
   Bar();
   void spam(Foo<Bar> *x);
};
Bar::Bar() {}
void Bar::spam(Foo<Bar> *x) {}

%}

Generated by dwww version 1.15 on Tue Jul 2 00:39:49 CEST 2024.