]> gerrit.simantics Code Review - simantics/fmil.git/blob - org.simantics.fmil.core/native/FMILibrary/src/Util/src/JM/jm_templates_inst.c
Switch to full JavaSE-11+ compatibility
[simantics/fmil.git] / org.simantics.fmil.core / native / FMILibrary / src / Util / src / JM / jm_templates_inst.c
1 /*
2     Copyright (C) 2012 Modelon AB
3
4     This program is free software: you can redistribute it and/or modify
5     it under the terms of the BSD style license.
6
7      This program is distributed in the hope that it will be useful,
8     but WITHOUT ANY WARRANTY; without even the implied warranty of
9     MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
10     FMILIB_License.txt file for more details.
11
12     You should have received a copy of the FMILIB_License.txt file
13     along with this program. If not, contact Modelon AB <http://www.modelon.com>.
14 */
15
16 #include "JM/jm_vector.h"
17
18 #define JM_TEMPLATE_INSTANCE_TYPE char
19 #include "JM/jm_vector_template.h"
20
21 #undef JM_TEMPLATE_INSTANCE_TYPE
22 #define JM_TEMPLATE_INSTANCE_TYPE int
23 #include "JM/jm_vector_template.h"
24
25 #undef JM_TEMPLATE_INSTANCE_TYPE
26 #define JM_TEMPLATE_INSTANCE_TYPE double
27 #include "JM/jm_vector_template.h"
28
29 #undef JM_TEMPLATE_INSTANCE_TYPE
30 #define JM_TEMPLATE_INSTANCE_TYPE size_t
31 #include "JM/jm_vector_template.h"
32
33 #undef JM_TEMPLATE_INSTANCE_TYPE
34 #define JM_TEMPLATE_INSTANCE_TYPE jm_voidp
35 #include "JM/jm_vector_template.h"
36
37 #undef JM_TEMPLATE_INSTANCE_TYPE
38 /*#undef JM_COMPAR_OP
39 #define JM_COMPAR_OP(f,s) strcmp(f,s)*/ 
40 #define JM_TEMPLATE_INSTANCE_TYPE jm_string 
41 #include "JM/jm_vector_template.h"
42
43 #undef JM_TEMPLATE_INSTANCE_TYPE
44 #define JM_TEMPLATE_INSTANCE_TYPE jm_name_ID_map_t
45 #include "JM/jm_vector_template.h"
46