delete_row Subroutine

private pure subroutine delete_row(this)

Deletes a given linked list row by recursively iterating over all nodes. Nullifies the pointers and deallocates the elements.

Arguments

TypeIntentOptionalAttributesName
class(row_t), intent(inout) :: this

type instance


Contents

None