grw_dynlongarray_type Derived Type

type, public :: grw_dynlongarray_type

growing array type for type(dyn_longarray_type)


Components

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