Same file now for all languages except R which is still missing std_map.i. Recent Java changes adding in std_set.i removed.
10 lines
291 B
OpenEdge ABL
10 lines
291 B
OpenEdge ABL
/* -----------------------------------------------------------------------------
|
|
* stl.i
|
|
* ----------------------------------------------------------------------------- */
|
|
|
|
%include <std_common.i>
|
|
%include <std_string.i>
|
|
%include <std_vector.i>
|
|
%include <std_map.i>
|
|
%include <std_pair.i>
|
|
|