dict_str_i4_type Derived Type

type, public :: dict_str_i4_type


Components

Type Visibility Attributes Name Initial
type(private_item_p_type_str_i4), private, DIMENSION(:), POINTER :: buckets => Null()
integer, private :: size = -1

Source Code

      TYPE dict_str_i4_type
         PRIVATE
         TYPE(private_item_p_type_str_i4), DIMENSION(:), POINTER      :: buckets => Null()
         INTEGER                                               :: size = -1
      END TYPE dict_str_i4_type