OSFI-Fortran  3.10.0
OpenSF Integration Library
osfi_base::osfi_str Type Reference

Type used to represent arrays of variable-length strings. It is necessary because Fortran does not allow "jagged" arrays directly, so an array of a type with an array component is needed. More...

Public Attributes

character(:), allocatable str
 

Detailed Description

Type used to represent arrays of variable-length strings. It is necessary because Fortran does not allow "jagged" arrays directly, so an array of a type with an array component is needed.


The documentation for this type was generated from the following file: