libsim
Versione6.3.0
list_abstract
append
countelements
currentindex
currentpoli
delete
display
element
forward
insert
next
prepend
prev
rewind
seek
◆
rewind()
subroutine list_abstract::rewind
(
class(
list
)
this
)
private
reset list iterator to start
Definizione alla linea
258
del file
list_abstract.F03
.
258
function
currentpoli(this)
259
class
(list) :: this
260
class
(*),
pointer
:: Currentpoli
261
currentpoli => this%currLink%getValue()
262
end function
currentpoli
263
264
Generated with
Doxygen
.