aboutsummaryrefslogtreecommitdiff
path: root/Examples/test-suite/li_std_containers_int.i
blob: d0c76d911ab756c9ba21827b4512b2771f258e43 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
%module li_std_containers_int

//
// Test containers of type int
//

%include std_vector.i
%include std_list.i

%template(vector_int) std::vector<int>;
%template(list_int) std::list<int>;