git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@5004 626c5289-ae23-0410-ae9c-e8d60b6d4f22
14 lines
276 B
OpenEdge ABL
14 lines
276 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_common.i
|
|
%include std_string.i
|
|
%include std_vector.i
|
|
%include std_map.i
|
|
%include std_pair.i
|
|
|