/* File : example.i */ %module example %include %include %{ #include "example.h" %} /* Let's just grab the original header file here */ %include "example.h" %template(Vint) std::vector; %template(VA) std::vector;