Defines a key/value pair of strings that can be set or retrieved.
Type | Visibility | Attributes | Name | Initial | |||
---|---|---|---|---|---|---|---|
character(len=labellen), | public | :: | key |
The key in the key/value pair. It's length is limited to /ref labellen. |
|||
character(len=labellen), | public | :: | value |
The value in the key/value pair. It's length is limited to /ref labellen. |
type tem_stringKeyValuePair_type !> The key in the key/value pair. It's length is limited to /ref labellen. character(len=labellen) :: key !> The value in the key/value pair. It's length is limited to /ref labellen. character(len=labellen) :: value end type tem_stringKeyValuePair_type