swig/Lib/scilab/stl.i
2014-06-12 07:27:37 +01:00

8 lines
230 B
OpenEdge ABL

/* initial STL definition. extended as needed in each language */
%include <std_common.i>
%include <std_string.i>
%include <std_vector.i>
%include <std_deque.i>
%include <std_list.i>
%include <std_set.i>
%include <std_multiset.i>