yaml_version_directive_s Struct Reference
[Basic Types]

The version directive data. More...

#include <yaml.h>


Data Fields

int major
 The major version number.
int minor
 The minor version number.


Detailed Description

The version directive data.

Definition at line 81 of file yaml.h.


Field Documentation

int yaml_version_directive_s::major

The major version number.

Definition at line 83 of file yaml.h.

Referenced by start_document(), yaml_document_initialize(), yaml_document_start_event_initialize(), and yaml_emitter_analyze_version_directive().

int yaml_version_directive_s::minor

The minor version number.

Definition at line 85 of file yaml.h.

Referenced by start_document(), yaml_document_initialize(), yaml_document_start_event_initialize(), and yaml_emitter_analyze_version_directive().


The documentation for this struct was generated from the following file:
Generated on 19 Jul 2016 for Ruby by  doxygen 1.4.7