1
1
! This file was automatically generated by SWIG (http://www.swig.org).
2
- ! Version 4.0.2 +fortran
2
+ ! Version 4.1.0 +fortran
3
3
!
4
4
! Do not make changes to this file unless you know what you are doing--modify
5
5
! the SWIG interface file instead.
@@ -110,7 +110,7 @@ function swigc_MapIntInt_size(farg1) &
110
110
use , intrinsic :: ISO_C_BINDING
111
111
import :: swigclasswrapper
112
112
type (SwigClassWrapper), intent (in ) :: farg1
113
- integer (C_LONG ) :: fresult
113
+ integer (C_SIZE_T ) :: fresult
114
114
end function
115
115
116
116
subroutine swigc_MapIntInt_clear (farg1 ) &
@@ -127,7 +127,7 @@ function swigc_MapIntInt_erase(farg1, farg2) &
127
127
import :: swigclasswrapper
128
128
type (SwigClassWrapper), intent (in ) :: farg1
129
129
integer (C_INT), intent (in ) :: farg2
130
- integer (C_LONG ) :: fresult
130
+ integer (C_SIZE_T ) :: fresult
131
131
end function
132
132
133
133
function swigc_MapIntInt_count (farg1 , farg2 ) &
@@ -137,7 +137,7 @@ function swigc_MapIntInt_count(farg1, farg2) &
137
137
import :: swigclasswrapper
138
138
type (SwigClassWrapper), intent (in ) :: farg1
139
139
integer (C_INT), intent (in ) :: farg2
140
- integer (C_LONG ) :: fresult
140
+ integer (C_SIZE_T ) :: fresult
141
141
end function
142
142
143
143
function swigc_MapIntInt_insert (farg1 , farg2 , farg3 ) &
@@ -208,7 +208,7 @@ function swigc_MapStringInt_size(farg1) &
208
208
use , intrinsic :: ISO_C_BINDING
209
209
import :: swigclasswrapper
210
210
type (SwigClassWrapper), intent (in ) :: farg1
211
- integer (C_LONG ) :: fresult
211
+ integer (C_SIZE_T ) :: fresult
212
212
end function
213
213
214
214
subroutine swigc_MapStringInt_clear (farg1 ) &
@@ -226,7 +226,7 @@ function swigc_MapStringInt_erase(farg1, farg2) &
226
226
import :: swigarraywrapper
227
227
type (SwigClassWrapper), intent (in ) :: farg1
228
228
type (SwigArrayWrapper) :: farg2
229
- integer (C_LONG ) :: fresult
229
+ integer (C_SIZE_T ) :: fresult
230
230
end function
231
231
232
232
function swigc_MapStringInt_count (farg1 , farg2 ) &
@@ -237,7 +237,7 @@ function swigc_MapStringInt_count(farg1, farg2) &
237
237
import :: swigarraywrapper
238
238
type (SwigClassWrapper), intent (in ) :: farg1
239
239
type (SwigArrayWrapper) :: farg2
240
- integer (C_LONG ) :: fresult
240
+ integer (C_SIZE_T ) :: fresult
241
241
end function
242
242
243
243
function swigc_MapStringInt_insert (farg1 , farg2 , farg3 ) &
@@ -311,7 +311,7 @@ function swigc_MapStringString_size(farg1) &
311
311
use , intrinsic :: ISO_C_BINDING
312
312
import :: swigclasswrapper
313
313
type (SwigClassWrapper), intent (in ) :: farg1
314
- integer (C_LONG ) :: fresult
314
+ integer (C_SIZE_T ) :: fresult
315
315
end function
316
316
317
317
subroutine swigc_MapStringString_clear (farg1 ) &
@@ -329,7 +329,7 @@ function swigc_MapStringString_erase(farg1, farg2) &
329
329
import :: swigarraywrapper
330
330
type (SwigClassWrapper), intent (in ) :: farg1
331
331
type (SwigArrayWrapper) :: farg2
332
- integer (C_LONG ) :: fresult
332
+ integer (C_SIZE_T ) :: fresult
333
333
end function
334
334
335
335
function swigc_MapStringString_count (farg1 , farg2 ) &
@@ -340,7 +340,7 @@ function swigc_MapStringString_count(farg1, farg2) &
340
340
import :: swigarraywrapper
341
341
type (SwigClassWrapper), intent (in ) :: farg1
342
342
type (SwigArrayWrapper) :: farg2
343
- integer (C_LONG ) :: fresult
343
+ integer (C_SIZE_T ) :: fresult
344
344
end function
345
345
346
346
function swigc_MapStringString_insert (farg1 , farg2 , farg3 ) &
@@ -437,7 +437,7 @@ function swigf_MapIntInt_size(self) &
437
437
use , intrinsic :: ISO_C_BINDING
438
438
integer :: swig_result
439
439
class(MapIntInt), intent (in ) :: self
440
- integer (C_LONG ) :: fresult
440
+ integer (C_SIZE_T ) :: fresult
441
441
type (SwigClassWrapper) :: farg1
442
442
443
443
farg1 = self% swigdata
@@ -459,7 +459,7 @@ subroutine swigf_MapIntInt_erase(self, x, swig_result)
459
459
class(MapIntInt), intent (in ) :: self
460
460
integer (C_INT), intent (in ) :: x
461
461
integer , intent (out ), optional :: swig_result
462
- integer (C_LONG ) :: fresult
462
+ integer (C_SIZE_T ) :: fresult
463
463
type (SwigClassWrapper) :: farg1
464
464
integer (C_INT) :: farg2
465
465
@@ -478,7 +478,7 @@ function swigf_MapIntInt_count(self, x) &
478
478
integer :: swig_result
479
479
class(MapIntInt), intent (in ) :: self
480
480
integer (C_INT), intent (in ) :: x
481
- integer (C_LONG ) :: fresult
481
+ integer (C_SIZE_T ) :: fresult
482
482
type (SwigClassWrapper) :: farg1
483
483
integer (C_INT) :: farg2
484
484
@@ -595,7 +595,7 @@ function swigf_MapStringInt_size(self) &
595
595
use , intrinsic :: ISO_C_BINDING
596
596
integer :: swig_result
597
597
class(MapStringInt), intent (in ) :: self
598
- integer (C_LONG ) :: fresult
598
+ integer (C_SIZE_T ) :: fresult
599
599
type (SwigClassWrapper) :: farg1
600
600
601
601
farg1 = self% swigdata
@@ -635,7 +635,7 @@ subroutine swigf_MapStringInt_erase(self, x, swig_result)
635
635
class(MapStringInt), intent (in ) :: self
636
636
character (len=* ), target :: x
637
637
integer , intent (out ), optional :: swig_result
638
- integer (C_LONG ) :: fresult
638
+ integer (C_SIZE_T ) :: fresult
639
639
type (SwigClassWrapper) :: farg1
640
640
character (kind= C_CHAR), dimension (:), allocatable , target :: farg2_temp
641
641
type (SwigArrayWrapper) :: farg2
@@ -655,7 +655,7 @@ function swigf_MapStringInt_count(self, x) &
655
655
integer :: swig_result
656
656
class(MapStringInt), intent (in ) :: self
657
657
character (len=* ), target :: x
658
- integer (C_LONG ) :: fresult
658
+ integer (C_SIZE_T ) :: fresult
659
659
type (SwigClassWrapper) :: farg1
660
660
character (kind= C_CHAR), dimension (:), allocatable , target :: farg2_temp
661
661
type (SwigArrayWrapper) :: farg2
@@ -776,7 +776,7 @@ function swigf_MapStringString_size(self) &
776
776
use , intrinsic :: ISO_C_BINDING
777
777
integer :: swig_result
778
778
class(MapStringString), intent (in ) :: self
779
- integer (C_LONG ) :: fresult
779
+ integer (C_SIZE_T ) :: fresult
780
780
type (SwigClassWrapper) :: farg1
781
781
782
782
farg1 = self% swigdata
@@ -798,7 +798,7 @@ subroutine swigf_MapStringString_erase(self, x, swig_result)
798
798
class(MapStringString), intent (in ) :: self
799
799
character (len=* ), target :: x
800
800
integer , intent (out ), optional :: swig_result
801
- integer (C_LONG ) :: fresult
801
+ integer (C_SIZE_T ) :: fresult
802
802
type (SwigClassWrapper) :: farg1
803
803
character (kind= C_CHAR), dimension (:), allocatable , target :: farg2_temp
804
804
type (SwigArrayWrapper) :: farg2
@@ -818,7 +818,7 @@ function swigf_MapStringString_count(self, x) &
818
818
integer :: swig_result
819
819
class(MapStringString), intent (in ) :: self
820
820
character (len=* ), target :: x
821
- integer (C_LONG ) :: fresult
821
+ integer (C_SIZE_T ) :: fresult
822
822
type (SwigClassWrapper) :: farg1
823
823
character (kind= C_CHAR), dimension (:), allocatable , target :: farg2_temp
824
824
type (SwigArrayWrapper) :: farg2
0 commit comments