2008-02-11 01:01:33 +01:00
|
|
|
<?xml version='1.0'?>
|
2010-02-25 02:22:57 +01:00
|
|
|
<!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
|
|
|
|
"http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd"
|
2008-02-11 01:01:33 +01:00
|
|
|
[ ]>
|
|
|
|
|
2009-07-20 22:35:28 +02:00
|
|
|
<book id="manual-index">
|
2008-02-11 01:01:33 +01:00
|
|
|
<?dbhtml dir="manual"?>
|
|
|
|
<?dbhtml filename="spine.html"?>
|
|
|
|
<title>The GNU C++ Library</title>
|
|
|
|
|
|
|
|
<bookinfo>
|
|
|
|
<copyright>
|
2009-04-15 05:11:37 +02:00
|
|
|
<year>2009</year>
|
2010-01-12 02:37:06 +01:00
|
|
|
<year>2010</year>
|
2008-02-11 01:01:33 +01:00
|
|
|
<holder>
|
2009-07-20 21:20:27 +02:00
|
|
|
<ulink url="http://www.fsf.org">FSF</ulink>
|
2008-02-11 01:01:33 +01:00
|
|
|
</holder>
|
|
|
|
</copyright>
|
|
|
|
<legalnotice>
|
|
|
|
<para>
|
2009-04-15 05:11:37 +02:00
|
|
|
<link linkend="manual.intro.status.license">License</link>
|
2008-02-11 01:01:33 +01:00
|
|
|
</para>
|
|
|
|
</legalnotice>
|
|
|
|
</bookinfo>
|
|
|
|
|
|
|
|
<!-- Part 01 : Intro -->
|
2010-02-25 02:22:57 +01:00
|
|
|
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
|
2008-02-11 01:01:33 +01:00
|
|
|
parse="xml" href="intro.xml">
|
|
|
|
</xi:include>
|
|
|
|
|
2010-02-25 02:22:57 +01:00
|
|
|
<!-- Part 02 : Standard Contents -->
|
|
|
|
<part id="manual.std" xreflabel="Standard Contents">
|
|
|
|
<title>
|
|
|
|
Standard Contents
|
|
|
|
</title>
|
|
|
|
|
|
|
|
<!-- Chapter 01 : Support -->
|
|
|
|
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
|
2008-02-11 01:01:33 +01:00
|
|
|
parse="xml" href="support.xml">
|
|
|
|
</xi:include>
|
|
|
|
|
2010-02-25 02:22:57 +01:00
|
|
|
|
|
|
|
<!-- Chapter 02 : Diagnostics -->
|
|
|
|
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
|
2008-02-11 01:01:33 +01:00
|
|
|
parse="xml" href="diagnostics.xml">
|
|
|
|
</xi:include>
|
|
|
|
|
2010-02-25 02:22:57 +01:00
|
|
|
<!-- Chapter 03 : Utilities -->
|
|
|
|
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
|
2008-02-11 01:01:33 +01:00
|
|
|
parse="xml" href="utilities.xml">
|
|
|
|
</xi:include>
|
|
|
|
|
2010-02-25 02:22:57 +01:00
|
|
|
<!-- Chapter 04 : Strings -->
|
|
|
|
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
|
2008-02-11 01:01:33 +01:00
|
|
|
parse="xml" href="strings.xml">
|
|
|
|
</xi:include>
|
|
|
|
|
2010-02-25 02:22:57 +01:00
|
|
|
<!-- Chapter 05 : Localization -->
|
|
|
|
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
|
2008-02-11 01:01:33 +01:00
|
|
|
parse="xml" href="localization.xml">
|
|
|
|
</xi:include>
|
|
|
|
|
2010-02-25 02:22:57 +01:00
|
|
|
<!-- Chapter 06 : Containers -->
|
|
|
|
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
|
2008-02-11 01:01:33 +01:00
|
|
|
parse="xml" href="containers.xml">
|
|
|
|
</xi:include>
|
|
|
|
|
2010-02-25 02:22:57 +01:00
|
|
|
<!-- Chapter 07 : Iterators -->
|
|
|
|
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
|
2008-02-11 01:01:33 +01:00
|
|
|
parse="xml" href="iterators.xml">
|
|
|
|
</xi:include>
|
|
|
|
|
2010-02-25 02:22:57 +01:00
|
|
|
<!-- Chapter 08 : Algorithms -->
|
|
|
|
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
|
2008-02-11 01:01:33 +01:00
|
|
|
parse="xml" href="algorithms.xml">
|
|
|
|
</xi:include>
|
|
|
|
|
2010-02-25 02:22:57 +01:00
|
|
|
<!-- Chapter 09 : Numerics -->
|
|
|
|
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
|
2008-02-11 01:01:33 +01:00
|
|
|
parse="xml" href="numerics.xml">
|
|
|
|
</xi:include>
|
|
|
|
|
2010-02-25 02:22:57 +01:00
|
|
|
<!-- Chapter 10 : Input Output -->
|
|
|
|
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
|
2008-02-11 01:01:33 +01:00
|
|
|
parse="xml" href="io.xml">
|
|
|
|
</xi:include>
|
|
|
|
|
2010-02-25 02:22:57 +01:00
|
|
|
</part>
|
|
|
|
|
|
|
|
<!-- Part 03 : Extensions -->
|
|
|
|
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
|
2008-02-11 01:01:33 +01:00
|
|
|
parse="xml" href="extensions.xml">
|
|
|
|
</xi:include>
|
|
|
|
|
|
|
|
|
2010-02-25 02:22:57 +01:00
|
|
|
<!-- Part 04 : Appendices -->
|
|
|
|
<part id="appendix" xreflabel="Appendices">
|
|
|
|
<title>
|
|
|
|
Appendices
|
|
|
|
</title>
|
|
|
|
|
2008-02-11 01:01:33 +01:00
|
|
|
<!-- Appendix A -->
|
2010-02-25 02:22:57 +01:00
|
|
|
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
|
2008-02-11 01:01:33 +01:00
|
|
|
parse="xml" href="appendix_contributing.xml">
|
|
|
|
</xi:include>
|
|
|
|
|
|
|
|
<!-- Appendix B -->
|
2010-02-25 02:22:57 +01:00
|
|
|
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
|
2008-02-11 01:01:33 +01:00
|
|
|
parse="xml" href="appendix_porting.xml">
|
|
|
|
</xi:include>
|
|
|
|
|
|
|
|
<!-- Appendix C -->
|
2010-02-25 02:22:57 +01:00
|
|
|
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
|
2008-02-11 01:01:33 +01:00
|
|
|
parse="xml" href="appendix_free.xml">
|
|
|
|
</xi:include>
|
|
|
|
|
|
|
|
<!-- Appendix D -->
|
2010-02-25 02:22:57 +01:00
|
|
|
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
|
2009-04-15 05:11:37 +02:00
|
|
|
parse="xml" href="../gnu/gpl-3.0.xml">
|
2008-02-11 01:01:33 +01:00
|
|
|
</xi:include>
|
|
|
|
|
|
|
|
<!-- Appendix E -->
|
2010-02-25 02:22:57 +01:00
|
|
|
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
|
2008-02-11 01:01:33 +01:00
|
|
|
parse="xml" href="../gnu/fdl-1.2.xml">
|
|
|
|
</xi:include>
|
|
|
|
|
2010-02-25 02:22:57 +01:00
|
|
|
</part>
|
2009-04-15 05:11:37 +02:00
|
|
|
|
2008-02-11 01:01:33 +01:00
|
|
|
</book>
|