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