Project

General

Profile

private function iter(this)

Arguments

Type IntentOptional AttributesName
class(vector_ref), intent(in) :: this

Return Value type(vector_iterator)


Source Code

    type(vector_iterator) function iter(this)
        class(vector_ref), intent(in) :: this
        call iter%set_vector(this)
    end function iter


© 2016
self was developed by
Documentation generated by FORD