Details | Last modification | View Log | RSS feed
Rev | Author | Line No. | Line |
---|---|---|---|
14 | pmbaty | 1 | #ifndef ISL_ID_TO_ID_H |
2 | #define ISL_ID_TO_ID_H |
||
3 | |||
4 | #include <isl/id_type.h> |
||
5 | #include <isl/maybe_id.h> |
||
6 | |||
7 | #define ISL_KEY isl_id |
||
8 | #define ISL_VAL isl_id |
||
9 | #define ISL_HMAP_SUFFIX id_to_id |
||
10 | #define ISL_HMAP isl_id_to_id |
||
11 | #include <isl/hmap.h> |
||
12 | #undef ISL_KEY |
||
13 | #undef ISL_VAL |
||
14 | #undef ISL_HMAP_SUFFIX |
||
15 | #undef ISL_HMAP |
||
16 | |||
17 | #endif |