dwww Home | Show directory contents | Find package

/* File : example.i */
%module example

%{
#include "example.h"
%}

%include stl.i
/* instantiate the required template specializations */
namespace std {
    %template(IntVector)    vector<int>;
    %template(DoubleVector) vector<double>;
}

/* Let's just grab the original header file here */
%include "example.h"

Generated by dwww version 1.15 on Tue Jul 2 00:23:29 CEST 2024.