从 CHARACTER 字符串设置键的内容 参数:key - 输出键 value - 输入 CHARACTER 字符串
类型 | 意图 | 可选 | 属性 | 名称 | ||
---|---|---|---|---|---|---|
type(key_type), | intent(out) | :: | key | |||
character(len=*), | intent(in) | :: | value |
从 INTEGER(INT8) 向量设置键的内容 参数:key - 输出键 value - 输入 INTEGER(INT8) 向量
类型 | 意图 | 可选 | 属性 | 名称 | ||
---|---|---|---|---|---|---|
type(key_type), | intent(out) | :: | key | |||
integer(kind=int8), | intent(in) | :: | value(:) |
从 INTEGER(INT32) 向量设置键的内容 参数:key - 输出键 value - 输入 INTEGER(INT32) 向量
类型 | 意图 | 可选 | 属性 | 名称 | ||
---|---|---|---|---|---|---|
type(key_type), | intent(out) | :: | key | |||
integer(kind=int32), | intent(in) | :: | value(:) |
从 CLASS(*) 变量设置其他数据的內容 参数:other - 输出其他数据 value - 输入 CLASS(*) 变量
类型 | 意图 | 可选 | 属性 | 名称 | ||
---|---|---|---|---|---|---|
type(other_type), | intent(out) | :: | other | |||
class(*), | intent(in) | :: | value |