dwww Home | Show directory contents | Find package

%module template_ns3

%warnfilter(SWIGWARN_RUBY_WRONG_NAME) foo::bar<int>; /* Ruby, wrong class name */

%inline %{
namespace foo {
   typedef int Integer;

   template<class T> class bar {
   public:
       Integer test(Integer x) { return x; }
   };

}
%}

%template(bari) foo::bar<int>;

   
    

Generated by dwww version 1.15 on Tue Jul 2 00:25:30 CEST 2024.