Stores, and possibly overwrites, a given value under a given key.
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| type(dict_str_i4_type), | intent(inout) | :: | dict | |||
| character(len=default_string_length), | intent(in) | :: | key | |||
| integer(kind=int_4), | intent(in) | :: | value |
Stores, and possibly overwrites, a given value under a given key.
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| type(dict_i4tuple_callstat_type), | intent(inout) | :: | dict | |||
| integer(kind=int_4), | intent(in), | dimension(2) | :: | key | ||
| type(call_stat_type), | intent(in), | POINTER | :: | value |