libsheepy
Data Fields
yaml_simple_key_s Struct Reference

This structure holds information about a potential simple key. More...

#include <yaml.h>

Data Fields

int possible
 Is a simple key possible? More...
 
int required
 Is a simple key required? More...
 
size_t token_number
 The number of the token. More...
 
yaml_mark_t mark
 The position mark. More...
 

Detailed Description

This structure holds information about a potential simple key.

Definition at line 995 of file yaml.h.

Field Documentation

◆ possible

int yaml_simple_key_s::possible

Is a simple key possible?

Definition at line 997 of file yaml.h.

◆ required

int yaml_simple_key_s::required

Is a simple key required?

Definition at line 1000 of file yaml.h.

◆ token_number

size_t yaml_simple_key_s::token_number

The number of the token.

Definition at line 1003 of file yaml.h.

◆ mark

yaml_mark_t yaml_simple_key_s::mark

The position mark.

Definition at line 1006 of file yaml.h.


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