Functions/Subroutines | |
subroutine | dchashget0 (hashv, key, value, found) |
subroutine | dchashdelete0 (hashv, key) |
subroutine dc_hash::dchashdelete0 | ( | type(hash), intent(inout) | hashv, |
character(*), intent(in), optional | key | ||
) |
Definition at line 362 of file dc_hash.f90.
subroutine dc_hash::dchashget0 | ( | type(hash), intent(inout) | hashv, |
character(*), intent(in) | key, | ||
character(*), intent(out) | value, | ||
logical, intent(out), optional | found | ||
) |
Definition at line 326 of file dc_hash.f90.
References dc_types::string.