Version information on TOML-Fortran
Type | Visibility | Attributes | Name | Initial | |||
---|---|---|---|---|---|---|---|
integer, | public, | parameter | :: | tomlf_version_compact | = | tomlf_major*10000+tomlf_minor*100+tomlf_patch |
Compact numeric representation of the TOML-Fortran version |
character(len=*), | public, | parameter | :: | tomlf_version_string | = | "0.4.2" |
String representation of the TOML-Fortran version |
Getter function to retrieve TOML-Fortran version
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
integer, | intent(out), | optional | :: | major |
Major version number of the TOML-Fortran version |
|
integer, | intent(out), | optional | :: | minor |
Minor version number of the TOML-Fortran version |
|
integer, | intent(out), | optional | :: | patch |
Patch version number of the TOML-Fortran version |
|
character(len=:), | intent(out), | optional, | allocatable | :: | string |
String representation of the TOML-Fortran version |