delete Subroutine

private pure subroutine delete(this)

Destructor, deallocates the node attributes.

Type Bound

node_t

Arguments

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

type instance