FMS 2025.01.02-dev
Flexible Modeling System
|
Private c function that determines the value of a key in yaml_file (see yaml_parser_binding.c) More...
Public 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 155 of file yaml_parser.F90.
type(c_ptr) function get_value_from_key_wrap | ( | integer(kind=c_int), intent(in) | file_id, |
integer(kind=c_int), intent(in) | block_id, | ||
character(kind=c_char), dimension(*), intent(in) | key_name, | ||
integer(kind=c_int), intent(out) | success | ||
) |
[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 155 of file yaml_parser.F90.