libsheepy
Data Fields
yaml_node_pair_s Struct Reference

An element of a mapping node. More...

#include <yaml.h>

Data Fields

int key
 The key of the element. More...
 
int value
 The value of the element. More...
 

Detailed Description

An element of a mapping node.

Definition at line 711 of file yaml.h.

Field Documentation

◆ key

int yaml_node_pair_s::key

The key of the element.

Definition at line 713 of file yaml.h.

◆ value

int yaml_node_pair_s::value

The value of the element.

Definition at line 715 of file yaml.h.


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