Type | Visibility | Attributes | Name | Initial | |||
---|---|---|---|---|---|---|---|
character(len=default_string_length), | private | :: | key | ||||
integer(kind=int_4), | private | :: | value | ||||
integer(kind=int_8), | private | :: | hash | ||||
type(private_item_type_str_i4), | private, | POINTER | :: | next | => | Null() |
TYPE private_item_type_str_i4
PRIVATE
CHARACTER(LEN=default_string_length) :: key
INTEGER(kind=int_4) :: value
INTEGER(KIND=int_8) :: hash
TYPE(private_item_type_str_i4), POINTER :: next => Null()
END TYPE private_item_type_str_i4