Treelm
TreElm Overview
Source Files
Modules
Procedures
Abstract Interfaces
Derived Types
dyn_patharray_type
Derived Type
6 statements
Source File
tem_path_array.f90
tem_path_array_module
dyn_patharray_type
Contents
Variables
nvals
containersize
val
sorted
type, public :: dyn_patharray_type
dynamic array (da) type for type(tem_path_type)
Components
Type
Visibility
Attributes
Name
Initial
integer,
public
::
nvals
=
0
integer,
public
::
containersize
=
0
type(
tem_path_type
),
public,
allocatable
::
val
(:)
integer,
public,
allocatable
::
sorted
(:)