Container with named arrays of integers, reals, logicals, and strings
| 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 |