libsim
Versione7.2.3
list_abstractforchar
append
countelements
currentindex
currentpoli
delete
display
element
forward
insert
next
prepend
prev
rewind
seek
◆
next()
subroutine list_abstractforchar::next
(
class(
list
)
this
)
private
increment list iterator
Definizione alla linea
270
del file
list_abstractforchar.F03
.
270
return
271
end if
272
273
if
(
index
< (this%index) .or. .not. c_e(this%index))
then
274
call
this%rewind()
275
end if
276
277
do
while
(this%element())
278
if
(
index
== this%index)
then
279
seek =.true.
280
return
index
Index method.
Definition:
array_utilities_pre.F90:90
Generated with
Doxygen
.