2015-12-05 16:50:27 +00:00
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
< html xmlns = "http://www.w3.org/1999/xhtml" >
< head >
< meta http-equiv = "Content-Type" content = "text/xhtml;charset=UTF-8" / >
< meta http-equiv = "X-UA-Compatible" content = "IE=9" / >
2023-12-28 08:45:35 +11:00
< meta name = "generator" content = "Doxygen 1.8.14" / >
< meta name = "viewport" content = "width=device-width, initial-scale=1" / >
2015-12-05 16:50:27 +00:00
< title > yaml: yaml_version_directive_s Struct Reference< / title >
< link href = "tabs.css" rel = "stylesheet" type = "text/css" / >
2023-12-28 08:45:35 +11:00
< script type = "text/javascript" src = "jquery.js" > < / script >
< script type = "text/javascript" src = "dynsections.js" > < / script >
2015-12-05 16:50:27 +00:00
< link href = "doxygen.css" rel = "stylesheet" type = "text/css" / >
< / head >
< body >
2023-12-28 08:45:35 +11:00
< div id = "top" > <!-- do not remove this div, it is closed by doxygen! -->
2015-12-05 16:50:27 +00:00
< div id = "titlearea" >
< table cellspacing = "0" cellpadding = "0" >
< tbody >
< tr style = "height: 56px;" >
2023-12-28 08:45:35 +11:00
< td id = "projectalign" style = "padding-left: 0.5em;" >
2015-12-05 16:50:27 +00:00
< div id = "projectname" > yaml
2023-12-28 08:45:35 +11:00
  < span id = "projectnumber" > 0.2.5< / span >
2015-12-05 16:50:27 +00:00
< / div >
< / td >
< / tr >
< / tbody >
< / table >
< / div >
2023-12-28 08:45:35 +11:00
<!-- end header part -->
<!-- Generated by Doxygen 1.8.14 -->
< script type = "text/javascript" src = "menudata.js" > < / script >
< script type = "text/javascript" src = "menu.js" > < / script >
< script type = "text/javascript" >
/* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3& dn=gpl-2.0.txt GPL-v2 */
$(function() {
initMenu('',false,false,'search.php','Search');
});
/* @license-end */< / script >
< div id = "main-nav" > < / div >
< / div > <!-- top -->
2015-12-05 16:50:27 +00:00
< div class = "header" >
< div class = "summary" >
< a href = "#pub-attribs" > Data Fields< / a > < / div >
< div class = "headertitle" >
< div class = "title" > yaml_version_directive_s Struct Reference< div class = "ingroups" > < a class = "el" href = "group__basic.html" > Basic Types< / a > < / div > < / div > < / div >
< / div > <!-- header -->
< div class = "contents" >
2023-12-28 08:45:35 +11:00
2015-12-05 16:50:27 +00:00
< p > The version directive data.
< a href = "structyaml__version__directive__s.html#details" > More...< / a > < / p >
< p > < code > #include < yaml.h> < / code > < / p >
< table class = "memberdecls" >
2023-12-28 08:45:35 +11:00
< tr class = "heading" > < td colspan = "2" > < h2 class = "groupheader" > < a name = "pub-attribs" > < / a >
2015-12-05 16:50:27 +00:00
Data Fields< / h2 > < / td > < / tr >
2023-12-28 08:45:35 +11:00
< tr class = "memitem:ad27326ff94b7772027c3009d1dd5e52b" > < td class = "memItemLeft" align = "right" valign = "top" > int  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "structyaml__version__directive__s.html#ad27326ff94b7772027c3009d1dd5e52b" > major< / a > < / td > < / tr >
< tr class = "memdesc:ad27326ff94b7772027c3009d1dd5e52b" > < td class = "mdescLeft" >   < / td > < td class = "mdescRight" > The major version number. < a href = "#ad27326ff94b7772027c3009d1dd5e52b" > More...< / a > < br / > < / td > < / tr >
< tr class = "separator:ad27326ff94b7772027c3009d1dd5e52b" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a89f074113501e6e150503f34b046dbd1" > < td class = "memItemLeft" align = "right" valign = "top" > int  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "structyaml__version__directive__s.html#a89f074113501e6e150503f34b046dbd1" > minor< / a > < / td > < / tr >
< tr class = "memdesc:a89f074113501e6e150503f34b046dbd1" > < td class = "mdescLeft" >   < / td > < td class = "mdescRight" > The minor version number. < a href = "#a89f074113501e6e150503f34b046dbd1" > More...< / a > < br / > < / td > < / tr >
< tr class = "separator:a89f074113501e6e150503f34b046dbd1" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
2015-12-05 16:50:27 +00:00
< / table >
2023-12-28 08:45:35 +11:00
< a name = "details" id = "details" > < / a > < h2 class = "groupheader" > Detailed Description< / h2 >
2015-12-05 16:50:27 +00:00
< div class = "textblock" > < p > The version directive data. < / p >
2023-12-28 08:45:35 +11:00
< / div > < h2 class = "groupheader" > Field Documentation< / h2 >
< a id = "ad27326ff94b7772027c3009d1dd5e52b" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#ad27326ff94b7772027c3009d1dd5e52b" > ◆ < / a > < / span > major< / h2 >
2015-12-05 16:50:27 +00:00
< div class = "memitem" >
< div class = "memproto" >
< table class = "memname" >
< tr >
2023-12-28 08:45:35 +11:00
< td class = "memname" > int yaml_version_directive_s::major< / td >
2015-12-05 16:50:27 +00:00
< / tr >
< / table >
2023-12-28 08:45:35 +11:00
< / div > < div class = "memdoc" >
2015-12-05 16:50:27 +00:00
< p > The major version number. < / p >
< / div >
< / div >
2023-12-28 08:45:35 +11:00
< a id = "a89f074113501e6e150503f34b046dbd1" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a89f074113501e6e150503f34b046dbd1" > ◆ < / a > < / span > minor< / h2 >
2015-12-05 16:50:27 +00:00
< div class = "memitem" >
< div class = "memproto" >
< table class = "memname" >
< tr >
2023-12-28 08:45:35 +11:00
< td class = "memname" > int yaml_version_directive_s::minor< / td >
2015-12-05 16:50:27 +00:00
< / tr >
< / table >
2023-12-28 08:45:35 +11:00
< / div > < div class = "memdoc" >
2015-12-05 16:50:27 +00:00
< p > The minor version number. < / p >
< / div >
< / div >
< hr / > The documentation for this struct was generated from the following file:< ul >
< li > < a class = "el" href = "yaml_8h.html" > yaml.h< / a > < / li >
< / ul >
< / div > <!-- contents -->
2023-12-28 08:45:35 +11:00
<!-- start footer part -->
2015-12-05 16:50:27 +00:00
< hr class = "footer" / > < address class = "footer" > < small >
2023-12-28 08:45:35 +11:00
Generated by   < a href = "http://www.doxygen.org/index.html" >
2015-12-05 16:50:27 +00:00
< img class = "footer" src = "doxygen.png" alt = "doxygen" / >
2023-12-28 08:45:35 +11:00
< / a > 1.8.14
2015-12-05 16:50:27 +00:00
< / small > < / address >
< / body >
< / html >