blob: 194414921f618797962ddf99185683201c245515 [file] [log] [blame]
<HTML>
<HEAD>
<TITLE>Containers library</TITLE>
<LINK REL=StyleSheet HREF="../rw.css" TYPE="text/css" TITLE="Apache stdcxx Stylesheet"></HEAD>
<BODY BGCOLOR=#FFFFFF>
<A HREF="2-6.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-8.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.7 Containers library</H2>
<P>Clause 23 of the Standard contains the Containers library, <SAMP>lib.containers</SAMP>. This library describes commonly used data structures for organizing information. If you are reading this manual online, click the name of header file or entry to go to its description.</P>
<H4><A NAME="Table&nbsp;6">Table&nbsp;6: Containers library</A></H4>
<TABLE BORDER="1" CELLPADDING="3" CELLSPACING="3">
<tr><td valign=top><B>Header File</B>
</td>
<td valign=top colspan=3 rowspan=1><B>Corresponding Entries in this Reference</B>
</td>
</tr>
<tr><td valign=top><P CLASS="TABLE"><SAMP>&lt;deque&gt;</SAMP></P>
</td>
<td valign=top><P CLASS="TABLE"><B><I><A HREF="deque.html">deque</A></I></B></P>
</td>
<td valign=top><P CLASS="TABLE"><A HREF="containers.html">Containers</A></P>
</td>
<td valign=top><P CLASS="TABLE"><A HREF="sequences.html">Sequences</A></P>
</td>
</tr>
<tr><td valign=top><P CLASS="TABLE"><SAMP>&lt;list&gt;</SAMP></P>
</td>
<td valign=top><P CLASS="TABLE"><B><I><A HREF="list.html">list</A></I></B></P>
</td>
<td valign=top><P CLASS="TABLE"><A HREF="containers.html">Containers</A></P>
</td>
<td valign=top><P CLASS="TABLE"><A HREF="sequences.html">Sequences</A></P>
</td>
</tr>
<tr><td valign=top><P CLASS="TABLE"><SAMP>&lt;queue&gt;</SAMP></P>
</td>
<td valign=top><P CLASS="TABLE"><B><I><A HREF="queue.html">queue</A></I></B></P>
<P CLASS="TABLE"><B><I><A HREF="priority-queue.html">priority_queue</A></I></B></P>
</td>
<td valign=top><P CLASS="TABLE"><A HREF="containers.html">Containers</A></P>
</td>
<td valign=top>&nbsp;
</td>
</tr>
<tr><td valign=top><P CLASS="TABLE"><SAMP>&lt;stack&gt;</SAMP></P>
</td>
<td valign=top><P CLASS="TABLE"><B><I><A HREF="stack.html">stack</A></I></B></P>
</td>
<td valign=top><P CLASS="TABLE"><A HREF="containers.html">Containers</A></P>
</td>
<td valign=top>&nbsp;
</td>
</tr>
<tr><td valign=top><P CLASS="TABLE"><SAMP>&lt;vector&gt;</SAMP></P>
</td>
<td valign=top><P CLASS="TABLE"><B><I><A HREF="vector.html">vector</A></I></B></P>
</td>
<td valign=top><P CLASS="TABLE"><A HREF="containers.html">Containers</A></P>
</td>
<td valign=top><P CLASS="TABLE"><A HREF="sequences.html">Sequences</A></P>
</td>
</tr>
<tr><td valign=top><P CLASS="TABLE"><SAMP>&lt;map&gt;</SAMP></P>
</td>
<td valign=top><P CLASS="TABLE"><B><I><A HREF="map.html">map</A></I></B></P>
<P CLASS="TABLE"><B><I><A HREF="multimap.html">multimap</A></I></B></P>
</td>
<td valign=top><P CLASS="TABLE"><A HREF="containers.html">Containers</A></P>
</td>
<td valign=top><P CLASS="TABLE"><A HREF="associativecontainers.html">Associative Containers</A></P>
</td>
</tr>
<tr><td valign=top><P CLASS="TABLE"><SAMP>&lt;set&gt;</SAMP></P>
</td>
<td valign=top><P CLASS="TABLE"><B><I><A HREF="set.html">set</A></I></B></P>
<P CLASS="TABLE"><B><I><A HREF="multiset.html">multiset</A></I></B></P>
</td>
<td valign=top><P CLASS="TABLE"><A HREF="containers.html">Containers</A></P>
</td>
<td valign=top><P CLASS="TABLE"><A HREF="associativecontainers.html">Associative Containers</A></P>
</td>
</tr>
<tr><td valign=top><P CLASS="TABLE"><SAMP>&lt;bitset&gt;</SAMP></P>
</td>
<td valign=top><P CLASS="TABLE"><B><I><A HREF="bitset.html">bitset</A></I></B></P>
</td>
<td valign=top><P CLASS="TABLE"><A HREF="containers.html">Containers</A></P>
</td>
<td valign=top>&nbsp;
</td>
</tr>
</TABLE>
<BR>
<HR>
<A HREF="2-6.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-8.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>