FMS  2024.03
Flexible Modeling System
get_value_from_key_wrap Interface Reference

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)
 

Detailed Description

Private c function that determines the value of a key in yaml_file (see yaml_parser_binding.c)

Returns
c pointer with the value obtained

Definition at line 152 of file yaml_parser.F90.

Constructor & Destructor Documentation

◆ get_value_from_key_wrap()

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 
)
private
Parameters
[in]file_idFile id of the yaml file to search
[in]block_idID corresponding to the block you want the key for
[in]key_nameName of the key you want the value for
[out]successFlag indicating if the call was successful

Definition at line 152 of file yaml_parser.F90.


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