libsim
Versione6.3.0
list_abstract
append
countelements
currentindex
currentpoli
delete
display
element
forward
insert
next
prepend
prev
rewind
seek
◆
next()
subroutine list_abstract::next
(
class(
list
)
this
)
private
increment list iterator
Definizione alla linea
280
del file
list_abstract.F03
.
280
return
281
end if
282
283
if
(
index
< (this%index) .or. .not.
c_e
(this%index))
then
284
call
this%rewind()
285
end if
286
287
do
while
(this%element())
288
if
(
index
== this%index)
then
289
seek =.true.
290
return
index
Index method.
Definition:
array_utilities_pre.F90:90
datetime_class::c_e
Missing check.
Definition:
datetime_class.F90:521
Generated with
Doxygen
.