/usr/share/doc/jaula/html/annotated.html is in libjaula-doc 1.4.0-3.
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 | <!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>jaula API Reference: Data Structures</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.6.2 -->
<div class="navigation" id="top">
<div class="tabs">
<ul>
<li><a href="main.html"><span>Main Page</span></a></li>
<li><a href="modules.html"><span>Modules</span></a></li>
<li><a href="namespaces.html"><span>Namespaces</span></a></li>
<li class="current"><a href="annotated.html"><span>Data Structures</span></a></li>
<li><a href="files.html"><span>Files</span></a></li>
</ul>
</div>
<div class="tabs">
<ul>
<li class="current"><a href="annotated.html"><span>Data Structures</span></a></li>
<li><a href="classes.html"><span>Data Structure Index</span></a></li>
<li><a href="hierarchy.html"><span>Class Hierarchy</span></a></li>
<li><a href="functions.html"><span>Data Fields</span></a></li>
</ul>
</div>
</div>
<div class="contents">
<h1>Data Structures</h1>Here are the data structures with brief descriptions:<table>
<tr><td class="indexkey"><a class="el" href="classJAULA_1_1Bad__Data__Type.html">JAULA::Bad_Data_Type</a></td><td class="indexvalue">Class for incompatible data type exceptions </td></tr>
<tr><td class="indexkey"><a class="el" href="classJAULA_1_1Exception.html">JAULA::Exception</a></td><td class="indexvalue">Base class for error handling exceptions </td></tr>
<tr><td class="indexkey"><a class="el" href="classJAULA_1_1Lexan.html">JAULA::Lexan</a></td><td class="indexvalue">Lexical Analysis implementation </td></tr>
<tr><td class="indexkey"><a class="el" href="classJAULA_1_1Lexan__Error.html">JAULA::Lexan_Error</a></td><td class="indexvalue">Class for lexical analysis exceptions </td></tr>
<tr><td class="indexkey"><a class="el" href="classJAULA_1_1Name__Duplicated.html">JAULA::Name_Duplicated</a></td><td class="indexvalue">Class for bad object property name exceptions </td></tr>
<tr><td class="indexkey"><a class="el" href="classJAULA_1_1No__Error.html">JAULA::No_Error</a></td><td class="indexvalue">Class for no error condition exceptions </td></tr>
<tr><td class="indexkey"><a class="el" href="classJAULA_1_1Parser.html">JAULA::Parser</a></td><td class="indexvalue">JSON Data <a class="el" href="classJAULA_1_1Parser.html" title="JSON Data Parser.">Parser</a> </td></tr>
<tr><td class="indexkey"><a class="el" href="classJAULA_1_1Parser_1_1Value__Parser.html">JAULA::Parser::Value_Parser</a></td><td class="indexvalue">JSON <a class="el" href="classJAULA_1_1Value.html" title="Base class for handling values.">Value</a> <a class="el" href="classJAULA_1_1Parser.html" title="JSON Data Parser.">Parser</a> </td></tr>
<tr><td class="indexkey"><a class="el" href="classJAULA_1_1Syntax__Error.html">JAULA::Syntax_Error</a></td><td class="indexvalue">Class for syntax exceptions </td></tr>
<tr><td class="indexkey"><a class="el" href="classJAULA_1_1Value.html">JAULA::Value</a></td><td class="indexvalue">Base class for handling values </td></tr>
<tr><td class="indexkey"><a class="el" href="classJAULA_1_1Value__Array.html">JAULA::Value_Array</a></td><td class="indexvalue">Class for handling array values </td></tr>
<tr><td class="indexkey"><a class="el" href="classJAULA_1_1Value__Boolean.html">JAULA::Value_Boolean</a></td><td class="indexvalue">Class for handling boolean values </td></tr>
<tr><td class="indexkey"><a class="el" href="classJAULA_1_1Value__Complex.html">JAULA::Value_Complex</a></td><td class="indexvalue">Base class for handling complex values </td></tr>
<tr><td class="indexkey"><a class="el" href="classJAULA_1_1Value__Null.html">JAULA::Value_Null</a></td><td class="indexvalue">Class for handling null values </td></tr>
<tr><td class="indexkey"><a class="el" href="classJAULA_1_1Value__Number.html">JAULA::Value_Number</a></td><td class="indexvalue">Class for handling numeric values </td></tr>
<tr><td class="indexkey"><a class="el" href="classJAULA_1_1Value__Number__Int.html">JAULA::Value_Number_Int</a></td><td class="indexvalue">Class for handling numeric (int) values </td></tr>
<tr><td class="indexkey"><a class="el" href="classJAULA_1_1Value__Object.html">JAULA::Value_Object</a></td><td class="indexvalue">Class for handling object values </td></tr>
<tr><td class="indexkey"><a class="el" href="classJAULA_1_1Value__String.html">JAULA::Value_String</a></td><td class="indexvalue">Class for handling numeric values </td></tr>
</table>
</div>
<!-- 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"
><img src="http://sflogo.sourceforge.net/sflogo.php?group_id=193555&type=4"
width="125" height="37" border="0" alt="SourceForge.net Logo" /></a>
</div>
</div>
</div>
<!-- $Id: api_footer.html 45 2009-01-11 16:17:03Z morongo $ -->
|