fefed4cbf923f046cbb567b9c40dcc23dc196d4b
[platform/upstream/isl.git] / isl_list.c
1 /*
2  * Copyright 2008-2009 Katholieke Universiteit Leuven
3  *
4  * Use of this software is governed by the GNU LGPLv2.1 license
5  *
6  * Written by Sven Verdoolaege, K.U.Leuven, Departement
7  * Computerwetenschappen, Celestijnenlaan 200A, B-3001 Leuven, Belgium
8  */
9
10 #include <isl_list_private.h>
11 #include <isl/set.h>
12 #include <isl/aff.h>
13
14 #undef BASE
15 #define BASE basic_set
16
17 #include <isl_list_templ.c>
18
19 #undef BASE
20 #define BASE set
21
22 #include <isl_list_templ.c>
23
24 #undef BASE
25 #define BASE aff
26
27 #include <isl_list_templ.c>