dyn_patharray_type Derived Type

type, public :: dyn_patharray_type

dynamic array (da) type for type(tem_path_type)


Inherits

type~~dyn_patharray_type~~InheritsGraph type~dyn_patharray_type dyn_patharray_type type~tem_path_type tem_path_type type~dyn_patharray_type->type~tem_path_type val

Contents


Components

TypeVisibilityAttributesNameInitial
integer, public :: nvals =0
integer, public :: containersize =0
type(tem_path_type), public, allocatable:: val(:)
integer, public, allocatable:: sorted(:)