dict_i4tuple_callstat_item_type Derived Type

type, public :: dict_i4tuple_callstat_item_type


Components

Type Visibility Attributes Name Initial
integer(kind=int_4), public, dimension(2) :: key
type(call_stat_type), public, POINTER :: value

Source Code

      TYPE dict_i4tuple_callstat_item_type
         INTEGER(kind=int_4), dimension(2)        :: key
         TYPE(call_stat_type), POINTER      :: value
      END TYPE dict_i4tuple_callstat_item_type