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 |
Intent | Optional | Attributes |
|
Name |
|
class(row_t),
|
intent(inout) |
|
|
:: |
this |
type instance
|