summaryrefslogtreecommitdiff
path: root/Examples/ocaml/stl/example.i
blob: 19a80a605ac16921dd6c36c5201594f9de5f4a85 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
%module example
%{
#include "example.h"
%}

#define ENABLE_CHARPTR_ARRAY
#define ENABLE_STRING_VECTOR
%include stl.i

%feature("director");

%include example.h