Type | Visibility | Attributes | Name | Initial | |||
---|---|---|---|---|---|---|---|
character(len=default_string_length), | private | :: | key | = | "" | ||
integer(kind=int_4), | private | :: | value | = | -1_int_4 | ||
integer(kind=int_8), | private | :: | hash | = | -1_int_8 | ||
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 =-1_int_4 INTEGER(KIND=int_8) :: hash = -1_int_8 TYPE(private_item_type_str_i4), POINTER :: next => Null() END TYPE private_item_type_str_i4