FMS 2025.01.02-dev
Flexible Modeling System
|
Private c function that gets the ids of the key-value pairs in a block (see yaml_parser_binding.c) More...
Public Member Functions | |
subroutine | get_key_ids_binding (file_id, block_id, key_ids) |
Private c function that gets the ids of the key-value pairs in a block (see yaml_parser_binding.c)
Definition at line 105 of file yaml_parser.F90.
subroutine get_key_ids_binding | ( | integer(kind=c_int), intent(in) | file_id, |
integer(kind=c_int), intent(in) | block_id, | ||
integer(kind=c_int), dimension(*), intent(inout) | key_ids | ||
) |
[in] | file_id | File id corresponding to the yaml file that was opened |
[in] | block_id | Id of the parent_block |
[in,out] | key_ids | Ids of the key-value pairs |
Definition at line 105 of file yaml_parser.F90.