File yaml_interface_mod.F90¶
FileList > external > yaml_interface > yaml_interface_mod.F90
Go to the source code of this file
High-level Fortran interface for yaml-cpp. More...
Namespaces¶
| Type | Name |
|---|---|
| namespace | iso_c_binding |
| namespace | yaml_interface_mod |
Classes¶
| Type | Name |
|---|---|
| interface | yaml_get Generic interface for getting values from YAML This allows uniform syntax: call yaml_get(node, key, value, rc) for any supported data type. |
| interface | yaml_get_array Generic interface for getting arrays from YAML This allows uniform syntax: call yaml_get_array(node, key, values, rc) for any supported array type. |
| interface | yaml_set Generic interface for setting values in YAML This allows uniform syntax: call yaml_set(node, key, value, rc) for any supported data type. |
Detailed Description¶
Author:
CATChem Development Team
Date:
2025
This module provides a high-level Fortran interface to yaml-cpp with generic procedures that can handle all data types seamlessly.
The documentation for this class was generated from the following file src/external/yaml_interface/yaml_interface_mod.F90