blob: 33ab91dfa5b2f77e111971215295ccebbb233eaf [file] [log] [blame]
//
// 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_common.i
%include std_string.i
%include std_vector.i
%include std_map.i
%include std_pair.i