<!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"/> <title>yaml: Node Styles</title> <link href="tabs.css" rel="stylesheet" type="text/css"/> <link href="doxygen.css" rel="stylesheet" type="text/css"/> </head> <body> <!-- Generated by Doxygen 1.7.1 --> <div class="navigation" id="top"> <div class="tabs"> <ul class="tablist"> <li><a href="index.html"><span>Main Page</span></a></li> <li><a href="modules.html"><span>Modules</span></a></li> <li><a href="annotated.html"><span>Data Structures</span></a></li> <li><a href="files.html"><span>Files</span></a></li> </ul> </div> </div> <div class="header"> <div class="summary"> <a href="#typedef-members">Typedefs</a> | <a href="#enum-members">Enumerations</a> </div> <div class="headertitle"> <h1>Node Styles</h1> </div> </div> <div class="contents"> <table class="memberdecls"> <tr><td colspan="2"><h2><a name="typedef-members"></a> Typedefs</h2></td></tr> <tr><td class="memItemLeft" align="right" valign="top">typedef enum <a class="el" href="group__styles.html#ga435ae8886b70c16830d853b6c566e2e0">yaml_scalar_style_e</a> </td><td class="memItemRight" valign="bottom"><a class="el" href="group__styles.html#ga3fa6405631e1afe5bd5c488a6c5e8065">yaml_scalar_style_t</a></td></tr> <tr><td class="mdescLeft"> </td><td class="mdescRight">Scalar styles. <a href="#ga3fa6405631e1afe5bd5c488a6c5e8065"></a><br/></td></tr> <tr><td class="memItemLeft" align="right" valign="top">typedef enum <a class="el" href="group__styles.html#ga5079a4ab96e398371c60423abd88ccc0">yaml_sequence_style_e</a> </td><td class="memItemRight" valign="bottom"><a class="el" href="group__styles.html#ga58a1123d271e56c72de6abf852ac4dc2">yaml_sequence_style_t</a></td></tr> <tr><td class="mdescLeft"> </td><td class="mdescRight">Sequence styles. <a href="#ga58a1123d271e56c72de6abf852ac4dc2"></a><br/></td></tr> <tr><td class="memItemLeft" align="right" valign="top">typedef enum <a class="el" href="group__styles.html#ga1efef592e2e3df6f00432c04ef77d98f">yaml_mapping_style_e</a> </td><td class="memItemRight" valign="bottom"><a class="el" href="group__styles.html#gab47523846a5c5960e07367a28ea9750a">yaml_mapping_style_t</a></td></tr> <tr><td class="mdescLeft"> </td><td class="mdescRight">Mapping styles. <a href="#gab47523846a5c5960e07367a28ea9750a"></a><br/></td></tr> <tr><td colspan="2"><h2><a name="enum-members"></a> Enumerations</h2></td></tr> <tr><td class="memItemLeft" align="right" valign="top">enum </td><td class="memItemRight" valign="bottom"><a class="el" href="group__styles.html#ga435ae8886b70c16830d853b6c566e2e0">yaml_scalar_style_e</a> { <br/> <a class="el" href="group__styles.html#gga435ae8886b70c16830d853b6c566e2e0aead38b3e6846302ee032927267c34ae0">YAML_ANY_SCALAR_STYLE</a>, <br/> <a class="el" href="group__styles.html#gga435ae8886b70c16830d853b6c566e2e0afd62a761a36cf56e1f0414fb391db0e6">YAML_PLAIN_SCALAR_STYLE</a>, <br/> <a class="el" href="group__styles.html#gga435ae8886b70c16830d853b6c566e2e0a68a2af452008e3af3f6de14318dfb2c6">YAML_SINGLE_QUOTED_SCALAR_STYLE</a>, <br/> <a class="el" href="group__styles.html#gga435ae8886b70c16830d853b6c566e2e0af6fdfd14690361f4937d67d1f0f011d3">YAML_DOUBLE_QUOTED_SCALAR_STYLE</a>, <br/> <a class="el" href="group__styles.html#gga435ae8886b70c16830d853b6c566e2e0a542d1ac1bf5c3434df3d2a757d0a8ca0">YAML_LITERAL_SCALAR_STYLE</a>, <br/> <a class="el" href="group__styles.html#gga435ae8886b70c16830d853b6c566e2e0aa67c3de37dc127986b08bdbe07cee607">YAML_FOLDED_SCALAR_STYLE</a> <br/> }</td></tr> <tr><td class="mdescLeft"> </td><td class="mdescRight"><p>Scalar styles. </p> <a href="group__styles.html#ga435ae8886b70c16830d853b6c566e2e0">More...</a><br/></td></tr> <tr><td class="memItemLeft" align="right" valign="top">enum </td><td class="memItemRight" valign="bottom"><a class="el" href="group__styles.html#ga5079a4ab96e398371c60423abd88ccc0">yaml_sequence_style_e</a> { <br/> <a class="el" href="group__styles.html#gga5079a4ab96e398371c60423abd88ccc0a5a10d6f70339876b76e5a002dd16212f">YAML_ANY_SEQUENCE_STYLE</a>, <br/> <a class="el" href="group__styles.html#gga5079a4ab96e398371c60423abd88ccc0a65f99099ef4ecdcf99bbdd798b5dcbb5">YAML_BLOCK_SEQUENCE_STYLE</a>, <br/> <a class="el" href="group__styles.html#gga5079a4ab96e398371c60423abd88ccc0ae511554b654ebca464d1feec12501d80">YAML_FLOW_SEQUENCE_STYLE</a> <br/> }</td></tr> <tr><td class="mdescLeft"> </td><td class="mdescRight"><p>Sequence styles. </p> <a href="group__styles.html#ga5079a4ab96e398371c60423abd88ccc0">More...</a><br/></td></tr> <tr><td class="memItemLeft" align="right" valign="top">enum </td><td class="memItemRight" valign="bottom"><a class="el" href="group__styles.html#ga1efef592e2e3df6f00432c04ef77d98f">yaml_mapping_style_e</a> { <br/> <a class="el" href="group__styles.html#gga1efef592e2e3df6f00432c04ef77d98fac580a83312204ea142c3d08a4954a74a">YAML_ANY_MAPPING_STYLE</a>, <br/> <a class="el" href="group__styles.html#gga1efef592e2e3df6f00432c04ef77d98fad5e70fe97009c8247a45f4620f071874">YAML_BLOCK_MAPPING_STYLE</a>, <br/> <a class="el" href="group__styles.html#gga1efef592e2e3df6f00432c04ef77d98fa4c5425077b0310cbf84e1d73e20b42d3">YAML_FLOW_MAPPING_STYLE</a> <br/> }</td></tr> <tr><td class="mdescLeft"> </td><td class="mdescRight"><p>Mapping styles. </p> <a href="group__styles.html#ga1efef592e2e3df6f00432c04ef77d98f">More...</a><br/></td></tr> </table> <hr/><h2>Typedef Documentation</h2> <a class="anchor" id="ga3fa6405631e1afe5bd5c488a6c5e8065"></a><!-- doxytag: member="yaml.h::yaml_scalar_style_t" ref="ga3fa6405631e1afe5bd5c488a6c5e8065" args="" --> <div class="memitem"> <div class="memproto"> <table class="memname"> <tr> <td class="memname">typedef enum <a class="el" href="group__styles.html#ga435ae8886b70c16830d853b6c566e2e0">yaml_scalar_style_e</a> <a class="el" href="group__styles.html#ga3fa6405631e1afe5bd5c488a6c5e8065">yaml_scalar_style_t</a></td> </tr> </table> </div> <div class="memdoc"> <p>Scalar styles. </p> </div> </div> <a class="anchor" id="ga58a1123d271e56c72de6abf852ac4dc2"></a><!-- doxytag: member="yaml.h::yaml_sequence_style_t" ref="ga58a1123d271e56c72de6abf852ac4dc2" args="" --> <div class="memitem"> <div class="memproto"> <table class="memname"> <tr> <td class="memname">typedef enum <a class="el" href="group__styles.html#ga5079a4ab96e398371c60423abd88ccc0">yaml_sequence_style_e</a> <a class="el" href="group__styles.html#ga58a1123d271e56c72de6abf852ac4dc2">yaml_sequence_style_t</a></td> </tr> </table> </div> <div class="memdoc"> <p>Sequence styles. </p> </div> </div> <a class="anchor" id="gab47523846a5c5960e07367a28ea9750a"></a><!-- doxytag: member="yaml.h::yaml_mapping_style_t" ref="gab47523846a5c5960e07367a28ea9750a" args="" --> <div class="memitem"> <div class="memproto"> <table class="memname"> <tr> <td class="memname">typedef enum <a class="el" href="group__styles.html#ga1efef592e2e3df6f00432c04ef77d98f">yaml_mapping_style_e</a> <a class="el" href="group__styles.html#gab47523846a5c5960e07367a28ea9750a">yaml_mapping_style_t</a></td> </tr> </table> </div> <div class="memdoc"> <p>Mapping styles. </p> </div> </div> <hr/><h2>Enumeration Type Documentation</h2> <a class="anchor" id="ga435ae8886b70c16830d853b6c566e2e0"></a><!-- doxytag: member="yaml.h::yaml_scalar_style_e" ref="ga435ae8886b70c16830d853b6c566e2e0" args="" --> <div class="memitem"> <div class="memproto"> <table class="memname"> <tr> <td class="memname">enum <a class="el" href="group__styles.html#ga435ae8886b70c16830d853b6c566e2e0">yaml_scalar_style_e</a></td> </tr> </table> </div> <div class="memdoc"> <p>Scalar styles. </p> <dl><dt><b>Enumerator: </b></dt><dd><table border="0" cellspacing="2" cellpadding="0"> <tr><td valign="top"><em><a class="anchor" id="gga435ae8886b70c16830d853b6c566e2e0aead38b3e6846302ee032927267c34ae0"></a><!-- doxytag: member="YAML_ANY_SCALAR_STYLE" ref="gga435ae8886b70c16830d853b6c566e2e0aead38b3e6846302ee032927267c34ae0" args="" -->YAML_ANY_SCALAR_STYLE</em> </td><td> <p>Let the emitter choose the style. </p> </td></tr> <tr><td valign="top"><em><a class="anchor" id="gga435ae8886b70c16830d853b6c566e2e0afd62a761a36cf56e1f0414fb391db0e6"></a><!-- doxytag: member="YAML_PLAIN_SCALAR_STYLE" ref="gga435ae8886b70c16830d853b6c566e2e0afd62a761a36cf56e1f0414fb391db0e6" args="" -->YAML_PLAIN_SCALAR_STYLE</em> </td><td> <p>The plain scalar style. </p> </td></tr> <tr><td valign="top"><em><a class="anchor" id="gga435ae8886b70c16830d853b6c566e2e0a68a2af452008e3af3f6de14318dfb2c6"></a><!-- doxytag: member="YAML_SINGLE_QUOTED_SCALAR_STYLE" ref="gga435ae8886b70c16830d853b6c566e2e0a68a2af452008e3af3f6de14318dfb2c6" args="" -->YAML_SINGLE_QUOTED_SCALAR_STYLE</em> </td><td> <p>The single-quoted scalar style. </p> </td></tr> <tr><td valign="top"><em><a class="anchor" id="gga435ae8886b70c16830d853b6c566e2e0af6fdfd14690361f4937d67d1f0f011d3"></a><!-- doxytag: member="YAML_DOUBLE_QUOTED_SCALAR_STYLE" ref="gga435ae8886b70c16830d853b6c566e2e0af6fdfd14690361f4937d67d1f0f011d3" args="" -->YAML_DOUBLE_QUOTED_SCALAR_STYLE</em> </td><td> <p>The double-quoted scalar style. </p> </td></tr> <tr><td valign="top"><em><a class="anchor" id="gga435ae8886b70c16830d853b6c566e2e0a542d1ac1bf5c3434df3d2a757d0a8ca0"></a><!-- doxytag: member="YAML_LITERAL_SCALAR_STYLE" ref="gga435ae8886b70c16830d853b6c566e2e0a542d1ac1bf5c3434df3d2a757d0a8ca0" args="" -->YAML_LITERAL_SCALAR_STYLE</em> </td><td> <p>The literal scalar style. </p> </td></tr> <tr><td valign="top"><em><a class="anchor" id="gga435ae8886b70c16830d853b6c566e2e0aa67c3de37dc127986b08bdbe07cee607"></a><!-- doxytag: member="YAML_FOLDED_SCALAR_STYLE" ref="gga435ae8886b70c16830d853b6c566e2e0aa67c3de37dc127986b08bdbe07cee607" args="" -->YAML_FOLDED_SCALAR_STYLE</em> </td><td> <p>The folded scalar style. </p> </td></tr> </table> </dd> </dl> </div> </div> <a class="anchor" id="ga5079a4ab96e398371c60423abd88ccc0"></a><!-- doxytag: member="yaml.h::yaml_sequence_style_e" ref="ga5079a4ab96e398371c60423abd88ccc0" args="" --> <div class="memitem"> <div class="memproto"> <table class="memname"> <tr> <td class="memname">enum <a class="el" href="group__styles.html#ga5079a4ab96e398371c60423abd88ccc0">yaml_sequence_style_e</a></td> </tr> </table> </div> <div class="memdoc"> <p>Sequence styles. </p> <dl><dt><b>Enumerator: </b></dt><dd><table border="0" cellspacing="2" cellpadding="0"> <tr><td valign="top"><em><a class="anchor" id="gga5079a4ab96e398371c60423abd88ccc0a5a10d6f70339876b76e5a002dd16212f"></a><!-- doxytag: member="YAML_ANY_SEQUENCE_STYLE" ref="gga5079a4ab96e398371c60423abd88ccc0a5a10d6f70339876b76e5a002dd16212f" args="" -->YAML_ANY_SEQUENCE_STYLE</em> </td><td> <p>Let the emitter choose the style. </p> </td></tr> <tr><td valign="top"><em><a class="anchor" id="gga5079a4ab96e398371c60423abd88ccc0a65f99099ef4ecdcf99bbdd798b5dcbb5"></a><!-- doxytag: member="YAML_BLOCK_SEQUENCE_STYLE" ref="gga5079a4ab96e398371c60423abd88ccc0a65f99099ef4ecdcf99bbdd798b5dcbb5" args="" -->YAML_BLOCK_SEQUENCE_STYLE</em> </td><td> <p>The block sequence style. </p> </td></tr> <tr><td valign="top"><em><a class="anchor" id="gga5079a4ab96e398371c60423abd88ccc0ae511554b654ebca464d1feec12501d80"></a><!-- doxytag: member="YAML_FLOW_SEQUENCE_STYLE" ref="gga5079a4ab96e398371c60423abd88ccc0ae511554b654ebca464d1feec12501d80" args="" -->YAML_FLOW_SEQUENCE_STYLE</em> </td><td> <p>The flow sequence style. </p> </td></tr> </table> </dd> </dl> </div> </div> <a class="anchor" id="ga1efef592e2e3df6f00432c04ef77d98f"></a><!-- doxytag: member="yaml.h::yaml_mapping_style_e" ref="ga1efef592e2e3df6f00432c04ef77d98f" args="" --> <div class="memitem"> <div class="memproto"> <table class="memname"> <tr> <td class="memname">enum <a class="el" href="group__styles.html#ga1efef592e2e3df6f00432c04ef77d98f">yaml_mapping_style_e</a></td> </tr> </table> </div> <div class="memdoc"> <p>Mapping styles. </p> <dl><dt><b>Enumerator: </b></dt><dd><table border="0" cellspacing="2" cellpadding="0"> <tr><td valign="top"><em><a class="anchor" id="gga1efef592e2e3df6f00432c04ef77d98fac580a83312204ea142c3d08a4954a74a"></a><!-- doxytag: member="YAML_ANY_MAPPING_STYLE" ref="gga1efef592e2e3df6f00432c04ef77d98fac580a83312204ea142c3d08a4954a74a" args="" -->YAML_ANY_MAPPING_STYLE</em> </td><td> <p>Let the emitter choose the style. </p> </td></tr> <tr><td valign="top"><em><a class="anchor" id="gga1efef592e2e3df6f00432c04ef77d98fad5e70fe97009c8247a45f4620f071874"></a><!-- doxytag: member="YAML_BLOCK_MAPPING_STYLE" ref="gga1efef592e2e3df6f00432c04ef77d98fad5e70fe97009c8247a45f4620f071874" args="" -->YAML_BLOCK_MAPPING_STYLE</em> </td><td> <p>The block mapping style. </p> </td></tr> <tr><td valign="top"><em><a class="anchor" id="gga1efef592e2e3df6f00432c04ef77d98fa4c5425077b0310cbf84e1d73e20b42d3"></a><!-- doxytag: member="YAML_FLOW_MAPPING_STYLE" ref="gga1efef592e2e3df6f00432c04ef77d98fa4c5425077b0310cbf84e1d73e20b42d3" args="" -->YAML_FLOW_MAPPING_STYLE</em> </td><td> <p>The flow mapping style. </p> </td></tr> </table> </dd> </dl> </div> </div> </div> <hr class="footer"/><address class="footer"><small>Generated on Mon May 30 2011 22:00:00 for yaml by <a href="http://www.doxygen.org/index.html"> <img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.7.1 </small></address> </body> </html>
Name | Type | Size | Permission | Actions |
---|---|---|---|---|
annotated.html | File | 3.38 KB | 0644 |
|
bc_s.png | File | 677 B | 0644 |
|
classes.html | File | 2.93 KB | 0644 |
|
closed.png | File | 126 B | 0644 |
|
doxygen.css | File | 9.58 KB | 0644 |
|
doxygen.png | File | 3.85 KB | 0644 |
|
files.html | File | 1.59 KB | 0644 |
|
functions.html | File | 4.47 KB | 0644 |
|
functions_0x62.html | File | 3.97 KB | 0644 |
|
functions_0x63.html | File | 4.06 KB | 0644 |
|
functions_0x64.html | File | 4.02 KB | 0644 |
|
functions_0x65.html | File | 6.17 KB | 0644 |
|
functions_0x66.html | File | 3.82 KB | 0644 |
|
functions_0x68.html | File | 3.92 KB | 0644 |
|
functions_0x69.html | File | 4.37 KB | 0644 |
|
functions_0x6b.html | File | 3.37 KB | 0644 |
|
functions_0x6c.html | File | 4.34 KB | 0644 |
|
functions_0x6d.html | File | 4.65 KB | 0644 |
|
functions_0x6e.html | File | 3.37 KB | 0644 |
|
functions_0x6f.html | File | 3.73 KB | 0644 |
|
functions_0x70.html | File | 4.85 KB | 0644 |
|
functions_0x71.html | File | 3.38 KB | 0644 |
|
functions_0x72.html | File | 4.1 KB | 0644 |
|
functions_0x73.html | File | 8.45 KB | 0644 |
|
functions_0x74.html | File | 6.13 KB | 0644 |
|
functions_0x75.html | File | 3.37 KB | 0644 |
|
functions_0x76.html | File | 4.09 KB | 0644 |
|
functions_0x77.html | File | 3.63 KB | 0644 |
|
functions_vars.html | File | 4.48 KB | 0644 |
|
functions_vars_0x62.html | File | 3.98 KB | 0644 |
|
functions_vars_0x63.html | File | 4.07 KB | 0644 |
|
functions_vars_0x64.html | File | 4.03 KB | 0644 |
|
functions_vars_0x65.html | File | 6.17 KB | 0644 |
|
functions_vars_0x66.html | File | 3.83 KB | 0644 |
|
functions_vars_0x68.html | File | 3.93 KB | 0644 |
|
functions_vars_0x69.html | File | 4.38 KB | 0644 |
|
functions_vars_0x6b.html | File | 3.38 KB | 0644 |
|
functions_vars_0x6c.html | File | 4.34 KB | 0644 |
|
functions_vars_0x6d.html | File | 4.66 KB | 0644 |
|
functions_vars_0x6e.html | File | 3.38 KB | 0644 |
|
functions_vars_0x6f.html | File | 3.73 KB | 0644 |
|
functions_vars_0x70.html | File | 4.86 KB | 0644 |
|
functions_vars_0x71.html | File | 3.38 KB | 0644 |
|
functions_vars_0x72.html | File | 4.1 KB | 0644 |
|
functions_vars_0x73.html | File | 8.46 KB | 0644 |
|
functions_vars_0x74.html | File | 6.13 KB | 0644 |
|
functions_vars_0x75.html | File | 3.38 KB | 0644 |
|
functions_vars_0x76.html | File | 4.1 KB | 0644 |
|
functions_vars_0x77.html | File | 3.64 KB | 0644 |
|
globals.html | File | 30.29 KB | 0644 |
|
globals_defs.html | File | 3.13 KB | 0644 |
|
globals_enum.html | File | 3.04 KB | 0644 |
|
globals_eval.html | File | 18.64 KB | 0644 |
|
globals_func.html | File | 7.85 KB | 0644 |
|
globals_type.html | File | 4.83 KB | 0644 |
|
group__basic.html | File | 20.41 KB | 0644 |
|
group__emitter.html | File | 48.02 KB | 0644 |
|
group__events.html | File | 38.43 KB | 0644 |
|
group__export.html | File | 2.36 KB | 0644 |
|
group__nodes.html | File | 43.98 KB | 0644 |
|
group__parser.html | File | 42.82 KB | 0644 |
|
group__styles.html | File | 13.58 KB | 0644 |
|
group__tokens.html | File | 17.05 KB | 0644 |
|
group__version.html | File | 4.61 KB | 0644 |
|
index.html | File | 1.21 KB | 0644 |
|
modules.html | File | 1.79 KB | 0644 |
|
nav_f.png | File | 159 B | 0644 |
|
nav_h.png | File | 97 B | 0644 |
|
open.png | File | 118 B | 0644 |
|
structyaml__alias__data__s.html | File | 4.92 KB | 0644 |
|
structyaml__document__s.html | File | 12.6 KB | 0644 |
|
structyaml__emitter__s.html | File | 86.48 KB | 0644 |
|
structyaml__event__s.html | File | 28.71 KB | 0644 |
|
structyaml__mark__s.html | File | 4.56 KB | 0644 |
|
structyaml__node__pair__s.html | File | 3.8 KB | 0644 |
|
structyaml__node__s.html | File | 22.16 KB | 0644 |
|
structyaml__parser__s.html | File | 77.49 KB | 0644 |
|
structyaml__simple__key__s.html | File | 4.97 KB | 0644 |
|
structyaml__tag__directive__s.html | File | 4.16 KB | 0644 |
|
structyaml__token__s.html | File | 22.11 KB | 0644 |
|
structyaml__version__directive__s.html | File | 3.9 KB | 0644 |
|
tab_a.png | File | 140 B | 0644 |
|
tab_b.png | File | 178 B | 0644 |
|
tab_h.png | File | 192 B | 0644 |
|
tab_s.png | File | 189 B | 0644 |
|
tabs.css | File | 1.07 KB | 0644 |
|
yaml_8h.html | File | 72.53 KB | 0644 |
|