Type | Visibility | Attributes | Name | Initial | |||
---|---|---|---|---|---|---|---|
integer, | private | :: | nslots | = | 0 | ||
integer, | private | :: | nitems | = | 0 | ||
character(len=200), | private, | allocatable | :: | key(:) | |||
character(len=1000), | private, | allocatable | :: | value(:) |
type, public :: assoc_list_t
private
integer :: nslots = 0
integer :: nitems = 0
character(len=200), allocatable :: key(:)
character(len=1000), allocatable :: value(:)
end type assoc_list_t