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