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