OSFI-Fortran
3.10.0
OpenSF Integration Library
|
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 |
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.