Project

General

Profile

add_iter Subroutine

private subroutine add_iter(this, iter)

Arguments

Type IntentOptional AttributesName
class(vector_ref), intent(inout) :: this
class(vector_iterator) :: iter

Variables

TypeVisibility AttributesNameInitial
class(*), public, pointer:: stuff

Source Code

    subroutine add_iter(this, iter)
        class(vector_ref),intent(inout) :: this
        class(vector_iterator) :: iter
        class(*), pointer :: stuff
        do while(iter%next(stuff))
            call this%add(stuff)
        end do
    end subroutine add_iter


© 2016
self was developed by
Documentation generated by FORD