libsim
Versione7.2.1
list_abstractforchar
append
countelements
currentindex
currentpoli
delete
display
element
forward
insert
next
prepend
prev
rewind
seek
◆
rewind()
subroutine list_abstractforchar::rewind
(
class(
list
)
this
)
private
reset list iterator to start
Definizione alla linea
248
del file
list_abstractforchar.F03
.
248
function
currentpoli(this)
249
class
(list) :: this
250
character(len=listcharmaxlen)
:: Currentpoli
251
currentpoli = this%currLink%getValue()
252
end function
currentpoli
253
254
Generated with
Doxygen
.