FMS 2025.01-dev
Flexible Modeling System
All Classes Namespaces Files Functions Variables Modules Pages
get_value Interface Reference

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

Public 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 134 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 
)
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 134 of file yaml_parser.F90.


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