type_key_value_pair Derived Type

type, public :: type_key_value_pair


Inherits

type~~type_key_value_pair~~InheritsGraph type~type_key_value_pair type_key_value_pair type~type_key_value_pair->type~type_key_value_pair next type~type_node type_node type~type_key_value_pair->type~type_node value

Inherited by

type~~type_key_value_pair~~InheritedByGraph type~type_key_value_pair type_key_value_pair type~type_key_value_pair->type~type_key_value_pair next type~type_dictionary type_dictionary type~type_dictionary->type~type_key_value_pair first

Contents


Components

TypeVisibility AttributesNameInitial
character(len=string_length), public :: key =''
class(type_node), public, pointer:: value=> null()
logical, public :: accessed =.false.
type(type_key_value_pair), public, pointer:: next=> null()