blob: 3d95b7ae97cd50b3b24407ddc9a60fdb13f17d81 [file] [log] [blame]
<!--
Licensed to the Apache Software Foundation (ASF) under one or more
contributor license agreements. See the NOTICE file distributed
with this work for additional information regarding copyright
ownership. The ASF licenses this file to you under the Apache
License, Version 2.0 (the License); you may not use this file
except in compliance with the License. You may obtain a copy of
the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
implied. See the License for the specific language governing
permissions and limitations under the License.
Copyright 1999-2007 Rogue Wave Software, Inc.
-->
<HTML>
<HEAD>
<TITLE>Correlation with the Standard</TITLE>
<LINK REL=StyleSheet HREF="../rw.css" TYPE="text/css" TITLE="Apache stdcxx Stylesheet"></HEAD>
<BODY BGCOLOR=#FFFFFF>
<A HREF="2.html"><IMG SRC="images/bprev.gif" WIDTH=20 HEIGHT=21 ALT="Previous file" BORDER=O></A><A HREF="noframes.html"><IMG SRC="images/btop.gif" WIDTH=56 HEIGHT=21 ALT="Top of Document" BORDER=O></A><A HREF="booktoc.html"><IMG SRC="images/btoc.gif" WIDTH=56 HEIGHT=21 ALT="Contents" BORDER=O></A><A HREF="tindex.html"><IMG SRC="images/bindex.gif" WIDTH=56 HEIGHT=21 ALT="Index page" BORDER=O></A><A HREF="2-2.html"><IMG SRC="images/bnext.gif" WIDTH=25 HEIGHT=21 ALT="Next file" BORDER=O></A><DIV CLASS="DOCUMENTNAME"><B>Apache C++ Standard Library Reference Guide</B></DIV>
<H2>2.1 Correlation with the Standard</H2>
<P>The Apache C++ Standard Library implements sections 17 through 27 and Annexes C, D, and E of the C++ Standard. The C++ Standard contains the following libraries: </P>
<UL>
<LI><P CLASS="LIST">the Language support library <I>(</I><I><A HREF="2-2.html">Section&nbsp;2.2</A></I><I>)</I></P></LI>
<LI><P CLASS="LIST">the Diagnostics library <I>(</I><I><A HREF="2-3.html">Section&nbsp;2.3</A></I><I>)</I></P></LI>
<LI><P CLASS="LIST">the General utilities library <I>(</I><I><A HREF="2-4.html">Section&nbsp;2.4</A></I><I>)</I></P></LI>
<LI><P CLASS="LIST">the Strings library <I>(</I><I><A HREF="2-5.html">Section&nbsp;2.5</A></I><I>)</I></P></LI>
<LI><P CLASS="LIST">the Localization library <I>(</I><I><A HREF="2-6.html">Section&nbsp;2.6</A></I><I>)</I></P></LI>
<LI><P CLASS="LIST">the Containers library <I>(</I><I><A HREF="2-7.html">Section&nbsp;2.7</A></I><I>)</I></P></LI>
<LI><P CLASS="LIST">the Iterators library <I>(</I><I><A HREF="2-8.html">Section&nbsp;2.8</A></I><I>)</I></P></LI>
<LI><P CLASS="LIST">the Algorithms library <I>(</I><I><A HREF="2-9.html">Section&nbsp;2.9</A></I><I>)</I></P></LI>
<LI><P CLASS="LIST">the Numerics library <I>(</I><I><A HREF="2-10.html">Section&nbsp;2.10</A></I><I>)</I></P></LI>
<LI><P CLASS="LIST">the Input/output library <I>(</I><I><A HREF="2-11.html">Section&nbsp;2.11</A></I><I>)</I></P></LI>
</UL>
<P>These libraries are described in the following sections. The header files for each library are listed in the table below each library's description. Next to each header file, the names of corresponding entries in this <I>Reference Guide</I> are given. An entry may be the name of a component in a header file or a related topic, such as <I>Iterators</I> or <I>Exceptions</I>. The names of public header files provided by this implementation are the same as the Standard header files.</P>
<P>This chapter is provided as an alternate index to help you find components for programming tasks as described in the Standard. If you are reading this manual online, click the name of a library to go to its description in this chapter. Click the name of a header file or component to go to its entry in this <I>Reference Guide</I>. </P>
<BR>
<HR>
<A HREF="2.html"><IMG SRC="images/bprev.gif" WIDTH=20 HEIGHT=21 ALT="Previous file" BORDER=O></A><A HREF="noframes.html"><IMG SRC="images/btop.gif" WIDTH=56 HEIGHT=21 ALT="Top of Document" BORDER=O></A><A HREF="booktoc.html"><IMG SRC="images/btoc.gif" WIDTH=56 HEIGHT=21 ALT="Contents" BORDER=O></A><A HREF="tindex.html"><IMG SRC="images/bindex.gif" WIDTH=56 HEIGHT=21 ALT="Index page" BORDER=O></A><A HREF="2-2.html"><IMG SRC="images/bnext.gif" WIDTH=20 HEIGHT=21 ALT="Next file" BORDER=O></A>
<!-- Google Analytics tracking code -->
<script src="http://www.google-analytics.com/urchin.js" type="text/javascript">
</script>
<script type="text/javascript">
_uacct = "UA-1775151-1";
urchinTracker();
</script>
<!-- end of Google Analytics tracking code -->
</BODY>
</HTML>