[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: Node Styles</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><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 | <h1>Node Styles</h1><table border="0" cellpadding="0" cellspacing="0"> |
---|
| 16 | <tr><td></td></tr> |
---|
| 17 | <tr><td colspan="2"><br><h2>Typedefs</h2></td></tr> |
---|
| 18 | <tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="g3fa6405631e1afe5bd5c488a6c5e8065"></a><!-- doxytag: member="styles::yaml_scalar_style_t" ref="g3fa6405631e1afe5bd5c488a6c5e8065" args="" --> |
---|
| 19 | typedef enum <a class="el" href="group__styles.html#g435ae8886b70c16830d853b6c566e2e0">yaml_scalar_style_e</a> </td><td class="memItemRight" valign="bottom"><a class="el" href="group__styles.html#g3fa6405631e1afe5bd5c488a6c5e8065">yaml_scalar_style_t</a></td></tr> |
---|
| 20 | |
---|
| 21 | <tr><td class="mdescLeft"> </td><td class="mdescRight">Scalar styles. <br></td></tr> |
---|
| 22 | <tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="g58a1123d271e56c72de6abf852ac4dc2"></a><!-- doxytag: member="styles::yaml_sequence_style_t" ref="g58a1123d271e56c72de6abf852ac4dc2" args="" --> |
---|
| 23 | typedef enum <a class="el" href="group__styles.html#g5079a4ab96e398371c60423abd88ccc0">yaml_sequence_style_e</a> </td><td class="memItemRight" valign="bottom"><a class="el" href="group__styles.html#g58a1123d271e56c72de6abf852ac4dc2">yaml_sequence_style_t</a></td></tr> |
---|
| 24 | |
---|
| 25 | <tr><td class="mdescLeft"> </td><td class="mdescRight">Sequence styles. <br></td></tr> |
---|
| 26 | <tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="gb47523846a5c5960e07367a28ea9750a"></a><!-- doxytag: member="styles::yaml_mapping_style_t" ref="gb47523846a5c5960e07367a28ea9750a" args="" --> |
---|
| 27 | typedef enum <a class="el" href="group__styles.html#g1efef592e2e3df6f00432c04ef77d98f">yaml_mapping_style_e</a> </td><td class="memItemRight" valign="bottom"><a class="el" href="group__styles.html#gb47523846a5c5960e07367a28ea9750a">yaml_mapping_style_t</a></td></tr> |
---|
| 28 | |
---|
| 29 | <tr><td class="mdescLeft"> </td><td class="mdescRight">Mapping styles. <br></td></tr> |
---|
| 30 | <tr><td colspan="2"><br><h2>Enumerations</h2></td></tr> |
---|
| 31 | <tr><td class="memItemLeft" nowrap align="right" valign="top">enum </td><td class="memItemRight" valign="bottom"><a class="el" href="group__styles.html#g435ae8886b70c16830d853b6c566e2e0">yaml_scalar_style_e</a> { <br> |
---|
| 32 | <a class="el" href="group__styles.html#gg435ae8886b70c16830d853b6c566e2e0ead38b3e6846302ee032927267c34ae0">YAML_ANY_SCALAR_STYLE</a>, |
---|
| 33 | <br> |
---|
| 34 | <a class="el" href="group__styles.html#gg435ae8886b70c16830d853b6c566e2e0fd62a761a36cf56e1f0414fb391db0e6">YAML_PLAIN_SCALAR_STYLE</a>, |
---|
| 35 | <br> |
---|
| 36 | <a class="el" href="group__styles.html#gg435ae8886b70c16830d853b6c566e2e068a2af452008e3af3f6de14318dfb2c6">YAML_SINGLE_QUOTED_SCALAR_STYLE</a>, |
---|
| 37 | <br> |
---|
| 38 | <a class="el" href="group__styles.html#gg435ae8886b70c16830d853b6c566e2e0f6fdfd14690361f4937d67d1f0f011d3">YAML_DOUBLE_QUOTED_SCALAR_STYLE</a>, |
---|
| 39 | <br> |
---|
| 40 | <a class="el" href="group__styles.html#gg435ae8886b70c16830d853b6c566e2e0542d1ac1bf5c3434df3d2a757d0a8ca0">YAML_LITERAL_SCALAR_STYLE</a>, |
---|
| 41 | <br> |
---|
| 42 | <a class="el" href="group__styles.html#gg435ae8886b70c16830d853b6c566e2e0a67c3de37dc127986b08bdbe07cee607">YAML_FOLDED_SCALAR_STYLE</a> |
---|
| 43 | <br> |
---|
| 44 | }</td></tr> |
---|
| 45 | |
---|
| 46 | <tr><td class="mdescLeft"> </td><td class="mdescRight">Scalar styles. <a href="group__styles.html#g435ae8886b70c16830d853b6c566e2e0">More...</a><br></td></tr> |
---|
| 47 | <tr><td class="memItemLeft" nowrap align="right" valign="top">enum </td><td class="memItemRight" valign="bottom"><a class="el" href="group__styles.html#g5079a4ab96e398371c60423abd88ccc0">yaml_sequence_style_e</a> { <br> |
---|
| 48 | <a class="el" href="group__styles.html#gg5079a4ab96e398371c60423abd88ccc05a10d6f70339876b76e5a002dd16212f">YAML_ANY_SEQUENCE_STYLE</a>, |
---|
| 49 | <br> |
---|
| 50 | <a class="el" href="group__styles.html#gg5079a4ab96e398371c60423abd88ccc065f99099ef4ecdcf99bbdd798b5dcbb5">YAML_BLOCK_SEQUENCE_STYLE</a>, |
---|
| 51 | <br> |
---|
| 52 | <a class="el" href="group__styles.html#gg5079a4ab96e398371c60423abd88ccc0e511554b654ebca464d1feec12501d80">YAML_FLOW_SEQUENCE_STYLE</a> |
---|
| 53 | <br> |
---|
| 54 | }</td></tr> |
---|
| 55 | |
---|
| 56 | <tr><td class="mdescLeft"> </td><td class="mdescRight">Sequence styles. <a href="group__styles.html#g5079a4ab96e398371c60423abd88ccc0">More...</a><br></td></tr> |
---|
| 57 | <tr><td class="memItemLeft" nowrap align="right" valign="top">enum </td><td class="memItemRight" valign="bottom"><a class="el" href="group__styles.html#g1efef592e2e3df6f00432c04ef77d98f">yaml_mapping_style_e</a> { <br> |
---|
| 58 | <a class="el" href="group__styles.html#gg1efef592e2e3df6f00432c04ef77d98fc580a83312204ea142c3d08a4954a74a">YAML_ANY_MAPPING_STYLE</a>, |
---|
| 59 | <br> |
---|
| 60 | <a class="el" href="group__styles.html#gg1efef592e2e3df6f00432c04ef77d98fd5e70fe97009c8247a45f4620f071874">YAML_BLOCK_MAPPING_STYLE</a>, |
---|
| 61 | <br> |
---|
| 62 | <a class="el" href="group__styles.html#gg1efef592e2e3df6f00432c04ef77d98f4c5425077b0310cbf84e1d73e20b42d3">YAML_FLOW_MAPPING_STYLE</a> |
---|
| 63 | <br> |
---|
| 64 | }</td></tr> |
---|
| 65 | |
---|
| 66 | <tr><td class="mdescLeft"> </td><td class="mdescRight">Mapping styles. <a href="group__styles.html#g1efef592e2e3df6f00432c04ef77d98f">More...</a><br></td></tr> |
---|
| 67 | </table> |
---|
| 68 | <hr><h2>Enumeration Type Documentation</h2> |
---|
| 69 | <a class="anchor" name="g435ae8886b70c16830d853b6c566e2e0"></a><!-- doxytag: member="yaml.h::yaml_scalar_style_e" ref="g435ae8886b70c16830d853b6c566e2e0" args="" --> |
---|
| 70 | <div class="memitem"> |
---|
| 71 | <div class="memproto"> |
---|
| 72 | <table class="memname"> |
---|
| 73 | <tr> |
---|
| 74 | <td class="memname">enum <a class="el" href="group__styles.html#g435ae8886b70c16830d853b6c566e2e0">yaml_scalar_style_e</a> </td> |
---|
| 75 | </tr> |
---|
| 76 | </table> |
---|
| 77 | </div> |
---|
| 78 | <div class="memdoc"> |
---|
| 79 | |
---|
| 80 | <p> |
---|
| 81 | Scalar styles. |
---|
| 82 | <p> |
---|
| 83 | <dl compact><dt><b>Enumerator: </b></dt><dd> |
---|
| 84 | <table border="0" cellspacing="2" cellpadding="0"> |
---|
| 85 | <tr><td valign="top"><em><a class="anchor" name="gg435ae8886b70c16830d853b6c566e2e0ead38b3e6846302ee032927267c34ae0"></a><!-- doxytag: member="YAML_ANY_SCALAR_STYLE" ref="gg435ae8886b70c16830d853b6c566e2e0ead38b3e6846302ee032927267c34ae0" args="" -->YAML_ANY_SCALAR_STYLE</em> </td><td> |
---|
| 86 | Let the emitter choose the style. </td></tr> |
---|
| 87 | <tr><td valign="top"><em><a class="anchor" name="gg435ae8886b70c16830d853b6c566e2e0fd62a761a36cf56e1f0414fb391db0e6"></a><!-- doxytag: member="YAML_PLAIN_SCALAR_STYLE" ref="gg435ae8886b70c16830d853b6c566e2e0fd62a761a36cf56e1f0414fb391db0e6" args="" -->YAML_PLAIN_SCALAR_STYLE</em> </td><td> |
---|
| 88 | The plain scalar style. </td></tr> |
---|
| 89 | <tr><td valign="top"><em><a class="anchor" name="gg435ae8886b70c16830d853b6c566e2e068a2af452008e3af3f6de14318dfb2c6"></a><!-- doxytag: member="YAML_SINGLE_QUOTED_SCALAR_STYLE" ref="gg435ae8886b70c16830d853b6c566e2e068a2af452008e3af3f6de14318dfb2c6" args="" -->YAML_SINGLE_QUOTED_SCALAR_STYLE</em> </td><td> |
---|
| 90 | The single-quoted scalar style. </td></tr> |
---|
| 91 | <tr><td valign="top"><em><a class="anchor" name="gg435ae8886b70c16830d853b6c566e2e0f6fdfd14690361f4937d67d1f0f011d3"></a><!-- doxytag: member="YAML_DOUBLE_QUOTED_SCALAR_STYLE" ref="gg435ae8886b70c16830d853b6c566e2e0f6fdfd14690361f4937d67d1f0f011d3" args="" -->YAML_DOUBLE_QUOTED_SCALAR_STYLE</em> </td><td> |
---|
| 92 | The double-quoted scalar style. </td></tr> |
---|
| 93 | <tr><td valign="top"><em><a class="anchor" name="gg435ae8886b70c16830d853b6c566e2e0542d1ac1bf5c3434df3d2a757d0a8ca0"></a><!-- doxytag: member="YAML_LITERAL_SCALAR_STYLE" ref="gg435ae8886b70c16830d853b6c566e2e0542d1ac1bf5c3434df3d2a757d0a8ca0" args="" -->YAML_LITERAL_SCALAR_STYLE</em> </td><td> |
---|
| 94 | The literal scalar style. </td></tr> |
---|
| 95 | <tr><td valign="top"><em><a class="anchor" name="gg435ae8886b70c16830d853b6c566e2e0a67c3de37dc127986b08bdbe07cee607"></a><!-- doxytag: member="YAML_FOLDED_SCALAR_STYLE" ref="gg435ae8886b70c16830d853b6c566e2e0a67c3de37dc127986b08bdbe07cee607" args="" -->YAML_FOLDED_SCALAR_STYLE</em> </td><td> |
---|
| 96 | The folded scalar style. </td></tr> |
---|
| 97 | </table> |
---|
| 98 | </dl> |
---|
| 99 | |
---|
| 100 | </div> |
---|
| 101 | </div><p> |
---|
| 102 | <a class="anchor" name="g5079a4ab96e398371c60423abd88ccc0"></a><!-- doxytag: member="yaml.h::yaml_sequence_style_e" ref="g5079a4ab96e398371c60423abd88ccc0" args="" --> |
---|
| 103 | <div class="memitem"> |
---|
| 104 | <div class="memproto"> |
---|
| 105 | <table class="memname"> |
---|
| 106 | <tr> |
---|
| 107 | <td class="memname">enum <a class="el" href="group__styles.html#g5079a4ab96e398371c60423abd88ccc0">yaml_sequence_style_e</a> </td> |
---|
| 108 | </tr> |
---|
| 109 | </table> |
---|
| 110 | </div> |
---|
| 111 | <div class="memdoc"> |
---|
| 112 | |
---|
| 113 | <p> |
---|
| 114 | Sequence styles. |
---|
| 115 | <p> |
---|
| 116 | <dl compact><dt><b>Enumerator: </b></dt><dd> |
---|
| 117 | <table border="0" cellspacing="2" cellpadding="0"> |
---|
| 118 | <tr><td valign="top"><em><a class="anchor" name="gg5079a4ab96e398371c60423abd88ccc05a10d6f70339876b76e5a002dd16212f"></a><!-- doxytag: member="YAML_ANY_SEQUENCE_STYLE" ref="gg5079a4ab96e398371c60423abd88ccc05a10d6f70339876b76e5a002dd16212f" args="" -->YAML_ANY_SEQUENCE_STYLE</em> </td><td> |
---|
| 119 | Let the emitter choose the style. </td></tr> |
---|
| 120 | <tr><td valign="top"><em><a class="anchor" name="gg5079a4ab96e398371c60423abd88ccc065f99099ef4ecdcf99bbdd798b5dcbb5"></a><!-- doxytag: member="YAML_BLOCK_SEQUENCE_STYLE" ref="gg5079a4ab96e398371c60423abd88ccc065f99099ef4ecdcf99bbdd798b5dcbb5" args="" -->YAML_BLOCK_SEQUENCE_STYLE</em> </td><td> |
---|
| 121 | The block sequence style. </td></tr> |
---|
| 122 | <tr><td valign="top"><em><a class="anchor" name="gg5079a4ab96e398371c60423abd88ccc0e511554b654ebca464d1feec12501d80"></a><!-- doxytag: member="YAML_FLOW_SEQUENCE_STYLE" ref="gg5079a4ab96e398371c60423abd88ccc0e511554b654ebca464d1feec12501d80" args="" -->YAML_FLOW_SEQUENCE_STYLE</em> </td><td> |
---|
| 123 | The flow sequence style. </td></tr> |
---|
| 124 | </table> |
---|
| 125 | </dl> |
---|
| 126 | |
---|
| 127 | </div> |
---|
| 128 | </div><p> |
---|
| 129 | <a class="anchor" name="g1efef592e2e3df6f00432c04ef77d98f"></a><!-- doxytag: member="yaml.h::yaml_mapping_style_e" ref="g1efef592e2e3df6f00432c04ef77d98f" args="" --> |
---|
| 130 | <div class="memitem"> |
---|
| 131 | <div class="memproto"> |
---|
| 132 | <table class="memname"> |
---|
| 133 | <tr> |
---|
| 134 | <td class="memname">enum <a class="el" href="group__styles.html#g1efef592e2e3df6f00432c04ef77d98f">yaml_mapping_style_e</a> </td> |
---|
| 135 | </tr> |
---|
| 136 | </table> |
---|
| 137 | </div> |
---|
| 138 | <div class="memdoc"> |
---|
| 139 | |
---|
| 140 | <p> |
---|
| 141 | Mapping styles. |
---|
| 142 | <p> |
---|
| 143 | <dl compact><dt><b>Enumerator: </b></dt><dd> |
---|
| 144 | <table border="0" cellspacing="2" cellpadding="0"> |
---|
| 145 | <tr><td valign="top"><em><a class="anchor" name="gg1efef592e2e3df6f00432c04ef77d98fc580a83312204ea142c3d08a4954a74a"></a><!-- doxytag: member="YAML_ANY_MAPPING_STYLE" ref="gg1efef592e2e3df6f00432c04ef77d98fc580a83312204ea142c3d08a4954a74a" args="" -->YAML_ANY_MAPPING_STYLE</em> </td><td> |
---|
| 146 | Let the emitter choose the style. </td></tr> |
---|
| 147 | <tr><td valign="top"><em><a class="anchor" name="gg1efef592e2e3df6f00432c04ef77d98fd5e70fe97009c8247a45f4620f071874"></a><!-- doxytag: member="YAML_BLOCK_MAPPING_STYLE" ref="gg1efef592e2e3df6f00432c04ef77d98fd5e70fe97009c8247a45f4620f071874" args="" -->YAML_BLOCK_MAPPING_STYLE</em> </td><td> |
---|
| 148 | The block mapping style. </td></tr> |
---|
| 149 | <tr><td valign="top"><em><a class="anchor" name="gg1efef592e2e3df6f00432c04ef77d98f4c5425077b0310cbf84e1d73e20b42d3"></a><!-- doxytag: member="YAML_FLOW_MAPPING_STYLE" ref="gg1efef592e2e3df6f00432c04ef77d98f4c5425077b0310cbf84e1d73e20b42d3" args="" -->YAML_FLOW_MAPPING_STYLE</em> </td><td> |
---|
| 150 | The flow mapping style. </td></tr> |
---|
| 151 | </table> |
---|
| 152 | </dl> |
---|
| 153 | |
---|
| 154 | </div> |
---|
| 155 | </div><p> |
---|
| 156 | <hr size="1"><address style="align: right;"><small>Generated on Thu May 31 22:50:59 2007 for yaml by |
---|
| 157 | <a href="http://www.doxygen.org/index.html"> |
---|
| 158 | <img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.1 </small></address> |
---|
| 159 | </body> |
---|
| 160 | </html> |
---|