swig/Lib/stl.i
2003-02-27 10:05:55 +00:00

12 lines
234 B
OpenEdge ABL

//
// SWIG typemaps for STL types
// Luigi Ballabio
// Jan 16, 2003
//
// the %include directives below will fetch the files from the
// appropriate language directory
%include std_string.i
%include std_vector.i
%include std_map.i