Public Member Functions | |
| subroutine | dchashdelete0 (hashv, key) |
Definition at line 218 of file dc_hash.f90.
| subroutine dc_hash::dchashdelete::dchashdelete0 | ( | type(hash), intent(inout) | hashv, |
| character(*), intent(in), optional | key | ||
| ) |
Delete associated value from hash with key
Deletes key and its associated value from hashv. If key is not found in hashv, nothing is done.
If key is omitted, all keys and values in hashv are deleted.
| [in,out] | hashv | Hash variable |
| [in] | key | Key string to delete (optional) |
Definition at line 582 of file dc_hash.f90.