File: Overload_Test_Impl.F90

package info (click to toggle)
babel 0.10.2-1
  • links: PTS
  • area: contrib
  • in suites: sarge
  • size: 43,932 kB
  • ctags: 29,707
  • sloc: java: 74,695; ansic: 73,142; cpp: 40,649; sh: 18,411; f90: 10,062; fortran: 6,727; python: 6,406; makefile: 3,866; xml: 118; perl: 48
file content (343 lines) | stat: -rw-r--r-- 10,782 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
! 
! File:          Overload_Test_Impl.F90
! Symbol:        Overload.Test-v1.0
! Symbol Type:   class
! Babel Version: 0.10.2
! Description:   Server-side implementation for Overload.Test
! 
! WARNING: Automatically generated; only changes within splicers preserved
! 
! babel-version = 0.10.2
! 


! 
! Symbol "Overload.Test" (version 1.0)
! 
! This class is used as the work-horse, returning the value passed
! in.
! 


#include "Overload_BClass_fAbbrev.h"
#include "Overload_AnException_fAbbrev.h"
#include "sidl_ClassInfo_fAbbrev.h"
#include "Overload_ParentTest_fAbbrev.h"
#include "Overload_Test_fAbbrev.h"
#include "Overload_AClass_fAbbrev.h"
#include "sidl_BaseInterface_fAbbrev.h"
#include "sidl_BaseClass_fAbbrev.h"
! DO-NOT-DELETE splicer.begin(_miscellaneous_code_start)
! Insert extra code here...
! DO-NOT-DELETE splicer.end(_miscellaneous_code_start)




! 
! Class constructor called when the class is created.
! 

recursive subroutine Overload_Test__ctor_mi(self)
  use Overload_Test
  use Overload_Test_impl
  ! DO-NOT-DELETE splicer.begin(Overload.Test._ctor.use)
  ! Insert use statements here...
  ! DO-NOT-DELETE splicer.end(Overload.Test._ctor.use)
  implicit none
  type(Overload_Test_t) :: self ! in

! DO-NOT-DELETE splicer.begin(Overload.Test._ctor)
! Insert the implementation here...
! DO-NOT-DELETE splicer.end(Overload.Test._ctor)
end subroutine Overload_Test__ctor_mi


! 
! Class destructor called when the class is deleted.
! 

recursive subroutine Overload_Test__dtor_mi(self)
  use Overload_Test
  use Overload_Test_impl
  ! DO-NOT-DELETE splicer.begin(Overload.Test._dtor.use)
  ! Insert use statements here...
  ! DO-NOT-DELETE splicer.end(Overload.Test._dtor.use)
  implicit none
  type(Overload_Test_t) :: self ! in

! DO-NOT-DELETE splicer.begin(Overload.Test._dtor)
! Insert the implementation here...
! DO-NOT-DELETE splicer.end(Overload.Test._dtor)
end subroutine Overload_Test__dtor_mi


! 
! Static class initializer called exactly once before any user-defined method is dispatched
! 

recursive subroutine Overload_Test__load_mi()
  use Overload_Test
  use Overload_Test_impl
  ! DO-NOT-DELETE splicer.begin(Overload.Test._load.use)
  ! Insert use statements here...
  ! DO-NOT-DELETE splicer.end(Overload.Test._load.use)
  implicit none

! DO-NOT-DELETE splicer.begin(Overload.Test._load)
! Insert the implementation here...
! DO-NOT-DELETE splicer.end(Overload.Test._load)
end subroutine Overload_Test__load_mi


! 
! Method:  getValue[IntDouble]
! 

recursive subroutine getValueIntDoublerd34dbz9jls_mi(self, a, b, retval)
  use Overload_Test
  use Overload_Test_impl
  ! DO-NOT-DELETE splicer.begin(Overload.Test.getValueIntDouble.use)
  ! Insert use statements here...
  ! DO-NOT-DELETE splicer.end(Overload.Test.getValueIntDouble.use)
  implicit none
  type(Overload_Test_t) :: self ! in
  integer (selected_int_kind(9)) :: a ! in
  real (selected_real_kind(15, 307)) :: b ! in
  real (selected_real_kind(15, 307)) :: retval ! out

! DO-NOT-DELETE splicer.begin(Overload.Test.getValueIntDouble)
  retval = a + b
! DO-NOT-DELETE splicer.end(Overload.Test.getValueIntDouble)
end subroutine getValueIntDoublerd34dbz9jls_mi


! 
! Method:  getValue[DoubleInt]
! 

recursive subroutine getValueDoubleInt_q3fsx81gvi_mi(self, a, b, retval)
  use Overload_Test
  use Overload_Test_impl
  ! DO-NOT-DELETE splicer.begin(Overload.Test.getValueDoubleInt.use)
  ! Insert use statements here...
  ! DO-NOT-DELETE splicer.end(Overload.Test.getValueDoubleInt.use)
  implicit none
  type(Overload_Test_t) :: self ! in
  real (selected_real_kind(15, 307)) :: a ! in
  integer (selected_int_kind(9)) :: b ! in
  real (selected_real_kind(15, 307)) :: retval ! out

! DO-NOT-DELETE splicer.begin(Overload.Test.getValueDoubleInt)
  retval = a + b
! DO-NOT-DELETE splicer.end(Overload.Test.getValueDoubleInt)
end subroutine getValueDoubleInt_q3fsx81gvi_mi


! 
! Method:  getValue[IntDoubleFloat]
! 

recursive subroutine getValueIntDoubleFcskufgz9sq_mi(self, a, b, c, retval)
  use Overload_Test
  use Overload_Test_impl
  ! DO-NOT-DELETE splicer.begin(Overload.Test.getValueIntDoubleFloat.use)
  ! Insert use statements here...
  ! DO-NOT-DELETE splicer.end(Overload.Test.getValueIntDoubleFloat.use)
  implicit none
  type(Overload_Test_t) :: self ! in
  integer (selected_int_kind(9)) :: a ! in
  real (selected_real_kind(15, 307)) :: b ! in
  real (selected_real_kind(6, 37)) :: c ! in
  real (selected_real_kind(15, 307)) :: retval ! out

! DO-NOT-DELETE splicer.begin(Overload.Test.getValueIntDoubleFloat)
  retval = a + b + c
! DO-NOT-DELETE splicer.end(Overload.Test.getValueIntDoubleFloat)
end subroutine getValueIntDoubleFcskufgz9sq_mi


! 
! Method:  getValue[DoubleIntFloat]
! 

recursive subroutine getValueDoubleIntFt6g5k8522j_mi(self, a, b, c, retval)
  use Overload_Test
  use Overload_Test_impl
  ! DO-NOT-DELETE splicer.begin(Overload.Test.getValueDoubleIntFloat.use)
  ! Insert use statements here...
  ! DO-NOT-DELETE splicer.end(Overload.Test.getValueDoubleIntFloat.use)
  implicit none
  type(Overload_Test_t) :: self ! in
  real (selected_real_kind(15, 307)) :: a ! in
  integer (selected_int_kind(9)) :: b ! in
  real (selected_real_kind(6, 37)) :: c ! in
  real (selected_real_kind(15, 307)) :: retval ! out

! DO-NOT-DELETE splicer.begin(Overload.Test.getValueDoubleIntFloat)
  retval = a + b + c
! DO-NOT-DELETE splicer.end(Overload.Test.getValueDoubleIntFloat)
end subroutine getValueDoubleIntFt6g5k8522j_mi


! 
! Method:  getValue[IntFloatDouble]
! 

recursive subroutine getValueIntFloatDowgcor0ywbd_mi(self, a, b, c, retval)
  use Overload_Test
  use Overload_Test_impl
  ! DO-NOT-DELETE splicer.begin(Overload.Test.getValueIntFloatDouble.use)
  ! Insert use statements here...
  ! DO-NOT-DELETE splicer.end(Overload.Test.getValueIntFloatDouble.use)
  implicit none
  type(Overload_Test_t) :: self ! in
  integer (selected_int_kind(9)) :: a ! in
  real (selected_real_kind(6, 37)) :: b ! in
  real (selected_real_kind(15, 307)) :: c ! in
  real (selected_real_kind(15, 307)) :: retval ! out

! DO-NOT-DELETE splicer.begin(Overload.Test.getValueIntFloatDouble)
  retval = a + b + c
! DO-NOT-DELETE splicer.end(Overload.Test.getValueIntFloatDouble)
end subroutine getValueIntFloatDowgcor0ywbd_mi


! 
! Method:  getValue[DoubleFloatInt]
! 

recursive subroutine getValueDoubleFloau2t4dhu7tm_mi(self, a, b, c, retval)
  use Overload_Test
  use Overload_Test_impl
  ! DO-NOT-DELETE splicer.begin(Overload.Test.getValueDoubleFloatInt.use)
  ! Insert use statements here...
  ! DO-NOT-DELETE splicer.end(Overload.Test.getValueDoubleFloatInt.use)
  implicit none
  type(Overload_Test_t) :: self ! in
  real (selected_real_kind(15, 307)) :: a ! in
  real (selected_real_kind(6, 37)) :: b ! in
  integer (selected_int_kind(9)) :: c ! in
  real (selected_real_kind(15, 307)) :: retval ! out

! DO-NOT-DELETE splicer.begin(Overload.Test.getValueDoubleFloatInt)
  retval = a + b + c
! DO-NOT-DELETE splicer.end(Overload.Test.getValueDoubleFloatInt)
end subroutine getValueDoubleFloau2t4dhu7tm_mi


! 
! Method:  getValue[FloatIntDouble]
! 

recursive subroutine getValueFloatIntDoztrk04qk4x_mi(self, a, b, c, retval)
  use Overload_Test
  use Overload_Test_impl
  ! DO-NOT-DELETE splicer.begin(Overload.Test.getValueFloatIntDouble.use)
  ! Insert use statements here...
  ! DO-NOT-DELETE splicer.end(Overload.Test.getValueFloatIntDouble.use)
  implicit none
  type(Overload_Test_t) :: self ! in
  real (selected_real_kind(6, 37)) :: a ! in
  integer (selected_int_kind(9)) :: b ! in
  real (selected_real_kind(15, 307)) :: c ! in
  real (selected_real_kind(15, 307)) :: retval ! out

! DO-NOT-DELETE splicer.begin(Overload.Test.getValueFloatIntDouble)
  retval = a + b + c
! DO-NOT-DELETE splicer.end(Overload.Test.getValueFloatIntDouble)
end subroutine getValueFloatIntDoztrk04qk4x_mi


! 
! Method:  getValue[FloatDoubleInt]
! 

recursive subroutine getValueFloatDoublt47zq8i7bz_mi(self, a, b, c, retval)
  use Overload_Test
  use Overload_Test_impl
  ! DO-NOT-DELETE splicer.begin(Overload.Test.getValueFloatDoubleInt.use)
  ! Insert use statements here...
  ! DO-NOT-DELETE splicer.end(Overload.Test.getValueFloatDoubleInt.use)
  implicit none
  type(Overload_Test_t) :: self ! in
  real (selected_real_kind(6, 37)) :: a ! in
  real (selected_real_kind(15, 307)) :: b ! in
  integer (selected_int_kind(9)) :: c ! in
  real (selected_real_kind(15, 307)) :: retval ! out

! DO-NOT-DELETE splicer.begin(Overload.Test.getValueFloatDoubleInt)
  retval = a + b + c
! DO-NOT-DELETE splicer.end(Overload.Test.getValueFloatDoubleInt)
end subroutine getValueFloatDoublt47zq8i7bz_mi


! 
! Method:  getValue[Exception]
! 

recursive subroutine getValueExceptionjjnkngq3yn7_mi(self, v, retval)
  use Overload_AnException
  use Overload_Test
  use Overload_Test_impl
  ! DO-NOT-DELETE splicer.begin(Overload.Test.getValueException.use)
  ! Insert use statements here...
  ! DO-NOT-DELETE splicer.end(Overload.Test.getValueException.use)
  implicit none
  type(Overload_Test_t) :: self ! in
  type(Overload_AnException_t) :: v ! in
  character (len=*) :: retval ! out

! DO-NOT-DELETE splicer.begin(Overload.Test.getValueException)
  call getNote(v, retval)
! DO-NOT-DELETE splicer.end(Overload.Test.getValueException)
end subroutine getValueExceptionjjnkngq3yn7_mi


! 
! Method:  getValue[AClass]
! 

recursive subroutine Overload_Test_getValueAClass_mi(self, v, retval)
  use Overload_Test
  use Overload_AClass
  use Overload_Test_impl
  ! DO-NOT-DELETE splicer.begin(Overload.Test.getValueAClass.use)
  ! Insert use statements here...
  ! DO-NOT-DELETE splicer.end(Overload.Test.getValueAClass.use)
  implicit none
  type(Overload_Test_t) :: self ! in
  type(Overload_AClass_t) :: v ! in
  integer (selected_int_kind(9)) :: retval ! out

! DO-NOT-DELETE splicer.begin(Overload.Test.getValueAClass)
  call getValue(v, retval)
! DO-NOT-DELETE splicer.end(Overload.Test.getValueAClass)
end subroutine Overload_Test_getValueAClass_mi


! 
! Method:  getValue[BClass]
! 

recursive subroutine Overload_Test_getValueBClass_mi(self, v, retval)
  use Overload_BClass
  use Overload_Test
  use Overload_Test_impl
  ! DO-NOT-DELETE splicer.begin(Overload.Test.getValueBClass.use)
  ! Insert use statements here...
  ! DO-NOT-DELETE splicer.end(Overload.Test.getValueBClass.use)
  implicit none
  type(Overload_Test_t) :: self ! in
  type(Overload_BClass_t) :: v ! in
  integer (selected_int_kind(9)) :: retval ! out

! DO-NOT-DELETE splicer.begin(Overload.Test.getValueBClass)
  call getValue(v, retval)
! DO-NOT-DELETE splicer.end(Overload.Test.getValueBClass)
end subroutine Overload_Test_getValueBClass_mi


! DO-NOT-DELETE splicer.begin(_miscellaneous_code_end)
! Insert extra code here...
! DO-NOT-DELETE splicer.end(_miscellaneous_code_end)