]> andersk Git - libyaml.git/blame - doc/html/annotated.html
Imported Upstream version 0.1.6
[libyaml.git] / doc / html / annotated.html
CommitLineData
0fbeb4dc
AK
1<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
2<html xmlns="http://www.w3.org/1999/xhtml">
3<head>
4<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
059850b5 5<meta http-equiv="X-UA-Compatible" content="IE=9"/>
b9668ba4 6<title>yaml: Data Structures</title>
059850b5 7
0fbeb4dc 8<link href="tabs.css" rel="stylesheet" type="text/css"/>
059850b5
AK
9<link href="doxygen.css" rel="stylesheet" type="text/css" />
10
11
12
0fbeb4dc
AK
13</head>
14<body>
059850b5
AK
15<div id="top"><!-- do not remove this div! -->
16
17
18<div id="titlearea">
19<table cellspacing="0" cellpadding="0">
20 <tbody>
21 <tr style="height: 56px;">
22
23
24 <td style="padding-left: 0.5em;">
25 <div id="projectname">yaml
827154a1 26 &#160;<span id="projectnumber">0.1.6</span>
059850b5
AK
27 </div>
28
29 </td>
30
31
32
33 </tr>
34 </tbody>
35</table>
36</div>
37
38<!-- Generated by Doxygen 1.7.6.1 -->
39 <div id="navrow1" class="tabs">
0fbeb4dc 40 <ul class="tablist">
059850b5 41 <li><a href="index.html"><span>Main&#160;Page</span></a></li>
5c706339 42 <li><a href="modules.html"><span>Modules</span></a></li>
059850b5 43 <li class="current"><a href="annotated.html"><span>Data&#160;Structures</span></a></li>
5c706339
AK
44 <li><a href="files.html"><span>Files</span></a></li>
45 </ul>
46 </div>
059850b5 47 <div id="navrow2" class="tabs2">
0fbeb4dc 48 <ul class="tablist">
059850b5
AK
49 <li class="current"><a href="annotated.html"><span>Data&#160;Structures</span></a></li>
50 <li><a href="functions.html"><span>Data&#160;Fields</span></a></li>
5c706339
AK
51 </ul>
52 </div>
53</div>
0fbeb4dc
AK
54<div class="header">
55 <div class="headertitle">
059850b5
AK
56<div class="title">Data Structures</div> </div>
57</div><!--header-->
5c706339 58<div class="contents">
059850b5 59<div class="textblock">Here are the data structures with brief descriptions:</div><table>
b9668ba4
AK
60 <tr><td class="indexkey"><a class="el" href="structyaml__alias__data__s.html">yaml_alias_data_s</a></td><td class="indexvalue">This structure holds aliases data </td></tr>
61 <tr><td class="indexkey"><a class="el" href="structyaml__document__s.html">yaml_document_s</a></td><td class="indexvalue">The document structure </td></tr>
62 <tr><td class="indexkey"><a class="el" href="structyaml__emitter__s.html">yaml_emitter_s</a></td><td class="indexvalue">The emitter structure </td></tr>
63 <tr><td class="indexkey"><a class="el" href="structyaml__event__s.html">yaml_event_s</a></td><td class="indexvalue">The event structure </td></tr>
64 <tr><td class="indexkey"><a class="el" href="structyaml__mark__s.html">yaml_mark_s</a></td><td class="indexvalue">The pointer position </td></tr>
65 <tr><td class="indexkey"><a class="el" href="structyaml__node__pair__s.html">yaml_node_pair_s</a></td><td class="indexvalue">An element of a mapping node </td></tr>
66 <tr><td class="indexkey"><a class="el" href="structyaml__node__s.html">yaml_node_s</a></td><td class="indexvalue">The node structure </td></tr>
67 <tr><td class="indexkey"><a class="el" href="structyaml__parser__s.html">yaml_parser_s</a></td><td class="indexvalue">The parser structure </td></tr>
68 <tr><td class="indexkey"><a class="el" href="structyaml__simple__key__s.html">yaml_simple_key_s</a></td><td class="indexvalue">This structure holds information about a potential simple key </td></tr>
69 <tr><td class="indexkey"><a class="el" href="structyaml__tag__directive__s.html">yaml_tag_directive_s</a></td><td class="indexvalue">The tag directive data </td></tr>
70 <tr><td class="indexkey"><a class="el" href="structyaml__token__s.html">yaml_token_s</a></td><td class="indexvalue">The token structure </td></tr>
71 <tr><td class="indexkey"><a class="el" href="structyaml__version__directive__s.html">yaml_version_directive_s</a></td><td class="indexvalue">The version directive data </td></tr>
72</table>
059850b5
AK
73</div><!-- contents -->
74
75
76<hr class="footer"/><address class="footer"><small>
827154a1 77Generated on Wed Mar 26 2014 13:55:01 for yaml by &#160;<a href="http://www.doxygen.org/index.html">
059850b5
AK
78<img class="footer" src="doxygen.png" alt="doxygen"/>
79</a> 1.7.6.1
80</small></address>
81
b9668ba4
AK
82</body>
83</html>
This page took 0.62421 seconds and 5 git commands to generate.