/usr/share/doc/libgnatcoll-doc/html/index.html is in libgnatcoll-doc 1.7gpl2015-2.
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 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 | <!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/html; charset=utf-8" />
<title>GNAT Reusable Components — GNATColl 1.7gpl2015 documentation</title>
<link rel="stylesheet" href="_static/sphinxdoc.css" type="text/css" />
<link rel="stylesheet" href="_static/pygments.css" type="text/css" />
<script type="text/javascript">
var DOCUMENTATION_OPTIONS = {
URL_ROOT: './',
VERSION: '1.7gpl2015',
COLLAPSE_INDEX: false,
FILE_SUFFIX: '.html',
HAS_SOURCE: true
};
</script>
<script type="text/javascript" src="_static/jquery.js"></script>
<script type="text/javascript" src="_static/underscore.js"></script>
<script type="text/javascript" src="_static/doctools.js"></script>
<link rel="shortcut icon" href="_static/favicon.ico"/>
<link rel="top" title="GNATColl 1.7gpl2015 documentation" href="#" />
<link rel="next" title="1. Introduction to the GNAT Component Collection" href="intro.html" />
</head>
<body role="document">
<div class="related" role="navigation" aria-label="related navigation">
<h3>Navigation</h3>
<ul>
<li class="right" style="margin-right: 10px">
<a href="genindex.html" title="General Index"
accesskey="I">index</a></li>
<li class="right" >
<a href="intro.html" title="1. Introduction to the GNAT Component Collection"
accesskey="N">next</a> |</li>
<li class="nav-item nav-item-0"><a href="#">GNATColl 1.7gpl2015 documentation</a> »</li>
</ul>
</div>
<div class="sphinxsidebar" role="navigation" aria-label="main navigation">
<div class="sphinxsidebarwrapper">
<p class="logo"><a href="#">
<img class="logo" src="_static/adacore_transparent.png" alt="Logo"/>
</a></p>
<h3><a href="#">Table Of Contents</a></h3>
<ul>
<li><a class="reference internal" href="#">GNAT Reusable Components</a></li>
<li><a class="reference internal" href="#indices-and-tables">Indices and tables</a></li>
</ul>
<h4>Next topic</h4>
<p class="topless"><a href="intro.html"
title="next chapter">1. Introduction to the GNAT Component Collection</a></p>
<div id="searchbox" style="display: none" role="search">
<h3>Quick search</h3>
<form class="search" action="search.html" method="get">
<div><input type="text" name="q" /></div>
<div><input type="submit" value="Go" /></div>
<input type="hidden" name="check_keywords" value="yes" />
<input type="hidden" name="area" value="default" />
</form>
</div>
<script type="text/javascript">$('#searchbox').show(0);</script>
</div>
</div>
<div class="document">
<div class="documentwrapper">
<div class="bodywrapper">
<div class="body" role="main">
<div class="section" id="gnat-reusable-components">
<h1>GNAT Reusable Components<a class="headerlink" href="#gnat-reusable-components" title="Permalink to this headline">¶</a></h1>
<div class="toctree-wrapper compound">
<ul>
<li class="toctree-l1"><a class="reference internal" href="intro.html">1. Introduction to the GNAT Component Collection</a></li>
<li class="toctree-l1"><a class="reference internal" href="building.html">2. Building GNATColl</a><ul>
<li class="toctree-l2"><a class="reference internal" href="building.html#configuring-the-build-environment">2.1. Configuring the build environment</a></li>
<li class="toctree-l2"><a class="reference internal" href="building.html#id2">2.2. Building GNATColl</a></li>
<li class="toctree-l2"><a class="reference internal" href="building.html#installing-gnatcoll">2.3. Installing GNATColl</a></li>
</ul>
</li>
<li class="toctree-l1"><a class="reference internal" href="scripting.html">3. <strong>Scripts</strong>: Embedding script languages</a><ul>
<li class="toctree-l2"><a class="reference internal" href="scripting.html#supported-languages">3.1. Supported languages</a><ul>
<li class="toctree-l3"><a class="reference internal" href="scripting.html#the-shell-language">3.1.1. The Shell language</a></li>
<li class="toctree-l3"><a class="reference internal" href="scripting.html#the-python-language">3.1.2. The Python language</a></li>
<li class="toctree-l3"><a class="reference internal" href="scripting.html#classes-exported-to-all-languages">3.1.3. Classes exported to all languages</a></li>
</ul>
</li>
<li class="toctree-l2"><a class="reference internal" href="scripting.html#scripts-api">3.2. Scripts API</a><ul>
<li class="toctree-l3"><a class="reference internal" href="scripting.html#initializing-the-scripting-module">3.2.1. Initializing the scripting module</a></li>
<li class="toctree-l3"><a class="reference internal" href="scripting.html#creating-interactive-consoles">3.2.2. Creating interactive consoles</a></li>
<li class="toctree-l3"><a class="reference internal" href="scripting.html#exporting-classes-and-methods">3.2.3. Exporting classes and methods</a></li>
<li class="toctree-l3"><a class="reference internal" href="scripting.html#executing-startup-scripts">3.2.4. Executing startup scripts</a></li>
<li class="toctree-l3"><a class="reference internal" href="scripting.html#multithreading-applications-and-scripts">3.2.5. Multithreading applications and scripts</a></li>
<li class="toctree-l3"><a class="reference internal" href="scripting.html#id18">3.2.6. Debugging scripts</a></li>
</ul>
</li>
</ul>
</li>
<li class="toctree-l1"><a class="reference internal" href="traces.html">4. <strong>Traces</strong>: Logging information</a><ul>
<li class="toctree-l2"><a class="reference internal" href="traces.html#configuring-traces">4.1. Configuring traces</a></li>
<li class="toctree-l2"><a class="reference internal" href="traces.html#using-the-traces-module">4.2. Using the traces module</a><ul>
<li class="toctree-l3"><a class="reference internal" href="traces.html#logging-unexpected-exceptions">4.2.1. Logging unexpected exceptions</a></li>
<li class="toctree-l3"><a class="reference internal" href="traces.html#checking-whether-the-handle-is-active">4.2.2. Checking whether the handle is active</a></li>
</ul>
</li>
<li class="toctree-l2"><a class="reference internal" href="traces.html#log-decorators">4.3. Log decorators</a></li>
<li class="toctree-l2"><a class="reference internal" href="traces.html#defining-custom-stream-types">4.4. Defining custom stream types</a></li>
<li class="toctree-l2"><a class="reference internal" href="traces.html#logging-to-syslog">4.5. Logging to syslog</a></li>
<li class="toctree-l2"><a class="reference internal" href="traces.html#dynamically-disabling-features">4.6. Dynamically disabling features</a></li>
</ul>
</li>
<li class="toctree-l1"><a class="reference internal" href="memory.html">5. <strong>Memory</strong>: Monitoring memory usage</a></li>
<li class="toctree-l1"><a class="reference internal" href="mmap.html">6. <strong>Mmap</strong>: Reading and Writing Files</a></li>
<li class="toctree-l1"><a class="reference internal" href="boyer_moore.html">7. <strong>Boyer-Moore</strong>: Searching strings</a></li>
<li class="toctree-l1"><a class="reference internal" href="filling.html">8. <strong>Paragraph filling</strong>: formatting text</a></li>
<li class="toctree-l1"><a class="reference internal" href="templates.html">9. <strong>Templates</strong>: generating text</a></li>
<li class="toctree-l1"><a class="reference internal" href="email.html">10. <strong>Email</strong>: Processing email messages</a><ul>
<li class="toctree-l2"><a class="reference internal" href="email.html#message-formats">10.1. Message formats</a></li>
<li class="toctree-l2"><a class="reference internal" href="email.html#parsing-messages">10.2. Parsing messages</a></li>
<li class="toctree-l2"><a class="reference internal" href="email.html#parsing-mailboxes">10.3. Parsing mailboxes</a></li>
<li class="toctree-l2"><a class="reference internal" href="email.html#creating-messages">10.4. Creating messages</a></li>
</ul>
</li>
<li class="toctree-l1"><a class="reference internal" href="ravenscar.html">11. <strong>Ravenscar</strong>: patterns for multitasking</a><ul>
<li class="toctree-l2"><a class="reference internal" href="ravenscar.html#tasks">11.1. Tasks</a></li>
<li class="toctree-l2"><a class="reference internal" href="ravenscar.html#servers">11.2. Servers</a></li>
<li class="toctree-l2"><a class="reference internal" href="ravenscar.html#timers">11.3. Timers</a></li>
</ul>
</li>
<li class="toctree-l1"><a class="reference internal" href="storage_pools.html">12. <strong>Storage Pools</strong>: controlling memory management</a></li>
<li class="toctree-l1"><a class="reference internal" href="vfs.html">13. <strong>VFS</strong>: Manipulating Files</a><ul>
<li class="toctree-l2"><a class="reference internal" href="vfs.html#filesystems-abstraction">13.1. Filesystems abstraction</a><ul>
<li class="toctree-l3"><a class="reference internal" href="vfs.html#file-names-encoding">13.1.1. file names encoding</a></li>
</ul>
</li>
<li class="toctree-l2"><a class="reference internal" href="vfs.html#remote-filesystems">13.2. Remote filesystems</a><ul>
<li class="toctree-l3"><a class="reference internal" href="vfs.html#filesystem-factory">13.2.1. Filesystem factory</a></li>
<li class="toctree-l3"><a class="reference internal" href="vfs.html#transport-layer">13.2.2. Transport layer</a></li>
</ul>
</li>
<li class="toctree-l2"><a class="reference internal" href="vfs.html#virtual-files">13.3. Virtual files</a></li>
<li class="toctree-l2"><a class="reference internal" href="vfs.html#gtkada-support-for-virtual-files">13.4. GtkAda support for virtual files</a></li>
</ul>
</li>
<li class="toctree-l1"><a class="reference internal" href="tribooleans.html">14. <strong>Tribooleans</strong>: Three state logic</a></li>
<li class="toctree-l1"><a class="reference internal" href="geometry.html">15. <strong>Geometry</strong>: primitive geometric operations</a></li>
<li class="toctree-l1"><a class="reference internal" href="projects.html">16. <strong>Projects</strong>: manipulating gpr files</a></li>
<li class="toctree-l1"><a class="reference internal" href="refcount.html">17. <strong>Refcount</strong>: Reference counting</a></li>
<li class="toctree-l1"><a class="reference internal" href="readline.html">18. <strong>Readline</strong>: interactive command line</a></li>
<li class="toctree-l1"><a class="reference internal" href="config.html">19. <strong>Config</strong>: Parsing configuration files</a></li>
<li class="toctree-l1"><a class="reference internal" href="pools.html">20. <strong>Pools</strong>: Controlling access to resources</a></li>
<li class="toctree-l1"><a class="reference internal" href="json.html">21. <strong>JSON</strong>: handling JSON data</a></li>
<li class="toctree-l1"><a class="reference internal" href="iconv.html">22. <strong>Iconv</strong>: Converting between character encodings</a><ul>
<li class="toctree-l2"><a class="reference internal" href="iconv.html#compiling">22.1. Compiling</a></li>
<li class="toctree-l2"><a class="reference internal" href="iconv.html#using-gnatcoll-iconv">22.2. Using GNATCOLL.Iconv</a></li>
<li class="toctree-l2"><a class="reference internal" href="iconv.html#api">22.3. API</a></li>
</ul>
</li>
<li class="toctree-l1"><a class="reference internal" href="sql.html">23. <strong>SQL</strong>: Database interface</a><ul>
<li class="toctree-l2"><a class="reference internal" href="sql.html#database-abstraction-layers">23.1. Database Abstraction Layers</a></li>
<li class="toctree-l2"><a class="reference internal" href="sql.html#database-example">23.2. Database example</a></li>
<li class="toctree-l2"><a class="reference internal" href="sql.html#database-schema">23.3. Database schema</a></li>
<li class="toctree-l2"><a class="reference internal" href="sql.html#the-gnatcoll-db2ada-tool">23.4. The gnatcoll_db2ada tool</a><ul>
<li class="toctree-l3"><a class="reference internal" href="sql.html#default-output-of-gnatcoll-db2ada">23.4.1. Default output of gnatcoll_db2ada</a></li>
<li class="toctree-l3"><a class="reference internal" href="sql.html#database-introspection-in-ada">23.4.2. database introspection in Ada</a></li>
<li class="toctree-l3"><a class="reference internal" href="sql.html#back-to-the-library-example">23.4.3. Back to the library example...</a></li>
</ul>
</li>
<li class="toctree-l2"><a class="reference internal" href="sql.html#connecting-to-the-database">23.5. Connecting to the database</a></li>
<li class="toctree-l2"><a class="reference internal" href="sql.html#loading-initial-data-in-the-database">23.6. Loading initial data in the database</a></li>
<li class="toctree-l2"><a class="reference internal" href="sql.html#writing-queries">23.7. Writing queries</a></li>
<li class="toctree-l2"><a class="reference internal" href="sql.html#executing-queries">23.8. Executing queries</a></li>
<li class="toctree-l2"><a class="reference internal" href="sql.html#prepared-queries">23.9. Prepared queries</a></li>
<li class="toctree-l2"><a class="reference internal" href="sql.html#getting-results">23.10. Getting results</a></li>
<li class="toctree-l2"><a class="reference internal" href="sql.html#creating-your-own-sql-types">23.11. Creating your own SQL types</a></li>
<li class="toctree-l2"><a class="reference internal" href="sql.html#query-logs">23.12. Query logs</a></li>
<li class="toctree-l2"><a class="reference internal" href="sql.html#writing-your-own-cursors">23.13. Writing your own cursors</a></li>
<li class="toctree-l2"><a class="reference internal" href="sql.html#the-object-relational-mapping-layer-orm">23.14. The Object-Relational Mapping layer (ORM)</a><ul>
<li class="toctree-l3"><a class="reference internal" href="sql.html#reverse-relationships">23.14.1. reverse relationships</a></li>
</ul>
</li>
<li class="toctree-l2"><a class="reference internal" href="sql.html#modifying-objects-in-the-orm">23.15. Modifying objects in the ORM</a></li>
<li class="toctree-l2"><a class="reference internal" href="sql.html#object-factories-in-orm">23.16. Object factories in ORM</a></li>
</ul>
</li>
<li class="toctree-l1"><a class="reference internal" href="xref.html">24. <strong>Xref</strong>: Cross-referencing source code</a></li>
<li class="toctree-l1"><a class="reference internal" href="xref.html#xref-gnatinspect">25. <strong>Xref</strong>: gnatinspect</a></li>
<li class="toctree-l1"><a class="reference internal" href="terminals.html">26. <strong>Terminal</strong>: controlling the console</a><ul>
<li class="toctree-l2"><a class="reference internal" href="terminals.html#colors">26.1. Colors</a></li>
<li class="toctree-l2"><a class="reference internal" href="terminals.html#cursors">26.2. Cursors</a></li>
</ul>
</li>
</ul>
</div>
</div>
<div class="section" id="indices-and-tables">
<h1>Indices and tables<a class="headerlink" href="#indices-and-tables" title="Permalink to this headline">¶</a></h1>
<ul class="simple">
<li><a class="reference internal" href="genindex.html"><span class="std std-ref">Index</span></a></li>
</ul>
<p>This document may be copied, in whole or in part, in any form or by any
means, as is or with alterations, provided that (1) alterations are clearly
marked as alterations and (2) this copyright notice is included
unmodified in any copy.</p>
</div>
</div>
</div>
</div>
<div class="clearer"></div>
</div>
<div class="related" role="navigation" aria-label="related navigation">
<h3>Navigation</h3>
<ul>
<li class="right" style="margin-right: 10px">
<a href="genindex.html" title="General Index"
>index</a></li>
<li class="right" >
<a href="intro.html" title="1. Introduction to the GNAT Component Collection"
>next</a> |</li>
<li class="nav-item nav-item-0"><a href="#">GNATColl 1.7gpl2015 documentation</a> »</li>
</ul>
</div>
<div class="footer" role="contentinfo">
© Copyright 2007-2016, AdaCore.
</div>
</body>
</html>
|