FMS  2024.03
Flexible Modeling System
get_nkeys_binding Interface Reference

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

Private Member Functions

integer(kind=c_int) function get_nkeys_binding (file_id, block_id)
 

Detailed Description

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

Returns
Number of key-value pairs in this block

Definition at line 93 of file yaml_parser.F90.

Constructor & Destructor Documentation

◆ get_nkeys_binding()

integer(kind=c_int) function get_nkeys_binding ( integer(kind=c_int), intent(in)  file_id,
integer(kind=c_int), intent(in)  block_id 
)
private
Parameters
[in]file_idFile id corresponding to the yaml file that was opened
[in]block_idId of the parent_block

Definition at line 93 of file yaml_parser.F90.


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