1<book xmlns="http://docbook.org/ns/docbook" version="5.0" 2 xml:id="manual" xreflabel="Manual"> 3<?dbhtml dir="manual"?> 4<?dbhtml filename="index.html"?> 5 6 <title>The GNU C++ Library Manual</title> 7 8<info> 9 <copyright> 10 <year>2000</year> 11 <year>2001</year> 12 <year>2002</year> 13 <year>2003</year> 14 <year>2004</year> 15 <year>2005</year> 16 <year>2006</year> 17 <year>2007</year> 18 <year>2008</year> 19 <year>2009</year> 20 <year>2010</year> 21 <year>2011</year> 22 <year>2012</year> 23 <year>2013</year> 24 <year>2014</year> 25 <year>2015</year> 26 <year>2016</year> 27 <holder> 28 <link xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="http://www.fsf.org">FSF</link> 29 </holder> 30 </copyright> 31 32<authorgroup version="5.0"> 33 34<!-- 35 <author> 36 <firstname>Benjamin</firstname> 37 <surname>Kosnik</surname> 38 39 <affiliation> 40 <shortaffil>Red Hat</shortaffil> 41 <orgname>Red Hat, Inc.</orgname> 42 <address> 43 <email>libstdc++@gcc.gnu.org</email> 44 </address> 45 </affiliation> 46 47 <authorblurb> 48 <para> 49 </para> 50 </authorblurb> 51 </author> 52--> 53 54 <author><personname><firstname/><surname/></personname><personblurb> 55 <para> 56 </para> 57 </personblurb></author> 58 59 <author><personname><firstname>Paolo</firstname><surname>Carlini</surname></personname><personblurb> 60 <para> 61 TR1, LWG Active, Closed, Defects lists. 62 </para> 63 </personblurb></author> 64 65 <author><personname><firstname>Phil</firstname><surname>Edwards</surname></personname><personblurb> 66 <para> 67 Originating author, started HOWTO and FAQ, worked on sections 68 Demangling, Macros, Strings, Iterators, Backwards 69 Compatibility, SGI Extensions, Configure, Build, Install. 70 </para> 71 </personblurb></author> 72 73 <author><personname><firstname>Doug</firstname><surname>Gregor</surname></personname><personblurb> 74 <para> 75 Debug Mode, TR1 function objects 76 </para> 77 </personblurb></author> 78 79 <author><personname><firstname>Benjamin</firstname><surname>Kosnik</surname></personname><personblurb> 80 <para> 81 Allocators, ABI, API evolution and deprecation history, 82 Backwards Compatibility, Thread, Debug Support, Locales, 83 Facets, Parallel Mode, Headers, Namespaces, Construction and 84 Structure, Using Exceptions, DocBook conversion and layout. 85 </para> 86 </personblurb></author> 87 88 89 <author><personname><firstname>Dhruv</firstname><surname>Matani</surname></personname><personblurb> 90 <para> 91 bitmap_allocator 92 </para> 93 </personblurb></author> 94 95 <author><personname><firstname>Jason</firstname><surname>Merrill</surname></personname><personblurb> 96 <para> 97 License, __verbose_terminate_handler 98 </para> 99 </personblurb></author> 100 101 <author><personname><firstname>Mark</firstname><surname>Mitchell</surname></personname><personblurb> 102 <para> 103 Porting 104 </para> 105 </personblurb></author> 106 107 <author><personname><firstname>Nathan</firstname><surname>Myers</surname></personname><personblurb> 108 <para> 109 Referenced counted string, C++1998 implementation status. 110 </para> 111 </personblurb></author> 112 113 <author><personname><firstname>Felix</firstname><surname>Natter</surname></personname><personblurb> 114 <para> 115 Namespace composition, Backwards Compatibility. 116 </para> 117 </personblurb></author> 118 119 120 <author><personname><firstname>Stefan</firstname><surname>Olsson</surname></personname><personblurb> 121 <para> 122 mt_allocator 123 </para> 124 </personblurb></author> 125 126 <author><personname><firstname>Silvius</firstname><surname>Rus</surname></personname><personblurb> 127 <para> 128 Profile mode 129 </para> 130 </personblurb></author> 131 132 <author><personname><firstname>Johannes</firstname><surname>Singler</surname></personname><personblurb> 133 <para> 134 Parallel mode 135 </para> 136 </personblurb></author> 137 138 <author><personname><firstname>Ami</firstname><surname>Tavory</surname></personname><personblurb> 139 <para> 140 Policy Based Data Structures, Associative Containers, Unordered 141 Containers. 142 </para> 143 </personblurb></author> 144 145 <author><personname><firstname>Jonathan</firstname><surname>Wakely</surname></personname><personblurb> 146 <para> 147 Implementation Status, Dual ABI, Linking, shared_ptr, 148 markup editing and styling. 149 </para> 150 </personblurb></author> 151 152</authorgroup> 153 154</info> 155 156<!-- Part 01 : Intro --> 157<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" parse="xml" href="intro.xml"> 158</xi:include> 159 160<!-- Part 02 : Standard Contents --> 161<part xml:id="manual.std" xreflabel="Standard Contents"> 162<info> 163 <title> 164 Standard Contents 165 </title> 166</info> 167<?dbhtml filename="std_contents.html"?> 168 169 170<!-- Chapter 01 : Support --> 171<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" parse="xml" href="support.xml"> 172</xi:include> 173 174 175<!-- Chapter 02 : Diagnostics --> 176<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" parse="xml" href="diagnostics.xml"> 177</xi:include> 178 179<!-- Chapter 03 : Utilities --> 180<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" parse="xml" href="utilities.xml"> 181</xi:include> 182 183<!-- Chapter 04 : Strings --> 184<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" parse="xml" href="strings.xml"> 185</xi:include> 186 187<!-- Chapter 05 : Localization --> 188<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" parse="xml" href="localization.xml"> 189</xi:include> 190 191<!-- Chapter 06 : Containers --> 192<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" parse="xml" href="containers.xml"> 193</xi:include> 194 195<!-- Chapter 07 : Iterators --> 196<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" parse="xml" href="iterators.xml"> 197</xi:include> 198 199<!-- Chapter 08 : Algorithms --> 200<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" parse="xml" href="algorithms.xml"> 201</xi:include> 202 203<!-- Chapter 09 : Numerics --> 204<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" parse="xml" href="numerics.xml"> 205</xi:include> 206 207<!-- Chapter 10 : Input Output --> 208<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" parse="xml" href="io.xml"> 209</xi:include> 210 211<!-- Chapter 11 : Atomics --> 212<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" parse="xml" href="atomics.xml"> 213</xi:include> 214 215<!-- Chapter 12 : Concurrency --> 216<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" parse="xml" href="concurrency.xml"> 217</xi:include> 218 219</part> 220 221<!-- Part 03 : Extensions --> 222<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" parse="xml" href="extensions.xml"> 223</xi:include> 224 225 226<!-- Part 04 : Appendices --> 227<part xml:id="appendix" xreflabel="Appendices"><info><title> 228 Appendices 229</title></info> 230<?dbhtml filename="appendix.html"?> 231 232 233<!-- Appendix A --> 234<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" parse="xml" href="appendix_contributing.xml"> 235</xi:include> 236 237<!-- Appendix B --> 238<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" parse="xml" href="appendix_porting.xml"> 239</xi:include> 240 241<!-- Appendix C --> 242<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" parse="xml" href="appendix_free.xml"> 243</xi:include> 244 245<!-- Appendix D --> 246<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" parse="xml" href="../gnu/gpl-3.0.xml"> 247</xi:include> 248 249<!-- Appendix E --> 250<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" parse="xml" href="../gnu/fdl-1.3.xml"> 251</xi:include> 252 253</part> 254 255</book> 256