libsim
Versione6.3.0
list_abstract
append
countelements
currentindex
currentpoli
delete
display
element
forward
insert
next
prepend
prev
rewind
seek
◆
countelements()
integer function list_abstract::countelements
(
class(
list
)
this
)
private
count values in list
Definizione alla linea
147
del file
list_abstract.F03
.
147
call
newlink%setnextLink(this%firstLink)
148
call
this%firstLink%setNextLink(newlink)
149
150
this%firstLink => newlink
151
this%index=this%index+1
152
end if
153
end subroutine
prepend
154
156
logical
function
insert
(this, value, index)
157
class
(list) :: this
158
class
(*) :: value
datetime_class::insert
Method for inserting elements of the array at a desired position.
Definition:
datetime_class.F90:632
Generated with
Doxygen
.