FMS  2024.03
Flexible Modeling System
get_value Interface Reference

Private c function that get the value from a key_id in a yaml file. More...

Private Member Functions

type(c_ptr) function get_value (file_id, key_id)
 

Detailed Description

Private c function that get the value from a key_id in a yaml file.

Returns
String containing the value obtained

Definition at line 131 of file yaml_parser.F90.

Constructor & Destructor Documentation

◆ get_value()

type(c_ptr) function get_value ( integer(kind=c_int), intent(in)  file_id,
integer(kind=c_int), intent(in)  key_id 
)
private
Parameters
[in]file_idFile id corresponding to the yaml file that was opened
[in]key_idId of the key-value pair of interest

Definition at line 131 of file yaml_parser.F90.


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