FMS
2024.03
Flexible Modeling System
|
Private c function that determines the value of a key in yaml_file (see yaml_parser_binding.c) More...
Private Member Functions | |
type(c_ptr) function | get_value_from_key_wrap (file_id, block_id, key_name, success) |
Private c function that determines the value of a key in yaml_file (see yaml_parser_binding.c)
Definition at line 152 of file yaml_parser.F90.
|
private |
[in] | file_id | File id of the yaml file to search |
[in] | block_id | ID corresponding to the block you want the key for |
[in] | key_name | Name of the key you want the value for |
[out] | success | Flag indicating if the call was successful |
Definition at line 152 of file yaml_parser.F90.