tem_stringKeyValuePair_type Derived Type

type, public :: tem_stringKeyValuePair_type

Defines a key/value pair of strings that can be set or retrieved.


Inherited by

type~~tem_stringkeyvaluepair_type~~InheritedByGraph type~tem_stringkeyvaluepair_type tem_stringKeyValuePair_type type~grw_stringkeyvaluepairarray_type grw_stringkeyvaluepairarray_type type~grw_stringkeyvaluepairarray_type->type~tem_stringkeyvaluepair_type val

Contents


Components

TypeVisibilityAttributesNameInitial
character(len=labellen), private :: key

The key in the key/value pair. It's length is limited to /ref labellen.

character(len=labellen), private :: value

The value in the key/value pair. It's length is limited to /ref labellen.