dm_hash_table_destroy Subroutine

public subroutine dm_hash_table_destroy(hash_table)

Finalises hash table. If the hash table items contain allocatable data types, you have to deallocate them manually beforehand.

Arguments

Type IntentOptional Attributes Name
type(hash_table_type), intent(inout) :: hash_table

Hash table type.


Called by

proc~~dm_hash_table_destroy~~CalledByGraph proc~dm_hash_table_destroy dm_hash_table_destroy proc~dm_cgi_router_destroy dm_cgi_router_destroy proc~dm_cgi_router_destroy->proc~dm_hash_table_destroy