[898] | 1 | <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> |
---|
| 2 | <html><head><meta http-equiv="Content-Type" content="text/html;charset=iso-8859-1"> |
---|
| 3 | <title>yaml: yaml_node_s Struct Reference</title> |
---|
| 4 | <link href="doxygen.css" rel="stylesheet" type="text/css"> |
---|
| 5 | <link href="tabs.css" rel="stylesheet" type="text/css"> |
---|
| 6 | </head><body> |
---|
| 7 | <!-- Generated by Doxygen 1.5.1 --> |
---|
| 8 | <div class="tabs"> |
---|
| 9 | <ul> |
---|
| 10 | <li><a href="index.html"><span>Main Page</span></a></li> |
---|
| 11 | <li><a href="modules.html"><span>Modules</span></a></li> |
---|
| 12 | <li id="current"><a href="annotated.html"><span>Data Structures</span></a></li> |
---|
| 13 | <li><a href="files.html"><span>Files</span></a></li> |
---|
| 14 | </ul></div> |
---|
| 15 | <div class="tabs"> |
---|
| 16 | <ul> |
---|
| 17 | <li><a href="annotated.html"><span>Data Structures</span></a></li> |
---|
| 18 | <li><a href="functions.html"><span>Data Fields</span></a></li> |
---|
| 19 | </ul></div> |
---|
| 20 | <h1>yaml_node_s Struct Reference<br> |
---|
| 21 | <small> |
---|
| 22 | [<a class="el" href="group__nodes.html">Nodes</a>]</small> |
---|
| 23 | </h1><!-- doxytag: class="yaml_node_s" -->The node structure. |
---|
| 24 | <a href="#_details">More...</a> |
---|
| 25 | <p> |
---|
| 26 | <code>#include <yaml.h></code> |
---|
| 27 | <p> |
---|
| 28 | <table border="0" cellpadding="0" cellspacing="0"> |
---|
| 29 | <tr><td></td></tr> |
---|
| 30 | <tr><td colspan="2"><br><h2>Data Fields</h2></td></tr> |
---|
| 31 | <tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="1db4ea72e13be65ec42339ce47d19669"></a><!-- doxytag: member="yaml_node_s::type" ref="1db4ea72e13be65ec42339ce47d19669" args="" --> |
---|
| 32 | <a class="el" href="group__nodes.html#gbe020d2fc42d3e896549e9f97da622d2">yaml_node_type_t</a> </td><td class="memItemRight" valign="bottom"><a class="el" href="structyaml__node__s.html#1db4ea72e13be65ec42339ce47d19669">type</a></td></tr> |
---|
| 33 | |
---|
| 34 | <tr><td class="mdescLeft"> </td><td class="mdescRight">The node type. <br></td></tr> |
---|
| 35 | <tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="a753358ea6d9d221b7b188832d47fefa"></a><!-- doxytag: member="yaml_node_s::tag" ref="a753358ea6d9d221b7b188832d47fefa" args="" --> |
---|
| 36 | <a class="el" href="group__basic.html#gf8657e81f0b8b05d1a081001fc6cb8bd">yaml_char_t</a> * </td><td class="memItemRight" valign="bottom"><a class="el" href="structyaml__node__s.html#a753358ea6d9d221b7b188832d47fefa">tag</a></td></tr> |
---|
| 37 | |
---|
| 38 | <tr><td class="mdescLeft"> </td><td class="mdescRight">The node tag. <br></td></tr> |
---|
| 39 | <tr><td class="memItemLeft" nowrap><a class="anchor" name="7e1be921e921f2d0911e450a063b1344"></a><!-- doxytag: member="yaml_node_s::data" ref="7e1be921e921f2d0911e450a063b1344" args="" --> |
---|
| 40 | union {</td></tr> |
---|
| 41 | |
---|
| 42 | <tr><td class="memItemLeft" nowrap> struct {</td></tr> |
---|
| 43 | |
---|
| 44 | <tr><td class="memItemLeft" nowrap> <a class="el" href="group__basic.html#gf8657e81f0b8b05d1a081001fc6cb8bd">yaml_char_t</a> * <a class="el" href="structyaml__node__s.html#0d444412a29609d62699267ae72f971d">value</a></td></tr> |
---|
| 45 | |
---|
| 46 | <tr><td class="mdescLeft"> </td><td class="mdescRight">The scalar value. <br></td></tr> |
---|
| 47 | <tr><td class="memItemLeft" nowrap> size_t <a class="el" href="structyaml__node__s.html#d90dd9926d9debbaa48eb5339bd9fc36">length</a></td></tr> |
---|
| 48 | |
---|
| 49 | <tr><td class="mdescLeft"> </td><td class="mdescRight">The length of the scalar value. <br></td></tr> |
---|
| 50 | <tr><td class="memItemLeft" nowrap> <a class="el" href="group__styles.html#g3fa6405631e1afe5bd5c488a6c5e8065">yaml_scalar_style_t</a> <a class="el" href="structyaml__node__s.html#362960375516e77a130c412ef10ef55d">style</a></td></tr> |
---|
| 51 | |
---|
| 52 | <tr><td class="mdescLeft"> </td><td class="mdescRight">The scalar style. <br></td></tr> |
---|
| 53 | <tr><td class="memItemLeft" nowrap valign="top"> } <a class="el" href="structyaml__node__s.html#688583a2649848aed700d7e07d9efac9">scalar</a></td></tr> |
---|
| 54 | |
---|
| 55 | <tr><td class="mdescLeft"> </td><td class="mdescRight">The scalar parameters (for <code>YAML_SCALAR_NODE</code>). <br></td></tr> |
---|
| 56 | <tr><td class="memItemLeft" nowrap> struct {</td></tr> |
---|
| 57 | |
---|
| 58 | <tr><td class="memItemLeft" nowrap> struct {</td></tr> |
---|
| 59 | |
---|
| 60 | <tr><td class="memItemLeft" nowrap> <a class="el" href="group__nodes.html#g7cc3581582e778b00c04e99cd3656860">yaml_node_item_t</a> * <a class="el" href="structyaml__node__s.html#2e1001a0a7b068d4b2543a93d4cf60d4">start</a></td></tr> |
---|
| 61 | |
---|
| 62 | <tr><td class="mdescLeft"> </td><td class="mdescRight">The beginning of the stack. <br></td></tr> |
---|
| 63 | <tr><td class="memItemLeft" nowrap> <a class="el" href="group__nodes.html#g7cc3581582e778b00c04e99cd3656860">yaml_node_item_t</a> * <a class="el" href="structyaml__node__s.html#c9b3d891f9fcd5462289823716deca0e">end</a></td></tr> |
---|
| 64 | |
---|
| 65 | <tr><td class="mdescLeft"> </td><td class="mdescRight">The end of the stack. <br></td></tr> |
---|
| 66 | <tr><td class="memItemLeft" nowrap> <a class="el" href="group__nodes.html#g7cc3581582e778b00c04e99cd3656860">yaml_node_item_t</a> * <a class="el" href="structyaml__node__s.html#510326726569a06a11119f12649787cf">top</a></td></tr> |
---|
| 67 | |
---|
| 68 | <tr><td class="mdescLeft"> </td><td class="mdescRight">The top of the stack. <br></td></tr> |
---|
| 69 | <tr><td class="memItemLeft" nowrap valign="top"> } <a class="el" href="structyaml__node__s.html#6b340541cc012ac5aacdcaa46ced097a">items</a></td></tr> |
---|
| 70 | |
---|
| 71 | <tr><td class="mdescLeft"> </td><td class="mdescRight">The stack of sequence items. <br></td></tr> |
---|
| 72 | <tr><td class="memItemLeft" nowrap> <a class="el" href="group__styles.html#g58a1123d271e56c72de6abf852ac4dc2">yaml_sequence_style_t</a> <a class="el" href="structyaml__node__s.html#242be04ec3709138264175e3e5b50dbe">style</a></td></tr> |
---|
| 73 | |
---|
| 74 | <tr><td class="mdescLeft"> </td><td class="mdescRight">The sequence style. <br></td></tr> |
---|
| 75 | <tr><td class="memItemLeft" nowrap valign="top"> } <a class="el" href="structyaml__node__s.html#fe215962139fac93b965cc2acd71452b">sequence</a></td></tr> |
---|
| 76 | |
---|
| 77 | <tr><td class="mdescLeft"> </td><td class="mdescRight">The sequence parameters (for <code>YAML_SEQUENCE_NODE</code>). <br></td></tr> |
---|
| 78 | <tr><td class="memItemLeft" nowrap> struct {</td></tr> |
---|
| 79 | |
---|
| 80 | <tr><td class="memItemLeft" nowrap> struct {</td></tr> |
---|
| 81 | |
---|
| 82 | <tr><td class="memItemLeft" nowrap> <a class="el" href="structyaml__node__pair__s.html">yaml_node_pair_t</a> * <a class="el" href="structyaml__node__s.html#82afddfe1cf7f1a346d931ad4896d3de">start</a></td></tr> |
---|
| 83 | |
---|
| 84 | <tr><td class="mdescLeft"> </td><td class="mdescRight">The beginning of the stack. <br></td></tr> |
---|
| 85 | <tr><td class="memItemLeft" nowrap> <a class="el" href="structyaml__node__pair__s.html">yaml_node_pair_t</a> * <a class="el" href="structyaml__node__s.html#1827ba7f3e7f7e94171fa20ade25345d">end</a></td></tr> |
---|
| 86 | |
---|
| 87 | <tr><td class="mdescLeft"> </td><td class="mdescRight">The end of the stack. <br></td></tr> |
---|
| 88 | <tr><td class="memItemLeft" nowrap> <a class="el" href="structyaml__node__pair__s.html">yaml_node_pair_t</a> * <a class="el" href="structyaml__node__s.html#a420f88720907fe02b1d1595c9351d59">top</a></td></tr> |
---|
| 89 | |
---|
| 90 | <tr><td class="mdescLeft"> </td><td class="mdescRight">The top of the stack. <br></td></tr> |
---|
| 91 | <tr><td class="memItemLeft" nowrap valign="top"> } <a class="el" href="structyaml__node__s.html#830a080bbed021eb230ef644e4680909">pairs</a></td></tr> |
---|
| 92 | |
---|
| 93 | <tr><td class="mdescLeft"> </td><td class="mdescRight">The stack of mapping pairs (key, value). <br></td></tr> |
---|
| 94 | <tr><td class="memItemLeft" nowrap> <a class="el" href="group__styles.html#gb47523846a5c5960e07367a28ea9750a">yaml_mapping_style_t</a> <a class="el" href="structyaml__node__s.html#5b80d97f64e2867927404fedb65949c6">style</a></td></tr> |
---|
| 95 | |
---|
| 96 | <tr><td class="mdescLeft"> </td><td class="mdescRight">The mapping style. <br></td></tr> |
---|
| 97 | <tr><td class="memItemLeft" nowrap valign="top"> } <a class="el" href="structyaml__node__s.html#b18dc5c573885a08a92e113dcb7fb361">mapping</a></td></tr> |
---|
| 98 | |
---|
| 99 | <tr><td class="mdescLeft"> </td><td class="mdescRight">The mapping parameters (for <code>YAML_MAPPING_NODE</code>). <br></td></tr> |
---|
| 100 | <tr><td class="memItemLeft" nowrap valign="top">} </td><td class="memItemRight" valign="bottom"><a class="el" href="structyaml__node__s.html#7e1be921e921f2d0911e450a063b1344">data</a></td></tr> |
---|
| 101 | |
---|
| 102 | <tr><td class="mdescLeft"> </td><td class="mdescRight">The node data. <br></td></tr> |
---|
| 103 | <tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="c17afa3b3a9ff4703bb4983163bfae5c"></a><!-- doxytag: member="yaml_node_s::start_mark" ref="c17afa3b3a9ff4703bb4983163bfae5c" args="" --> |
---|
| 104 | <a class="el" href="structyaml__mark__s.html">yaml_mark_t</a> </td><td class="memItemRight" valign="bottom"><a class="el" href="structyaml__node__s.html#c17afa3b3a9ff4703bb4983163bfae5c">start_mark</a></td></tr> |
---|
| 105 | |
---|
| 106 | <tr><td class="mdescLeft"> </td><td class="mdescRight">The beginning of the node. <br></td></tr> |
---|
| 107 | <tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="63144671fd16f94f72c6d537360f7328"></a><!-- doxytag: member="yaml_node_s::end_mark" ref="63144671fd16f94f72c6d537360f7328" args="" --> |
---|
| 108 | <a class="el" href="structyaml__mark__s.html">yaml_mark_t</a> </td><td class="memItemRight" valign="bottom"><a class="el" href="structyaml__node__s.html#63144671fd16f94f72c6d537360f7328">end_mark</a></td></tr> |
---|
| 109 | |
---|
| 110 | <tr><td class="mdescLeft"> </td><td class="mdescRight">The end of the node. <br></td></tr> |
---|
| 111 | </table> |
---|
| 112 | <hr><a name="_details"></a><h2>Detailed Description</h2> |
---|
| 113 | The node structure. |
---|
| 114 | <p> |
---|
| 115 | <hr>The documentation for this struct was generated from the following file:<ul> |
---|
| 116 | <li><a class="el" href="yaml_8h.html">yaml.h</a></ul> |
---|
| 117 | <hr size="1"><address style="align: right;"><small>Generated on Thu May 31 22:50:59 2007 for yaml by |
---|
| 118 | <a href="http://www.doxygen.org/index.html"> |
---|
| 119 | <img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.1 </small></address> |
---|
| 120 | </body> |
---|
| 121 | </html> |
---|