Finalize the dictionary node.
Wrapper for destroy
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
type(dictionary_node), | intent(inout) | :: | self | The node. |
elemental subroutine finalize(self)
!---------------------------------------------------------------------------------------------------------------------------------
!< Finalize the dictionary node.
!<
!< Wrapper for [[dictionary_node:destroy]]
!---------------------------------------------------------------------------------------------------------------------------------
type(dictionary_node), intent(inout) :: self !< The node.
!---------------------------------------------------------------------------------------------------------------------------------
!---------------------------------------------------------------------------------------------------------------------------------
call self%destroy
!---------------------------------------------------------------------------------------------------------------------------------
endsubroutine finalize