FMS  2024.03
Flexible Modeling System
get_key_ids_binding Interface Reference

Private c function that gets the ids of the key-value pairs in a block (see yaml_parser_binding.c) More...

Private Member Functions

subroutine get_key_ids_binding (file_id, block_id, key_ids)
 

Detailed Description

Private c function that gets the ids of the key-value pairs in a block (see yaml_parser_binding.c)

Definition at line 102 of file yaml_parser.F90.

Constructor & Destructor Documentation

◆ get_key_ids_binding()

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 
)
private
Parameters
[in]file_idFile id corresponding to the yaml file that was opened
[in]block_idId of the parent_block
[in,out]key_idsIds of the key-value pairs

Definition at line 102 of file yaml_parser.F90.


The documentation for this interface was generated from the following file: