dwww Home | Show directory contents | Find package

%module example

%{
#include "example.h"
%}

%immutable NumSquares;
%immutable NumCircles;

%include "example.h"

/*! - this instantiation uses type int */
%template(RectangleInt) Rectangle<int>;

/*! - this instantiation uses type int */
%template(MakeRectangleInt) MakeRectangle<int>;

Generated by dwww version 1.15 on Tue Jul 2 00:14:26 CEST 2024.