FMS 2025.01.02-dev
Flexible Modeling System
Loading...
Searching...
No Matches
get_key Interface Reference

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

Public Member Functions

type(c_ptr) function get_key (file_id, key_id)
 

Detailed Description

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

Returns
Name of the key obtained

Definition at line 124 of file yaml_parser.F90.

Constructor & Destructor Documentation

◆ get_key()

type(c_ptr) function get_key ( 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 124 of file yaml_parser.F90.


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