%module timeseries %include "std_vector.i" %include "std_string.i" %include "std_map.i" %{ #include "timeseries.h" %} namespace std { %template(VectorLongLong) vector; %template(VectorDouble) vector; %template(VectorString) vector; %template(mapStringTimeSeries) map; } /* Let's just grab the original header file here */ %include "timeseries.h"