libsim  Versione6.3.0

◆ currentdbametaanddatai()

type(dbametaanddatai) function dballe_class::currentdbametaanddatai ( class(dbametaanddatailist this)
private

Get dbametaanddatai pointed by iterator.

Definizione alla linea 2823 del file dballe_class.F03.

2823 i=0
2824 do while(this%element())
2825  i=i+1
2826  toarray_dbametaanddatad(i) =this%current()
2827  call this%next()
2828 end do
2829 end function toarray_dbametaanddatad
2830 

Generated with Doxygen.