Type | Visibility | Attributes | Name | Initial | |||
---|---|---|---|---|---|---|---|
integer(kind=int_4), | private, | dimension(2) | :: | key | = | -1_int_4 | |
type(call_stat_type), | private, | POINTER | :: | value | => | NULL() | |
integer(kind=int_8), | private | :: | hash | = | -1_int_8 | ||
type(private_item_type_i4tuple_callstat), | private, | POINTER | :: | next | => | Null() |
TYPE private_item_type_i4tuple_callstat PRIVATE INTEGER(kind=int_4), dimension(2) :: key =-1_int_4 TYPE(call_stat_type), POINTER :: value =>NULL() INTEGER(KIND=int_8) :: hash = -1_int_8 TYPE(private_item_type_i4tuple_callstat), POINTER :: next => Null() END TYPE private_item_type_i4tuple_callstat