Project

General

Profile

private function length(this)

Arguments

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

Return Value integer


Source Code

    integer function length(this)
        class(vector_ref), intent(in) :: this
        length = this%current_size
    end function length


© 2016
self was developed by
Documentation generated by FORD