Yaml.SimpleKey – yaml-0.1 Reference Manual
Packages
yaml-0.1
Yaml
SimpleKey
mark
possible
required
token_number
SimpleKey
Object Hierarchy:
Description:
[
CCode
( cname =
"yaml_simple_key_t"
, has_destroy_function =
false
, has_type_id =
false
) ]
public
struct
SimpleKey
This structure holds information about a potential simple key.
Namespace:
Yaml
Package:
yaml-0.1
Content:
Fields:
public
int
possible
Is a simple key possible?
public
int
required
Is a simple key required?
public
size_t
token_number
The number of the token.
public
Mark
mark
The position mark.