NamedScalarContainer Derived Type

type, public :: NamedScalarContainer

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


Components

Type Visibility Attributes Name Initial
type(NamedInteger), public, allocatable, dimension(:) :: intData
type(NamedReal), public, allocatable, dimension(:) :: realData
type(NamedLogical), public, allocatable, dimension(:) :: logicalData
type(NamedString), public, allocatable, dimension(:) :: stringData