blob: 9d2e91eee71b3bfda41815664d8f63d02f9f93c3 [file] [log] [blame]
Alice Chingc9602282014-03-05 12:03:26 -08001/* -----------------------------------------------------------------------------
2 * stl.i
3 *
4 * Initial STL definition. extended as needed in each language
5 * ----------------------------------------------------------------------------- */
6
7%include <std_common.i>
8%include <std_string.i>
9%include <std_vector.i>
10%include <std_map.i>
11%include <std_pair.i>
12