grw_stringkeyvaluepairarray_type Derived Type

type, public :: grw_stringkeyvaluepairarray_type

growing array type for type(tem_stringkeyvaluepair_type)


Inherits

type~~grw_stringkeyvaluepairarray_type~~InheritsGraph type~grw_stringkeyvaluepairarray_type grw_stringkeyvaluepairarray_type type~tem_stringkeyvaluepair_type tem_stringKeyValuePair_type type~grw_stringkeyvaluepairarray_type->type~tem_stringkeyvaluepair_type val

Contents


Components

Type Visibility Attributes Name Initial
integer, public :: nvals = 0
integer, public :: containersize = 0
type(tem_stringKeyValuePair_type), public, allocatable :: val(:)