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.

Type Bound

row_t

Arguments

Type IntentOptional Attributes Name
class(row_t), intent(inout) :: this

type instance