NamedArrayContainer Derived Type

type, public :: NamedArrayContainer

Container with named arrays of integers, reals, logicals, and strings


Components

Type Visibility Attributes Name Initial
type(NamedIntegerArray), public, allocatable, dimension(:) :: intData
type(NamedRealArray), public, allocatable, dimension(:) :: realData
type(NamedLogicalArray), public, allocatable, dimension(:) :: logicalData
type(NamedStringArray), public, allocatable, dimension(:) :: stringData