OSFI-Fortran  3.9.2
OpenSF Integration Library
Class Hierarchy
This inheritance list is sorted roughly, but not completely, alphabetically:
[detail level 12]
 Cosfi_base::operator(==)
 Cosfi_handle
 Cosfi_clp::osfi_commandlineparserType that wraps the Parameter class in OSFI-C++
 Cosfi_confm::osfi_parameterType that wraps the Parameter class in OSFI-C++
 Cosfi_confm::osfi_paramreaderType that wraps the ParamReader class in OSFI-C++
 Cosfi_base::osfi_handleType that contains code common to both Parameter and ParamReader
 Cosfi_confm::osfi_paramelemtypeType that represents a parameter element type. It is used instead of integral constants to avoid arithmetic operations on them, akin to the difference between "enum" and "enum class" in C++. They can be tested for (in)equality, and used in a Select Case construct through the publically accessible "repr" field
 Cosfi_base::osfi_strType 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