libsim
Versione6.3.0
list_abstractforchar
append
countelements
currentindex
currentpoli
delete
display
element
forward
insert
next
prepend
prev
rewind
seek
◆
countelements()
integer function list_abstractforchar::countelements
(
class(
list
)
this
)
private
count values in list
Definizione alla linea
137
del file
list_abstractforchar.F03
.
137
call
newlink%setnextLink(this%firstLink)
138
call
this%firstLink%setNextLink(newlink)
139
140
this%firstLink => newlink
141
this%index=this%index+1
142
end if
143
end subroutine
prepend
144
146
logical
function
insert
(this, value, index)
147
class
(list) :: this
148
character(len=*)
:: value
datetime_class::insert
Method for inserting elements of the array at a desired position.
Definition:
datetime_class.F90:632
Generated with
Doxygen
.