private_item_type_i4tuple_callstat Derived Type

type, private :: private_item_type_i4tuple_callstat


Components

Type Visibility Attributes Name Initial
integer(kind=int_4), private, dimension(2) :: key
type(call_stat_type), private, POINTER :: value
integer(kind=int_8), private :: hash
type(private_item_type_i4tuple_callstat), private, POINTER :: next => Null()

Source Code

      TYPE private_item_type_i4tuple_callstat
         PRIVATE
         INTEGER(kind=int_4), dimension(2)                            :: key
         TYPE(call_stat_type), POINTER                          :: value
         INTEGER(KIND=int_8)                         :: hash
         TYPE(private_item_type_i4tuple_callstat), POINTER          :: next => Null()
      END TYPE private_item_type_i4tuple_callstat