FMS 2025.01-dev
Flexible Modeling System
|
Private c function that get the value from a key_id in a yaml file. More...
Public Member Functions | |
type(c_ptr) function | get_value (file_id, key_id) |
Private c function that get the value from a key_id in a yaml file.
Definition at line 134 of file yaml_parser.F90.
type(c_ptr) function get_value | ( | integer(kind=c_int), intent(in) | file_id, |
integer(kind=c_int), intent(in) | key_id | ||
) |
[in] | file_id | File id corresponding to the yaml file that was opened |
[in] | key_id | Id of the key-value pair of interest |
Definition at line 134 of file yaml_parser.F90.