This file is indexed.

/usr/share/doc/jaula/html/jaula__parse_8h_source.html is in libjaula-doc 1.4.0-5build1.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

  1
  2
  3
  4
  5
  6
  7
  8
  9
 10
 11
 12
 13
 14
 15
 16
 17
 18
 19
 20
 21
 22
 23
 24
 25
 26
 27
 28
 29
 30
 31
 32
 33
 34
 35
 36
 37
 38
 39
 40
 41
 42
 43
 44
 45
 46
 47
 48
 49
 50
 51
 52
 53
 54
 55
 56
 57
 58
 59
 60
 61
 62
 63
 64
 65
 66
 67
 68
 69
 70
 71
 72
 73
 74
 75
 76
 77
 78
 79
 80
 81
 82
 83
 84
 85
 86
 87
 88
 89
 90
 91
 92
 93
 94
 95
 96
 97
 98
 99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
<!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"/>
<meta name="generator" content="Doxygen 1.8.13"/>
<meta name="viewport" content="width=device-width, initial-scale=1"/>
<title>jaula API Reference: jaula_parse.h Source File</title>
<link href="tabs.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="jquery.js"></script>
<script type="text/javascript" src="dynsections.js"></script>
<link href="navtree.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="resize.js"></script>
<script type="text/javascript" src="navtreedata.js"></script>
<script type="text/javascript" src="navtree.js"></script>
<script type="text/javascript">
  $(document).ready(initResizable);
</script>
<link href="doxygen.css" rel="stylesheet" type="text/css" />
</head>
<body>
<div id="top"><!-- do not remove this div, it is closed by doxygen! -->
<div id="titlearea">
<table cellspacing="0" cellpadding="0">
 <tbody>
 <tr style="height: 56px;">
  <td id="projectalign" style="padding-left: 0.5em;">
   <div id="projectname">jaula API Reference
   &#160;<span id="projectnumber">version 1.4.0</span>
   </div>
  </td>
 </tr>
 </tbody>
</table>
</div>
<!-- end header part -->
<!-- Generated by Doxygen 1.8.13 -->
<script type="text/javascript" src="menudata.js"></script>
<script type="text/javascript" src="menu.js"></script>
<script type="text/javascript">
$(function() {
  initMenu('',false,false,'search.php','Search');
});
</script>
<div id="main-nav"></div>
</div><!-- top -->
<div id="side-nav" class="ui-resizable side-nav-resizable">
  <div id="nav-tree">
    <div id="nav-tree-contents">
      <div id="nav-sync" class="sync"></div>
    </div>
  </div>
  <div id="splitbar" style="-moz-user-select:none;" 
       class="ui-resizable-handle">
  </div>
</div>
<script type="text/javascript">
$(document).ready(function(){initNavTree('jaula__parse_8h_source.html','');});
</script>
<div id="doc-content">
<div class="header">
  <div class="headertitle">
<div class="title">jaula_parse.h</div>  </div>
</div><!--header-->
<div class="contents">
<div class="fragment"><div class="line"><a name="l00001"></a><span class="lineno">    1</span>&#160;</div><div class="line"><a name="l00002"></a><span class="lineno">    2</span>&#160;<span class="comment">/*</span></div><div class="line"><a name="l00003"></a><span class="lineno">    3</span>&#160;<span class="comment"> * jaula_parse.h : JSON Analysis User Library Acronym</span></div><div class="line"><a name="l00004"></a><span class="lineno">    4</span>&#160;<span class="comment"> * JSON data parser</span></div><div class="line"><a name="l00005"></a><span class="lineno">    5</span>&#160;<span class="comment"> *</span></div><div class="line"><a name="l00006"></a><span class="lineno">    6</span>&#160;<span class="comment"> * Copyright (C) 2007, 2008, 2009 Kombo Morongo &lt;morongo666@gmail.com&gt;</span></div><div class="line"><a name="l00007"></a><span class="lineno">    7</span>&#160;<span class="comment"> *</span></div><div class="line"><a name="l00008"></a><span class="lineno">    8</span>&#160;<span class="comment"> * This library is free software; you can redistribute it and/or modify it</span></div><div class="line"><a name="l00009"></a><span class="lineno">    9</span>&#160;<span class="comment"> * under the terms of the GNU Lesser General Public License as published by</span></div><div class="line"><a name="l00010"></a><span class="lineno">   10</span>&#160;<span class="comment"> * the Free Software Foundation; either version 2.1 of the License, or (at</span></div><div class="line"><a name="l00011"></a><span class="lineno">   11</span>&#160;<span class="comment"> * your option) any later version.</span></div><div class="line"><a name="l00012"></a><span class="lineno">   12</span>&#160;<span class="comment"> *</span></div><div class="line"><a name="l00013"></a><span class="lineno">   13</span>&#160;<span class="comment"> * This library is distributed in the hope that it will be useful, but</span></div><div class="line"><a name="l00014"></a><span class="lineno">   14</span>&#160;<span class="comment"> * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY</span></div><div class="line"><a name="l00015"></a><span class="lineno">   15</span>&#160;<span class="comment"> * or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU Lesser General Public</span></div><div class="line"><a name="l00016"></a><span class="lineno">   16</span>&#160;<span class="comment"> * License for more details.</span></div><div class="line"><a name="l00017"></a><span class="lineno">   17</span>&#160;<span class="comment"> *</span></div><div class="line"><a name="l00018"></a><span class="lineno">   18</span>&#160;<span class="comment"> * You should have received a copy of the GNU Lesser General Public License</span></div><div class="line"><a name="l00019"></a><span class="lineno">   19</span>&#160;<span class="comment"> * along with this library; if not, write to the Free Software Foundation,</span></div><div class="line"><a name="l00020"></a><span class="lineno">   20</span>&#160;<span class="comment"> * Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA</span></div><div class="line"><a name="l00021"></a><span class="lineno">   21</span>&#160;<span class="comment"> *</span></div><div class="line"><a name="l00022"></a><span class="lineno">   22</span>&#160;<span class="comment"> * svn info:</span></div><div class="line"><a name="l00023"></a><span class="lineno">   23</span>&#160;<span class="comment"> * $Author: morongo $</span></div><div class="line"><a name="l00024"></a><span class="lineno">   24</span>&#160;<span class="comment"> * $HeadURL: https://jaula.svn.sourceforge.net/svnroot/jaula/tags/jaula-1.4.0/jaula/jaula_parse.h $</span></div><div class="line"><a name="l00025"></a><span class="lineno">   25</span>&#160;<span class="comment"> * $Id: jaula_parse.h 45 2009-01-11 16:17:03Z morongo $</span></div><div class="line"><a name="l00026"></a><span class="lineno">   26</span>&#160;<span class="comment"> * $Revision: 45 $</span></div><div class="line"><a name="l00027"></a><span class="lineno">   27</span>&#160;<span class="comment"> */</span></div><div class="line"><a name="l00028"></a><span class="lineno">   28</span>&#160;</div><div class="line"><a name="l00029"></a><span class="lineno">   29</span>&#160;<span class="preprocessor">#ifndef _JAULA_PARSE_H_</span></div><div class="line"><a name="l00030"></a><span class="lineno">   30</span>&#160;<span class="preprocessor">#define _JAULA_PARSE_H_</span></div><div class="line"><a name="l00031"></a><span class="lineno">   31</span>&#160;</div><div class="line"><a name="l00036"></a><span class="lineno">   36</span>&#160;<span class="preprocessor">#include &lt;jaula/jaula_lexan.h&gt;</span></div><div class="line"><a name="l00037"></a><span class="lineno">   37</span>&#160;<span class="preprocessor">#include &lt;jaula/jaula_syntax_error.h&gt;</span></div><div class="line"><a name="l00038"></a><span class="lineno">   38</span>&#160;<span class="preprocessor">#include &lt;jaula/jaula_value_complex.h&gt;</span></div><div class="line"><a name="l00039"></a><span class="lineno">   39</span>&#160;</div><div class="line"><a name="l00040"></a><span class="lineno">   40</span>&#160;<span class="keyword">namespace </span><a class="code" href="namespaceJAULA.html">JAULA</a></div><div class="line"><a name="l00041"></a><span class="lineno">   41</span>&#160;{                                <span class="comment">// namespace JAULA</span></div><div class="line"><a name="l00052"></a><span class="lineno"><a class="line" href="classJAULA_1_1Parser.html">   52</a></span>&#160;<span class="comment"></span>  <span class="keyword">class </span><a class="code" href="classJAULA_1_1Parser.html">Parser</a></div><div class="line"><a name="l00053"></a><span class="lineno">   53</span>&#160;  {                              <span class="comment">// class Parser</span></div><div class="line"><a name="l00054"></a><span class="lineno">   54</span>&#160;    <span class="keyword">public</span>:</div><div class="line"><a name="l00055"></a><span class="lineno">   55</span>&#160;</div><div class="line"><a name="l00059"></a><span class="lineno">   59</span>&#160;      <a class="code" href="classJAULA_1_1Parser.html#a4be52fa703c14a711aa34ef32080f70e">Parser</a>(<span class="keywordtype">void</span>);</div><div class="line"><a name="l00060"></a><span class="lineno">   60</span>&#160;</div><div class="line"><a name="l00064"></a><span class="lineno">   64</span>&#160;      <a class="code" href="classJAULA_1_1Parser.html#ad8bde22e6943713306cf7cda7231e9bb">~Parser</a>(<span class="keywordtype">void</span>);</div><div class="line"><a name="l00065"></a><span class="lineno">   65</span>&#160;</div><div class="line"><a name="l00109"></a><span class="lineno">  109</span>&#160;      <span class="keyword">static</span> <a class="code" href="classJAULA_1_1Value__Complex.html">Value_Complex</a> *<a class="code" href="classJAULA_1_1Parser.html#a24cecaf6c3836a5036603dc9b079e4f9">parseStream</a>(std::istream &amp;inpStream</div><div class="line"><a name="l00110"></a><span class="lineno">  110</span>&#160;        , <span class="keywordtype">bool</span> comments_allowed = <span class="keyword">false</span></div><div class="line"><a name="l00111"></a><span class="lineno">  111</span>&#160;        , <span class="keywordtype">bool</span> full_read = <span class="keyword">true</span></div><div class="line"><a name="l00112"></a><span class="lineno">  112</span>&#160;        ) <span class="keywordflow">throw</span>(<a class="code" href="classJAULA_1_1Exception.html">Exception</a>);</div><div class="line"><a name="l00113"></a><span class="lineno">  113</span>&#160;</div><div class="line"><a name="l00114"></a><span class="lineno">  114</span>&#160;    <span class="keyword">private</span>:</div><div class="line"><a name="l00115"></a><span class="lineno">  115</span>&#160;</div><div class="line"><a name="l00126"></a><span class="lineno"><a class="line" href="classJAULA_1_1Parser_1_1Value__Parser.html">  126</a></span>&#160;      <span class="keyword">class </span><a class="code" href="classJAULA_1_1Parser_1_1Value__Parser.html">Value_Parser</a></div><div class="line"><a name="l00127"></a><span class="lineno">  127</span>&#160;      {                          <span class="comment">// class Value_Parser</span></div><div class="line"><a name="l00128"></a><span class="lineno">  128</span>&#160;        <span class="keyword">public</span>:</div><div class="line"><a name="l00129"></a><span class="lineno">  129</span>&#160;</div><div class="line"><a name="l00133"></a><span class="lineno">  133</span>&#160;          <a class="code" href="classJAULA_1_1Parser_1_1Value__Parser.html#a5bed90e97045515bfbb27b7bd95c2366">Value_Parser</a>(<span class="keywordtype">void</span>);</div><div class="line"><a name="l00134"></a><span class="lineno">  134</span>&#160;</div><div class="line"><a name="l00138"></a><span class="lineno">  138</span>&#160;          <a class="code" href="classJAULA_1_1Parser_1_1Value__Parser.html#aa7524b93701f500afea6acc105b3f274">~Value_Parser</a>(<span class="keywordtype">void</span>);</div><div class="line"><a name="l00139"></a><span class="lineno">  139</span>&#160;</div><div class="line"><a name="l00167"></a><span class="lineno">  167</span>&#160;          <span class="keyword">static</span> <a class="code" href="classJAULA_1_1Value.html">Value</a> *<a class="code" href="classJAULA_1_1Parser_1_1Value__Parser.html#a5a2a1f978b794f68ce0bbeb7e2e695ee">parseValue</a>(<a class="code" href="classJAULA_1_1Lexan.html">Lexan</a> &amp;lexan, <span class="keywordtype">unsigned</span> <span class="keywordtype">int</span> token)</div><div class="line"><a name="l00168"></a><span class="lineno">  168</span>&#160;            <span class="keywordflow">throw</span>(<a class="code" href="classJAULA_1_1Exception.html">Exception</a>);</div><div class="line"><a name="l00169"></a><span class="lineno">  169</span>&#160;</div><div class="line"><a name="l00170"></a><span class="lineno">  170</span>&#160;        <span class="keyword">private</span>:</div><div class="line"><a name="l00171"></a><span class="lineno">  171</span>&#160;</div><div class="line"><a name="l00179"></a><span class="lineno"><a class="line" href="classJAULA_1_1Parser_1_1Value__Parser.html#a366dc338d1feb888b8de6daad983df20">  179</a></span>&#160;          <span class="keyword">enum</span> <a class="code" href="classJAULA_1_1Parser_1_1Value__Parser.html#a366dc338d1feb888b8de6daad983df20">parser_states</a></div><div class="line"><a name="l00180"></a><span class="lineno">  180</span>&#160;          {</div><div class="line"><a name="l00182"></a><span class="lineno"><a class="line" href="classJAULA_1_1Parser_1_1Value__Parser.html#a366dc338d1feb888b8de6daad983df20abfb7a1643918a14199028352df2419d3">  182</a></span>&#160;            <a class="code" href="classJAULA_1_1Parser_1_1Value__Parser.html#a366dc338d1feb888b8de6daad983df20abfb7a1643918a14199028352df2419d3">START</a>,</div><div class="line"><a name="l00184"></a><span class="lineno"><a class="line" href="classJAULA_1_1Parser_1_1Value__Parser.html#a366dc338d1feb888b8de6daad983df20a5ee13bc8854e3b7215b9a3f3836cd3f2">  184</a></span>&#160;            <a class="code" href="classJAULA_1_1Parser_1_1Value__Parser.html#a366dc338d1feb888b8de6daad983df20a5ee13bc8854e3b7215b9a3f3836cd3f2">array_addItem</a>,</div><div class="line"><a name="l00186"></a><span class="lineno"><a class="line" href="classJAULA_1_1Parser_1_1Value__Parser.html#a366dc338d1feb888b8de6daad983df20ac1aa6c57fcf7a5a4f03c6af82d014a9e">  186</a></span>&#160;            <a class="code" href="classJAULA_1_1Parser_1_1Value__Parser.html#a366dc338d1feb888b8de6daad983df20ac1aa6c57fcf7a5a4f03c6af82d014a9e">array_nextItem</a>,</div><div class="line"><a name="l00191"></a><span class="lineno"><a class="line" href="classJAULA_1_1Parser_1_1Value__Parser.html#a366dc338d1feb888b8de6daad983df20ae0a97711b9c3b12b5bf28ff43121812f">  191</a></span>&#160;            <a class="code" href="classJAULA_1_1Parser_1_1Value__Parser.html#a366dc338d1feb888b8de6daad983df20ae0a97711b9c3b12b5bf28ff43121812f">error</a>,</div><div class="line"><a name="l00193"></a><span class="lineno"><a class="line" href="classJAULA_1_1Parser_1_1Value__Parser.html#a366dc338d1feb888b8de6daad983df20aebce9e4f1690c868cbb5e2604fcf0850">  193</a></span>&#160;            <a class="code" href="classJAULA_1_1Parser_1_1Value__Parser.html#a366dc338d1feb888b8de6daad983df20aebce9e4f1690c868cbb5e2604fcf0850">false_value</a>,</div><div class="line"><a name="l00195"></a><span class="lineno"><a class="line" href="classJAULA_1_1Parser_1_1Value__Parser.html#a366dc338d1feb888b8de6daad983df20a7719644f860e93318363b00b6fd99b7e">  195</a></span>&#160;            <a class="code" href="classJAULA_1_1Parser_1_1Value__Parser.html#a366dc338d1feb888b8de6daad983df20a7719644f860e93318363b00b6fd99b7e">null_value</a>,</div><div class="line"><a name="l00197"></a><span class="lineno"><a class="line" href="classJAULA_1_1Parser_1_1Value__Parser.html#a366dc338d1feb888b8de6daad983df20aedb1b3d056af80b858493a3ff716ac7c">  197</a></span>&#160;            <a class="code" href="classJAULA_1_1Parser_1_1Value__Parser.html#a366dc338d1feb888b8de6daad983df20aedb1b3d056af80b858493a3ff716ac7c">number_int_value</a>,</div><div class="line"><a name="l00199"></a><span class="lineno"><a class="line" href="classJAULA_1_1Parser_1_1Value__Parser.html#a366dc338d1feb888b8de6daad983df20a1f676c7e90534a89b6424f9aedb929c3">  199</a></span>&#160;            <a class="code" href="classJAULA_1_1Parser_1_1Value__Parser.html#a366dc338d1feb888b8de6daad983df20a1f676c7e90534a89b6424f9aedb929c3">number_value</a>,</div><div class="line"><a name="l00201"></a><span class="lineno"><a class="line" href="classJAULA_1_1Parser_1_1Value__Parser.html#a366dc338d1feb888b8de6daad983df20a0b48ecffa79b8fb7c55a23319627ac23">  201</a></span>&#160;            <a class="code" href="classJAULA_1_1Parser_1_1Value__Parser.html#a366dc338d1feb888b8de6daad983df20a0b48ecffa79b8fb7c55a23319627ac23">property_begin</a>,</div><div class="line"><a name="l00203"></a><span class="lineno"><a class="line" href="classJAULA_1_1Parser_1_1Value__Parser.html#a366dc338d1feb888b8de6daad983df20a78a422d9cb7233820d9a5cf4905fc535">  203</a></span>&#160;            <a class="code" href="classJAULA_1_1Parser_1_1Value__Parser.html#a366dc338d1feb888b8de6daad983df20a78a422d9cb7233820d9a5cf4905fc535">property_name</a>,</div><div class="line"><a name="l00205"></a><span class="lineno"><a class="line" href="classJAULA_1_1Parser_1_1Value__Parser.html#a366dc338d1feb888b8de6daad983df20abfaec35e11b2e5efd23be272fbf4ad19">  205</a></span>&#160;            <a class="code" href="classJAULA_1_1Parser_1_1Value__Parser.html#a366dc338d1feb888b8de6daad983df20abfaec35e11b2e5efd23be272fbf4ad19">property_value</a>,</div><div class="line"><a name="l00207"></a><span class="lineno"><a class="line" href="classJAULA_1_1Parser_1_1Value__Parser.html#a366dc338d1feb888b8de6daad983df20a1c9b4d78847a1be843e963f3efe6a250">  207</a></span>&#160;            <a class="code" href="classJAULA_1_1Parser_1_1Value__Parser.html#a366dc338d1feb888b8de6daad983df20a1c9b4d78847a1be843e963f3efe6a250">property_next</a>,</div><div class="line"><a name="l00209"></a><span class="lineno"><a class="line" href="classJAULA_1_1Parser_1_1Value__Parser.html#a366dc338d1feb888b8de6daad983df20a6dd8215d80dc6e7353906c7985427f66">  209</a></span>&#160;            <a class="code" href="classJAULA_1_1Parser_1_1Value__Parser.html#a366dc338d1feb888b8de6daad983df20a6dd8215d80dc6e7353906c7985427f66">string_value</a>,</div><div class="line"><a name="l00211"></a><span class="lineno"><a class="line" href="classJAULA_1_1Parser_1_1Value__Parser.html#a366dc338d1feb888b8de6daad983df20a76f3b2dfe868b980fa654512d3d3cf16">  211</a></span>&#160;            <a class="code" href="classJAULA_1_1Parser_1_1Value__Parser.html#a366dc338d1feb888b8de6daad983df20a76f3b2dfe868b980fa654512d3d3cf16">true_value</a>,</div><div class="line"><a name="l00213"></a><span class="lineno"><a class="line" href="classJAULA_1_1Parser_1_1Value__Parser.html#a366dc338d1feb888b8de6daad983df20abb853ad99155e70881d201a30f1e1bba">  213</a></span>&#160;            <a class="code" href="classJAULA_1_1Parser_1_1Value__Parser.html#a366dc338d1feb888b8de6daad983df20abb853ad99155e70881d201a30f1e1bba">END</a></div><div class="line"><a name="l00214"></a><span class="lineno">  214</span>&#160;          };                     <span class="comment">//enum parser_states</span></div><div class="line"><a name="l00215"></a><span class="lineno">  215</span>&#160;</div><div class="line"><a name="l00239"></a><span class="lineno">  239</span>&#160;          <span class="keyword">static</span> <span class="keywordtype">void</span> <a class="code" href="classJAULA_1_1Parser_1_1Value__Parser.html#a44aec82b6f9b4ab649c1b1435ae46946">EOFError</a>(<a class="code" href="classJAULA_1_1Lexan.html">Lexan</a> &amp;lexan, <a class="code" href="classJAULA_1_1Syntax__Error.html">Syntax_Error</a> <span class="keyword">const</span> &amp;ex)</div><div class="line"><a name="l00240"></a><span class="lineno">  240</span>&#160;            <span class="keywordflow">throw</span>(<a class="code" href="classJAULA_1_1Exception.html">Exception</a>);</div><div class="line"><a name="l00241"></a><span class="lineno">  241</span>&#160;      };                         <span class="comment">// class Value_Parser</span></div><div class="line"><a name="l00242"></a><span class="lineno">  242</span>&#160;</div><div class="line"><a name="l00243"></a><span class="lineno">  243</span>&#160;  };                             <span class="comment">// class Parser</span></div><div class="line"><a name="l00244"></a><span class="lineno">  244</span>&#160;</div><div class="line"><a name="l00245"></a><span class="lineno">  245</span>&#160;}                                <span class="comment">// namespace JAULA</span></div><div class="line"><a name="l00246"></a><span class="lineno">  246</span>&#160;<span class="preprocessor">#endif</span></div><div class="line"><a name="l00247"></a><span class="lineno">  247</span>&#160;</div><div class="line"><a name="l00248"></a><span class="lineno">  248</span>&#160;<span class="comment">// EOF $Id: jaula_parse.h 45 2009-01-11 16:17:03Z morongo $</span></div><div class="ttc" id="classJAULA_1_1Parser_html_a24cecaf6c3836a5036603dc9b079e4f9"><div class="ttname"><a href="classJAULA_1_1Parser.html#a24cecaf6c3836a5036603dc9b079e4f9">JAULA::Parser::parseStream</a></div><div class="ttdeci">static Value_Complex * parseStream(std::istream &amp;inpStream, bool comments_allowed=false, bool full_read=true)</div><div class="ttdoc">Parses JSON data from a stream. </div><div class="ttdef"><b>Definition:</b> jaula_parse.cc:72</div></div>
<div class="ttc" id="classJAULA_1_1Parser_1_1Value__Parser_html_a366dc338d1feb888b8de6daad983df20a78a422d9cb7233820d9a5cf4905fc535"><div class="ttname"><a href="classJAULA_1_1Parser_1_1Value__Parser.html#a366dc338d1feb888b8de6daad983df20a78a422d9cb7233820d9a5cf4905fc535">JAULA::Parser::Value_Parser::property_name</a></div><div class="ttdef"><b>Definition:</b> jaula_parse.h:203</div></div>
<div class="ttc" id="classJAULA_1_1Parser_1_1Value__Parser_html_a366dc338d1feb888b8de6daad983df20a1c9b4d78847a1be843e963f3efe6a250"><div class="ttname"><a href="classJAULA_1_1Parser_1_1Value__Parser.html#a366dc338d1feb888b8de6daad983df20a1c9b4d78847a1be843e963f3efe6a250">JAULA::Parser::Value_Parser::property_next</a></div><div class="ttdef"><b>Definition:</b> jaula_parse.h:207</div></div>
<div class="ttc" id="classJAULA_1_1Parser_1_1Value__Parser_html_a366dc338d1feb888b8de6daad983df20a7719644f860e93318363b00b6fd99b7e"><div class="ttname"><a href="classJAULA_1_1Parser_1_1Value__Parser.html#a366dc338d1feb888b8de6daad983df20a7719644f860e93318363b00b6fd99b7e">JAULA::Parser::Value_Parser::null_value</a></div><div class="ttdef"><b>Definition:</b> jaula_parse.h:195</div></div>
<div class="ttc" id="classJAULA_1_1Parser_1_1Value__Parser_html_a366dc338d1feb888b8de6daad983df20a6dd8215d80dc6e7353906c7985427f66"><div class="ttname"><a href="classJAULA_1_1Parser_1_1Value__Parser.html#a366dc338d1feb888b8de6daad983df20a6dd8215d80dc6e7353906c7985427f66">JAULA::Parser::Value_Parser::string_value</a></div><div class="ttdef"><b>Definition:</b> jaula_parse.h:209</div></div>
<div class="ttc" id="classJAULA_1_1Parser_1_1Value__Parser_html_a366dc338d1feb888b8de6daad983df20abb853ad99155e70881d201a30f1e1bba"><div class="ttname"><a href="classJAULA_1_1Parser_1_1Value__Parser.html#a366dc338d1feb888b8de6daad983df20abb853ad99155e70881d201a30f1e1bba">JAULA::Parser::Value_Parser::END</a></div><div class="ttdef"><b>Definition:</b> jaula_parse.h:213</div></div>
<div class="ttc" id="classJAULA_1_1Parser_1_1Value__Parser_html_a366dc338d1feb888b8de6daad983df20a1f676c7e90534a89b6424f9aedb929c3"><div class="ttname"><a href="classJAULA_1_1Parser_1_1Value__Parser.html#a366dc338d1feb888b8de6daad983df20a1f676c7e90534a89b6424f9aedb929c3">JAULA::Parser::Value_Parser::number_value</a></div><div class="ttdef"><b>Definition:</b> jaula_parse.h:199</div></div>
<div class="ttc" id="classJAULA_1_1Parser_1_1Value__Parser_html_a5bed90e97045515bfbb27b7bd95c2366"><div class="ttname"><a href="classJAULA_1_1Parser_1_1Value__Parser.html#a5bed90e97045515bfbb27b7bd95c2366">JAULA::Parser::Value_Parser::Value_Parser</a></div><div class="ttdeci">Value_Parser(void)</div><div class="ttdoc">Constructor. </div><div class="ttdef"><b>Definition:</b> jaula_parse.cc:111</div></div>
<div class="ttc" id="classJAULA_1_1Parser_1_1Value__Parser_html_a366dc338d1feb888b8de6daad983df20a76f3b2dfe868b980fa654512d3d3cf16"><div class="ttname"><a href="classJAULA_1_1Parser_1_1Value__Parser.html#a366dc338d1feb888b8de6daad983df20a76f3b2dfe868b980fa654512d3d3cf16">JAULA::Parser::Value_Parser::true_value</a></div><div class="ttdef"><b>Definition:</b> jaula_parse.h:211</div></div>
<div class="ttc" id="classJAULA_1_1Parser_html"><div class="ttname"><a href="classJAULA_1_1Parser.html">JAULA::Parser</a></div><div class="ttdoc">JSON Data Parser. </div><div class="ttdef"><b>Definition:</b> jaula_parse.h:52</div></div>
<div class="ttc" id="classJAULA_1_1Parser_1_1Value__Parser_html_a366dc338d1feb888b8de6daad983df20"><div class="ttname"><a href="classJAULA_1_1Parser_1_1Value__Parser.html#a366dc338d1feb888b8de6daad983df20">JAULA::Parser::Value_Parser::parser_states</a></div><div class="ttdeci">parser_states</div><div class="ttdoc">Enumeration for the parser state machine. </div><div class="ttdef"><b>Definition:</b> jaula_parse.h:179</div></div>
<div class="ttc" id="classJAULA_1_1Exception_html"><div class="ttname"><a href="classJAULA_1_1Exception.html">JAULA::Exception</a></div><div class="ttdoc">Base class for error handling exceptions. </div><div class="ttdef"><b>Definition:</b> jaula_exception.h:53</div></div>
<div class="ttc" id="classJAULA_1_1Parser_1_1Value__Parser_html_a366dc338d1feb888b8de6daad983df20a0b48ecffa79b8fb7c55a23319627ac23"><div class="ttname"><a href="classJAULA_1_1Parser_1_1Value__Parser.html#a366dc338d1feb888b8de6daad983df20a0b48ecffa79b8fb7c55a23319627ac23">JAULA::Parser::Value_Parser::property_begin</a></div><div class="ttdef"><b>Definition:</b> jaula_parse.h:201</div></div>
<div class="ttc" id="classJAULA_1_1Parser_1_1Value__Parser_html"><div class="ttname"><a href="classJAULA_1_1Parser_1_1Value__Parser.html">JAULA::Parser::Value_Parser</a></div><div class="ttdoc">JSON Value Parser. </div><div class="ttdef"><b>Definition:</b> jaula_parse.h:126</div></div>
<div class="ttc" id="classJAULA_1_1Parser_1_1Value__Parser_html_a5a2a1f978b794f68ce0bbeb7e2e695ee"><div class="ttname"><a href="classJAULA_1_1Parser_1_1Value__Parser.html#a5a2a1f978b794f68ce0bbeb7e2e695ee">JAULA::Parser::Value_Parser::parseValue</a></div><div class="ttdeci">static Value * parseValue(Lexan &amp;lexan, unsigned int token)</div><div class="ttdoc">reads a single JSON value </div><div class="ttdef"><b>Definition:</b> jaula_parse.cc:117</div></div>
<div class="ttc" id="classJAULA_1_1Lexan_html"><div class="ttname"><a href="classJAULA_1_1Lexan.html">JAULA::Lexan</a></div><div class="ttdoc">Lexical Analysis implementation. </div><div class="ttdef"><b>Definition:</b> jaula_lexan.h:83</div></div>
<div class="ttc" id="classJAULA_1_1Parser_html_ad8bde22e6943713306cf7cda7231e9bb"><div class="ttname"><a href="classJAULA_1_1Parser.html#ad8bde22e6943713306cf7cda7231e9bb">JAULA::Parser::~Parser</a></div><div class="ttdeci">~Parser(void)</div><div class="ttdoc">Destructor. </div><div class="ttdef"><b>Definition:</b> jaula_parse.cc:69</div></div>
<div class="ttc" id="classJAULA_1_1Parser_html_a4be52fa703c14a711aa34ef32080f70e"><div class="ttname"><a href="classJAULA_1_1Parser.html#a4be52fa703c14a711aa34ef32080f70e">JAULA::Parser::Parser</a></div><div class="ttdeci">Parser(void)</div><div class="ttdoc">Constructor. </div><div class="ttdef"><b>Definition:</b> jaula_parse.cc:66</div></div>
<div class="ttc" id="classJAULA_1_1Parser_1_1Value__Parser_html_a366dc338d1feb888b8de6daad983df20abfaec35e11b2e5efd23be272fbf4ad19"><div class="ttname"><a href="classJAULA_1_1Parser_1_1Value__Parser.html#a366dc338d1feb888b8de6daad983df20abfaec35e11b2e5efd23be272fbf4ad19">JAULA::Parser::Value_Parser::property_value</a></div><div class="ttdef"><b>Definition:</b> jaula_parse.h:205</div></div>
<div class="ttc" id="classJAULA_1_1Syntax__Error_html"><div class="ttname"><a href="classJAULA_1_1Syntax__Error.html">JAULA::Syntax_Error</a></div><div class="ttdoc">class for syntax exceptions </div><div class="ttdef"><b>Definition:</b> jaula_syntax_error.h:52</div></div>
<div class="ttc" id="classJAULA_1_1Parser_1_1Value__Parser_html_aa7524b93701f500afea6acc105b3f274"><div class="ttname"><a href="classJAULA_1_1Parser_1_1Value__Parser.html#aa7524b93701f500afea6acc105b3f274">JAULA::Parser::Value_Parser::~Value_Parser</a></div><div class="ttdeci">~Value_Parser(void)</div><div class="ttdoc">Destructor. </div><div class="ttdef"><b>Definition:</b> jaula_parse.cc:114</div></div>
<div class="ttc" id="namespaceJAULA_html"><div class="ttname"><a href="namespaceJAULA.html">JAULA</a></div><div class="ttdoc">Namespace for all library definitions. </div><div class="ttdef"><b>Definition:</b> jaula.h:438</div></div>
<div class="ttc" id="classJAULA_1_1Parser_1_1Value__Parser_html_a366dc338d1feb888b8de6daad983df20aedb1b3d056af80b858493a3ff716ac7c"><div class="ttname"><a href="classJAULA_1_1Parser_1_1Value__Parser.html#a366dc338d1feb888b8de6daad983df20aedb1b3d056af80b858493a3ff716ac7c">JAULA::Parser::Value_Parser::number_int_value</a></div><div class="ttdef"><b>Definition:</b> jaula_parse.h:197</div></div>
<div class="ttc" id="classJAULA_1_1Parser_1_1Value__Parser_html_a366dc338d1feb888b8de6daad983df20aebce9e4f1690c868cbb5e2604fcf0850"><div class="ttname"><a href="classJAULA_1_1Parser_1_1Value__Parser.html#a366dc338d1feb888b8de6daad983df20aebce9e4f1690c868cbb5e2604fcf0850">JAULA::Parser::Value_Parser::false_value</a></div><div class="ttdef"><b>Definition:</b> jaula_parse.h:193</div></div>
<div class="ttc" id="classJAULA_1_1Parser_1_1Value__Parser_html_a366dc338d1feb888b8de6daad983df20ac1aa6c57fcf7a5a4f03c6af82d014a9e"><div class="ttname"><a href="classJAULA_1_1Parser_1_1Value__Parser.html#a366dc338d1feb888b8de6daad983df20ac1aa6c57fcf7a5a4f03c6af82d014a9e">JAULA::Parser::Value_Parser::array_nextItem</a></div><div class="ttdef"><b>Definition:</b> jaula_parse.h:186</div></div>
<div class="ttc" id="classJAULA_1_1Parser_1_1Value__Parser_html_a44aec82b6f9b4ab649c1b1435ae46946"><div class="ttname"><a href="classJAULA_1_1Parser_1_1Value__Parser.html#a44aec82b6f9b4ab649c1b1435ae46946">JAULA::Parser::Value_Parser::EOFError</a></div><div class="ttdeci">static void EOFError(Lexan &amp;lexan, Syntax_Error const &amp;ex)</div><div class="ttdoc">Analyzes the reason for an EOF condition. </div><div class="ttdef"><b>Definition:</b> jaula_parse.cc:562</div></div>
<div class="ttc" id="classJAULA_1_1Value__Complex_html"><div class="ttname"><a href="classJAULA_1_1Value__Complex.html">JAULA::Value_Complex</a></div><div class="ttdoc">Base class for handling complex values. </div><div class="ttdef"><b>Definition:</b> jaula_value_complex.h:52</div></div>
<div class="ttc" id="classJAULA_1_1Parser_1_1Value__Parser_html_a366dc338d1feb888b8de6daad983df20abfb7a1643918a14199028352df2419d3"><div class="ttname"><a href="classJAULA_1_1Parser_1_1Value__Parser.html#a366dc338d1feb888b8de6daad983df20abfb7a1643918a14199028352df2419d3">JAULA::Parser::Value_Parser::START</a></div><div class="ttdef"><b>Definition:</b> jaula_parse.h:182</div></div>
<div class="ttc" id="classJAULA_1_1Value_html"><div class="ttname"><a href="classJAULA_1_1Value.html">JAULA::Value</a></div><div class="ttdoc">Base class for handling values. </div><div class="ttdef"><b>Definition:</b> jaula_value.h:52</div></div>
<div class="ttc" id="classJAULA_1_1Parser_1_1Value__Parser_html_a366dc338d1feb888b8de6daad983df20a5ee13bc8854e3b7215b9a3f3836cd3f2"><div class="ttname"><a href="classJAULA_1_1Parser_1_1Value__Parser.html#a366dc338d1feb888b8de6daad983df20a5ee13bc8854e3b7215b9a3f3836cd3f2">JAULA::Parser::Value_Parser::array_addItem</a></div><div class="ttdef"><b>Definition:</b> jaula_parse.h:184</div></div>
<div class="ttc" id="classJAULA_1_1Parser_1_1Value__Parser_html_a366dc338d1feb888b8de6daad983df20ae0a97711b9c3b12b5bf28ff43121812f"><div class="ttname"><a href="classJAULA_1_1Parser_1_1Value__Parser.html#a366dc338d1feb888b8de6daad983df20ae0a97711b9c3b12b5bf28ff43121812f">JAULA::Parser::Value_Parser::error</a></div><div class="ttdef"><b>Definition:</b> jaula_parse.h:191</div></div>
</div><!-- fragment --></div><!-- contents -->
</div><!-- doc-content -->

<!-- svn info -->
<!-- $Author: morongo $ -->
<!-- $Date: 2009-01-11 17:17:03 +0100 (dom, 11 ene 2009) $ -->
<!-- $HeadURL: https://jaula.svn.sourceforge.net/svnroot/jaula/tags/jaula-1.4.0/doc/api_footer.html $ -->
<!-- $Revision: 45 $ -->
<div>
<p><hr/></p>
<p style="text-align : center;"><a
  href="http://morongo.homelinux.net/jaula/docs"
  target="_parent"
  title="JAULA Project Documentation Page">Back to
  <acronym title="JSON Analysis User Library Acronym">JAULA</acronym>
  Project Documentation Page</a>.</p>
<p style="text-align : center;"><a
  href="http://morongo.homelinux.net/jaula"
  target="_parent"
  title="JAULA Project Home Page">Go to
  <acronym title="JSON Analysis User Library Acronym">JAULA</acronym>
  Project Home Page</a>.</p>
</div>
<div>
<p><hr/></p>
<p>Copyright (c) 2007, 2008, 2009 <a href="http://sourceforge.net/users/morongo"
  target="_parent" title="Morongo at SourceForge">Kombo Morongo</a>.</p>
<p>Permission is granted to copy, distribute and/or modify this document
under the terms of the GNU Free Documentation License, Version 1.2
or any later version published by the Free Software Foundation;
with no Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts.
A copy of the license is included in the section entitled <a
  href="main.html" target="_parent"
  >"GNU Free Documentation License"</a>.</p>
<!--<div style="float : left; width : 250px; margin-right : 5px;">-->
<div style="float : left;">
<address style="text-align: center;"><p><small>API Reference Generated for jaula by
</small></p></address>
<div style="width : 100px; margin-left: auto; margin-right : auto;">
  <a href="http://www.doxygen.org/index.html" target="_parent"
    ><img src="doxygen.png" alt="doxygen" align="middle" border="0"></a>
</div>
</div>
<!--<div style="float : right; width : 150px; margin-left : 5px;">-->
<div style="float : right;">
<address style="text-align: center;"><p><small>jaula project hosted by
</small></p></address>
<div style="width: 125px; margin-left: auto; margin-right : auto;">
  <a href="http://sourceforge.net" target="_parent"
    >SourceForge.net</a>
</div>
</div>
</div>
<!-- $Id: api_footer.html 45 2009-01-11 16:17:03Z morongo $ -->