Modified: incubator/stdcxx/trunk/doc/stdlibug/frames-contents-all.html URL: http://svn.apache.org/viewcvs/incubator/stdcxx/trunk/doc/stdlibug/frames-contents-all.html?rev=370343&r1=370342&r2=370343&view=diff ============================================================================== --- incubator/stdcxx/trunk/doc/stdlibug/frames-contents-all.html (original) +++ incubator/stdcxx/trunk/doc/stdlibug/frames-contents-all.html Wed Jan 18 17:30:36 2006 @@ -53,7 +53,7 @@ <A HREF="3-2.html">3.2 Function Objects</A><BR> <A HREF="3-2.html#321">3.2.1 Definition</A><BR> <A HREF="3-2.html#322">3.2.2 Use</A><BR> - <A HREF="3-2.html#322-1">3.2.2.1 To Employ Existing Standard C++ Library Function Objects</A><BR> + <A HREF="3-2.html#322-1">3.2.2.1 To Employ Existing C++ Standard Library Function Objects</A><BR> <A HREF="3-2.html#322-2">3.2.2.2 To Improve Execution</A><BR> <A HREF="3-2.html#322-3">3.2.2.3 To Access or Set State Information</A><BR> <A HREF="3-3.html">3.3 Predicates</A><BR> @@ -67,7 +67,7 @@ <A HREF="4-1.html">4.1 Overview</A><BR> <A HREF="4-2.html">4.2 Selecting a Container</A><BR> <A HREF="4-3.html">4.3 Memory Management Issues</A><BR> - <A HREF="4-4.html">4.4 Container Types Not Found in the Standard C++ Library</A><BR> + <A HREF="4-4.html">4.4 Container Types Not Found in the C++ Standard Library</A><BR> <A HREF="5.html">5: vector and vector<bool></A><BR> <A HREF="5-1.html">5.1 The vector Data Abstraction</A><BR> <A HREF="5-1.html#511">5.1.1 Include Files</A><BR> @@ -226,11 +226,11 @@ <H3><A HREF="V.html">V: Special Techniques</A></H3> <A HREF="15.html">15: Using Allocators</A><BR> <A HREF="15-1.html">15.1 Overview</A><BR> - <A HREF="15-2.html">15.2 Using Allocators with Existing Standard C++ Library Containers</A><BR> + <A HREF="15-2.html">15.2 Using Allocators with Existing C++ Standard Library Containers</A><BR> <A HREF="15-3.html">15.3 Building Your Own Allocators</A><BR> <A HREF="15-3.html#1531">15.3.1 Using the Standard Allocator Interface</A><BR> <A HREF="16.html">16: Building Containers and Algorithms</A><BR> - <A HREF="16-1.html">16.1 Extending the Standard C++ Library</A><BR> + <A HREF="16-1.html">16.1 Extending the C++ Standard Library</A><BR> <A HREF="16-2.html">16.2 Building on the Standard Containers</A><BR> <A HREF="16-2.html#1621">16.2.1 Inheritance</A><BR> <A HREF="16-2.html#1622">16.2.2 Generic Inheritance</A><BR>
Modified: incubator/stdcxx/trunk/doc/stdlibug/index.html URL: http://svn.apache.org/viewcvs/incubator/stdcxx/trunk/doc/stdlibug/index.html?rev=370343&r1=370342&r2=370343&view=diff ============================================================================== --- incubator/stdcxx/trunk/doc/stdlibug/index.html (original) +++ incubator/stdcxx/trunk/doc/stdlibug/index.html Wed Jan 18 17:30:36 2006 @@ -1,6 +1,6 @@ <HTML> <HEAD> -<TITLE>Standard C++ Library Module User's Guide</TITLE> +<TITLE>C++ Standard Library Module User's Guide</TITLE> <LINK REL=StyleSheet HREF="../rw.css" TYPE="text/css" TITLE="Rogue Wave Standard Stylesheet"> </HEAD> Modified: incubator/stdcxx/trunk/doc/stdlibug/lists.html URL: http://svn.apache.org/viewcvs/incubator/stdcxx/trunk/doc/stdlibug/lists.html?rev=370343&r1=370342&r2=370343&view=diff ============================================================================== --- incubator/stdcxx/trunk/doc/stdlibug/lists.html (original) +++ incubator/stdcxx/trunk/doc/stdlibug/lists.html Wed Jan 18 17:30:36 2006 @@ -3,7 +3,7 @@ <TITLE>Table, Figure, and Examples List</TITLE> <LINK REL=StyleSheet HREF="../rw.css" TYPE="text/css" TITLE="Rogue Wave Standard Stylesheet"></HEAD> <BODY BGCOLOR=#FFFFFF> -<IMG SRC="images/bnoprev.gif" WIDTH=20 HEIGHT=21 ALT="No previous file" BORDER=O><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><IMG SRC="images/bnonext.gif" WIDTH=25 HEIGHT=21 ALT="No next file" BORDER=O><DIV CLASS="DOCUMENTNAME"><B>Rogue Wave C++ Standard Library User's Guide</B></DIV> +<IMG SRC="images/bnoprev.gif" WIDTH=20 HEIGHT=21 ALT="No previous file" BORDER=O><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><IMG SRC="images/bnonext.gif" WIDTH=25 HEIGHT=21 ALT="No next file" BORDER=O><DIV CLASS="DOCUMENTNAME"><B>Apache C++ Standard Library User's Guide</B></DIV> <H2>Table, Figure, and Example Listings</H2> <P>This page lists tables, figures, and captioned example code in this document. If one of those listings does not appear, it is because there are no items of that type in the document.</P> @@ -16,12 +16,12 @@ <UL> <A HREF="1-4.html#Table 1">Table 1: Locations of online documentation </A><BR> <A HREF="1-5.html#Table 2">Table 2: Typographic conventions</A><BR> -<A HREF="2-2.html#Table 3">Table 3: Iterator forms in the Standard C++ Library </A><BR> -<A HREF="2-2.html#Table 4">Table 4: Iterators generated in the Standard C++ Library </A><BR> -<A HREF="3-2.html#Table 5">Table 5: Function objects provided by the Standard C++ Library </A><BR> -<A HREF="4-1.html#Table 6">Table 6: Container types provided by the Standard C++ Library </A><BR> -<A HREF="4-1.html#Table 7">Table 7: Container adaptors of the Standard C++ Library</A><BR> -<A HREF="4-4.html#Table 8">Table 8: Container types not given in the Standard C++ Library </A><BR> +<A HREF="2-2.html#Table 3">Table 3: Iterator forms in the C++ Standard Library </A><BR> +<A HREF="2-2.html#Table 4">Table 4: Iterators generated in the C++ Standard Library </A><BR> +<A HREF="3-2.html#Table 5">Table 5: Function objects provided by the C++ Standard Library </A><BR> +<A HREF="4-1.html#Table 6">Table 6: Container types provided by the C++ Standard Library </A><BR> +<A HREF="4-1.html#Table 7">Table 7: Container adaptors of the C++ Standard Library</A><BR> +<A HREF="4-4.html#Table 8">Table 8: Container types not given in the C++ Standard Library </A><BR> <A HREF="5-2.html#Table 9">Table 9: Type definitions for class vector</A><BR> <A HREF="5-2.html#Table 10">Table 10: Generic algorithms useful with vectors </A><BR> <A HREF="6-2.html#Table 11">Table 11: Type definitions for class list</A><BR> @@ -32,9 +32,9 @@ <A HREF="10-2.html#Table 16">Table 16: Stack operations</A><BR> <A HREF="10-3.html#Table 17">Table 17: Queue operations</A><BR> <A HREF="11-2.html#Table 18">Table 18: priority_queue operations</A><BR> -<A HREF="13-1.html#Table 19">Table 19: Generic algorithms of the Standard C++ Library </A><BR> +<A HREF="13-1.html#Table 19">Table 19: Generic algorithms of the C++ Standard Library </A><BR> <A HREF="14-1.html#Table 20">Table 20: Generic algorithms specific to ordered collections </A><BR> -<A HREF="21-2.html#Table 21">Table 21: Fundamental datatypes of the Standard C++ Library </A><BR> +<A HREF="21-2.html#Table 21">Table 21: Fundamental datatypes of the C++ Standard Library </A><BR> <A HREF="21-3.html#Table 22">Table 22: Information available through numeric_limits<T> </A><BR> <A HREF="21-3.html#Table 23">Table 23: Members specific to floating point values </A><BR> <A HREF="24-1.html#Table 24">Table 24: Categories of the C locale </A><BR> Modified: incubator/stdcxx/trunk/doc/stdlibug/noframes.html URL: http://svn.apache.org/viewcvs/incubator/stdcxx/trunk/doc/stdlibug/noframes.html?rev=370343&r1=370342&r2=370343&view=diff ============================================================================== --- incubator/stdcxx/trunk/doc/stdlibug/noframes.html (original) +++ incubator/stdcxx/trunk/doc/stdlibug/noframes.html Wed Jan 18 17:30:36 2006 @@ -1,10 +1,10 @@ <HTML> <HEAD> -<TITLE>Standard C++ Library Module User's Guide</TITLE> +<TITLE>C++ Standard Library Module User's Guide</TITLE> <LINK REL=StyleSheet HREF="../rw.css" TYPE="text/css" TITLE="Rogue Wave Standard Stylesheet"></HEAD> <BODY BGCOLOR=#FFFFFF> -<H1>Standard C++ Library Module User's Guide</H1> -<P>Welcome to the <I>Standard C++ Library Module User's Guide</I>.</P> +<H1>C++ Standard Library Module User's Guide</H1> +<P>Welcome to the <I>C++ Standard Library Module User's Guide</I>.</P> <P>Here are several ways you can access the information in this document:</P> <UL> <LI>A <A HREF="booktoc.html">Comprehensive Table of Contents</A> showing all chapters, first- and second-level headings.</LI> Modified: incubator/stdcxx/trunk/doc/stdlibug/tindex.html URL: http://svn.apache.org/viewcvs/incubator/stdcxx/trunk/doc/stdlibug/tindex.html?rev=370343&r1=370342&r2=370343&view=diff ============================================================================== --- incubator/stdcxx/trunk/doc/stdlibug/tindex.html (original) +++ incubator/stdcxx/trunk/doc/stdlibug/tindex.html Wed Jan 18 17:30:36 2006 @@ -3,7 +3,7 @@ <TITLE>Topic Index</TITLE> <LINK REL=StyleSheet HREF="../rw.css" TYPE="text/css" TITLE="Rogue Wave Standard Stylesheet"></HEAD> <BODY BGCOLOR=#FFFFFF> -<IMG SRC="images/bnoprev.gif" WIDTH=20 HEIGHT=21 ALT="No previous file" BORDER=O><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><IMG SRC="images/bnoindex.gif" WIDTH=56 HEIGHT=21 ALT="No link" BORDER=O><IMG SRC="images/bnonext.gif" WIDTH=25 HEIGHT=21 ALT="No next file" BORDER=O><DIV CLASS="DOCUMENTNAME"><B>Rogue Wave C++ Standard Library User's Guide</B></DIV> +<IMG SRC="images/bnoprev.gif" WIDTH=20 HEIGHT=21 ALT="No previous file" BORDER=O><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><IMG SRC="images/bnoindex.gif" WIDTH=56 HEIGHT=21 ALT="No link" BORDER=O><IMG SRC="images/bnonext.gif" WIDTH=25 HEIGHT=21 ALT="No next file" BORDER=O><DIV CLASS="DOCUMENTNAME"><B>Apache C++ Standard Library User's Guide</B></DIV> <H2>Topic Index</H2> <P>Click on one of the letters below to jump immediately to that section of the index.</P> <P><A HREF="#A">A</A> | <A HREF="#B">B</A> | <A HREF="#C">C</A> | <A HREF="#D">D</A> | <A HREF="#E">E</A> | <A HREF="#F">F</A> | <A HREF="#G">G</A> | <A HREF="#H">H</A> | <A HREF="#I">I</A> | <A HREF="#J">J</A> | <A HREF="#K">K</A> | <A HREF="#L">L</A> | <A HREF="#M">M</A> | <A HREF="#N">N</A> | <A HREF="#O">O</A> | <A HREF="#P">P</A> | <A HREF="#Q">Q</A> | <A HREF="#R">R</A> | <A HREF="#S">S</A> | <A HREF="#T">T</A> | <A HREF="#U">U</A> | <A HREF="#V">V</A> | <A HREF="#W">W</A> | <A HREF="#X">X</A></P> @@ -26,7 +26,7 @@ algorithms<BR> binary search [in <A HREF="14-4.html#idx356">14.4 Binary Search</A>]<BR> building techniques [in <A HREF="16-4.html#idx408">16.4 Tips and Techniques for Building Algorithms</A>]<BR> - categories [in <A HREF="16-1.html#idx395">16.1 Extending the Standard C++ Library</A>]<BR> + categories [in <A HREF="16-1.html#idx395">16.1 Extending the C++ Standard Library</A>]<BR> defined [in <A HREF="1-5.html#idx8">1.5.2 Conventions</A>]<BR> for_each [in <A HREF="13-8.html#idx343">13.8 The for_each() Algorithm</A>]<BR> generic [in <A HREF="13-1.html#idx242">13.1 Overview</A>]<BR> @@ -48,17 +48,17 @@ set operations [in <A HREF="14-6.html#idx363">14.6 set Operations</A>]<BR> sorting [in <A HREF="14-2.html#idx347">14.2 Sorting Algorithms</A>]<BR> tips and techniques [in <A HREF="16-4.html#idx408">16.4 Tips and Techniques for Building Algorithms</A>]<BR> - user-defined [in <A HREF="16-1.html#idx393">16.1 Extending the Standard C++ Library</A>]<BR> + user-defined [in <A HREF="16-1.html#idx393">16.1 Extending the C++ Standard Library</A>]<BR> allocator interface requirements [in <A HREF="16-3.html#idx406">16.3.2 Meeting the Allocator Interface Requirements</A>]<BR> allocator interface<BR> defined [in <A HREF="15-1.html#idx372">15.1 Overview</A>]<BR> -allocator<T> [in <A HREF="15-2.html#idx376">15.2 Using Allocators with Existing Standard C++ Library Containers</A>]<BR> +allocator<T> [in <A HREF="15-2.html#idx376">15.2 Using Allocators with Existing C++ Standard Library Containers</A>]<BR> allocators<BR> conforming [in <A HREF="15-3.html#idx378">15.3.1 Using the Standard Allocator Interface</A>]<BR> defined [in <A HREF="15-1.html#idx372">15.1 Overview</A>]<BR> defining your own [in <A HREF="15-3.html#idx377">15.3 Building Your Own Allocators</A>]<BR> required member functions [in <A HREF="15-3.html#idx379">15.3.1 Using the Standard Allocator Interface</A>]<BR> - with existing containers [in <A HREF="15-2.html#idx375">15.2 Using Allocators with Existing Standard C++ Library Containers</A>]<BR> + with existing containers [in <A HREF="15-2.html#idx375">15.2 Using Allocators with Existing C++ Standard Library Containers</A>]<BR> any() [in <A HREF="8-4.html#idx154">8.4.3 Accessing and Testing Elements</A>]<BR> app [in <A HREF="30-3.html#idx756">30.3.1.2 The Open modes ate, app, and trunc</A>]<BR> append() [in <A HREF="12-2.html#idx227">12.2.3 Assignment, Append, and Swap</A>]<BR> @@ -66,7 +66,7 @@ assign() [in <A HREF="12-2.html#idx227">12.2.3 Assignment, Append, and Swap</A>]<BR> [in <A HREF="5-2.html#idx75">5.2.1 Declaration and Initialization of vectors</A>]<BR> [in <A HREF="6-2.html#idx105">6.2.1 Declaration and Initialization of lists</A>]<BR> -associative container [in <A HREF="16-1.html#idx394">16.1 Extending the Standard C++ Library</A>]<BR> +associative container [in <A HREF="16-1.html#idx394">16.1 Extending the C++ Standard Library</A>]<BR> at() [in <A HREF="12-2.html#idx229">12.2.4 Character Access</A>]<BR> [in <A HREF="5-2.html#idx79">5.2.3 Subscripting a vector</A>]<BR> at-end [in <A HREF="30-3.html#idx757">30.3.1.2 The Open modes ate, app, and trunc</A>]<BR> @@ -129,8 +129,8 @@ binary I/O, defined [in <A HREF="27-2.html#idx622">27.2 How the Standard Iostreams Work</A>]<BR> binary mode [in <A HREF="30-4.html#idx766">30.4 Binary and Text Mode</A>]<BR> binary search algorithms [in <A HREF="14-4.html#idx356">14.4 Binary Search</A>]<BR> -binary search tree [in <A HREF="4-4.html#idx65">4.4 Container Types Not Found in the Standard C++ Library</A>]<BR> -binary_function [in <A HREF="3-2.html#idx48">3.2.2.1 To Employ Existing Standard C++ Library Function Objects</A>]<BR> +binary search tree [in <A HREF="4-4.html#idx65">4.4 Container Types Not Found in the C++ Standard Library</A>]<BR> +binary_function [in <A HREF="3-2.html#idx48">3.2.2.1 To Employ Existing C++ Standard Library Function Objects</A>]<BR> [in <A HREF="6-3.html#idx121">6.3 Example Program - An Inventory System</A>]<BR> binary_search() [in <A HREF="14-4.html#idx357">14.4 Binary Search</A>]<BR> binders<BR> @@ -259,19 +259,19 @@ designing your own [in <A HREF="16-3.html#idx407">16.3.3 Iterator Requirements</A>]<BR> designing [in <A HREF="15-1.html#idx374">15.1 Overview</A>]<BR> how to select [in <A HREF="4-2.html#idx60">4.2 Selecting a Container</A>]<BR> - in the Standard C++ Library [in <A HREF="4-1.html#idx58">4.1 Overview</A>]<BR> + in the C++ Standard Library [in <A HREF="4-1.html#idx58">4.1 Overview</A>]<BR> iterator requirements [in <A HREF="16-3.html#idx407">16.3.3 Iterator Requirements</A>]<BR> list [in <A HREF="6-1.html#idx100">6.1 The list Data Abstraction</A>]<BR> map [in <A HREF="9-1.html#idx163">9.1 The map Data Abstraction</A>]<BR> multimap [in <A HREF="9-1.html#idx164">9.1 The map Data Abstraction</A>]<BR> multiset [in <A HREF="8-1.html#idx129">8.1 The set Data Abstraction</A>]<BR> - not in the Standard C++ Library [in <A HREF="4-4.html#idx63">4.4 Container Types Not Found in the Standard C++ Library</A>]<BR> + not in the C++ Standard Library [in <A HREF="4-4.html#idx63">4.4 Container Types Not Found in the C++ Standard Library</A>]<BR> priority queue [in <A HREF="11-1.html#idx200">11.1 The priority queue Data Abstraction</A>]<BR> queue [in <A HREF="10-3.html#idx194">10.3 The queue Data Abstraction</A>]<BR> set [in <A HREF="8-1.html#idx127">8.1 The set Data Abstraction</A>]<BR> stack [in <A HREF="10-2.html#idx185">10.2 The stack Data Abstraction</A>]<BR> - user-defined [in <A HREF="16-1.html#idx393">16.1 Extending the Standard C++ Library</A>]<BR> - [in <A HREF="16-1.html#idx393">16.1 Extending the Standard C++ Library</A>]<BR> + user-defined [in <A HREF="16-1.html#idx393">16.1 Extending the C++ Standard Library</A>]<BR> + [in <A HREF="16-1.html#idx393">16.1 Extending the C++ Standard Library</A>]<BR> [in <A HREF="16-3.html#idx406">16.3.2 Meeting the Allocator Interface Requirements</A>]<BR> vector [in <A HREF="5-1.html#idx71">5.1 The vector Data Abstraction</A>]<BR> vector<bool> [in <A HREF="5-3.html#idx96">5.3 Boolean Vectors</A>]<BR> @@ -550,7 +550,7 @@ exceptions() [in <A HREF="34-2.html#idx844">34.2.1 Copying a Stream's Data Members</A>]<BR> explicit synchronization [in <A HREF="35-2.html#idx871">35.2 Explicit Synchronization</A>]<BR> exponential functions [in <A HREF="20-2.html#idx444">20.2.8 Transcendental Functions</A>]<BR> -extending the Standard C++ Library [in <A HREF="16-1.html#idx391">16.1 Extending the Standard C++ Library</A>]<BR> +extending the C++ Standard Library [in <A HREF="16-1.html#idx391">16.1 Extending the C++ Standard Library</A>]<BR> extensibility<BR> manipulators [in <A HREF="33-1.html#idx799">33.1 A Recap of Manipulators</A>]<BR> to new types [in <A HREF="27-1.html#idx618">27.1.1 Type Safety</A>]<BR> @@ -701,9 +701,9 @@ function adaptors<BR> defined [in <A HREF="3-4.html#idx52">3.4.1 Definition</A>]<BR> function objects [in <A HREF="3-2.html#idx44">3.2.1 Definition</A>]<BR> - and implemented operations [in <A HREF="3-2.html#idx47">3.2.2.1 To Employ Existing Standard C++ Library Function Objects</A>]<BR> + and implemented operations [in <A HREF="3-2.html#idx47">3.2.2.1 To Employ Existing C++ Standard Library Function Objects</A>]<BR> in place of functions [in <A HREF="3-2.html#idx45">3.2.2 Use</A>]<BR> - standard [in <A HREF="3-2.html#idx46">3.2.2.1 To Employ Existing Standard C++ Library Function Objects</A>]<BR> + standard [in <A HREF="3-2.html#idx46">3.2.2.1 To Employ Existing C++ Standard Library Function Objects</A>]<BR> to access or set state information [in <A HREF="3-2.html#idx50">3.2.2.3 To Access or Set State Information</A>]<BR> to improve execution [in <A HREF="3-2.html#idx49">3.2.2.2 To Improve Execution</A>]<BR> functions as arguments [in <A HREF="3-1.html#idx43">3.1 Functions</A>]<BR> @@ -721,15 +721,15 @@ generic composition [in <A HREF="16-2.html#idx402">16.2.3 Generic Composition</A>]<BR> [in <A HREF="16-2.html#idx402">16.2.3 Generic Composition</A>]<BR> generic inheritance [in <A HREF="16-2.html#idx400">16.2.1 Inheritance</A>]<BR> -generic programming [in <A HREF="16-1.html#idx392">16.1 Extending the Standard C++ Library</A>]<BR> +generic programming [in <A HREF="16-1.html#idx392">16.1 Extending the C++ Standard Library</A>]<BR> get area, defined [in <A HREF="39-1.html#idx928">39.1.1 The streambuf Hierarchy</A>]<BR> get() [in <A HREF="27-4.html#idx663">27.4.1.4 The Input and Output Streams</A>]<BR> get_date() [in <A HREF="32-4.html#idx786">32.4 Improved Extractors and Inserters</A>]<BR> global locale, snapshots [in <A HREF="24-3.html#idx547">24.3.2 Common Uses of C++ Locales</A>]<BR> -graph [in <A HREF="4-4.html#idx67">4.4 Container Types Not Found in the Standard C++ Library</A>]<BR> +graph [in <A HREF="4-4.html#idx67">4.4 Container Types Not Found in the C++ Standard Library</A>]<BR> <H4><A NAME="H">H</A></H4> handle-body idiom [in <A HREF="24-4.html#idx555">24.4 The Locale Object</A>]<BR> -hash table [in <A HREF="4-4.html#idx69">4.4 Container Types Not Found in the Standard C++ Library</A>]<BR> +hash table [in <A HREF="4-4.html#idx69">4.4 Container Types Not Found in the C++ Standard Library</A>]<BR> has_facet [in <A HREF="25-3.html#idx571">25.3 Accessing a Locale's Facets</A>]<BR> type required for [in <A HREF="25-3.html#idx573">25.3 Accessing a Locale's Facets</A>]<BR> heap [in <A HREF="11-2.html#idx211">11.2.1 Declaration and Initialization of priority queue</A>]<BR> @@ -800,7 +800,7 @@ pattern for user-defined types [in <A HREF="32-6.html#idx797">32.6 Patterns for Extractors and Inserters of User-Defined Types</A>]<BR> internationalization [in <A HREF="45-2.html#idx989">45.2 Internationalization</A>]<BR> defined [in <A HREF="23-1.html#idx474">23.1 Defining the Terms</A>]<BR> - Standard C++ Library features [in <A HREF="23-4.html#idx505">23.4 Summary</A>]<BR> + C++ Standard Library features [in <A HREF="23-4.html#idx505">23.4 Summary</A>]<BR> ios, not a class in standard [in <A HREF="27-4.html#idx650">27.4.1.2 The Iostreams Character Type-Dependent Base Class</A>]<BR> iostream class [in <A HREF="27-4.html#idx661">27.4.1.4 The Input and Output Streams</A>]<BR> iostreams<BR> @@ -1023,7 +1023,7 @@ multibyte character encodings [in <A HREF="23-3.html#idx489">23.3.1 Multibyte Encodings</A>]<BR> uses of [in <A HREF="23-3.html#idx501">23.3.1.4 Uses of the Three Multibyte Encodings</A>]<BR> multibyte characters, converting to wide [in <A HREF="23-3.html#idx503">23.3.2 Wide Characters</A>]<BR> -multidimensional array [in <A HREF="4-4.html#idx66">4.4 Container Types Not Found in the Standard C++ Library</A>]<BR> +multidimensional array [in <A HREF="4-4.html#idx66">4.4 Container Types Not Found in the C++ Standard Library</A>]<BR> multimap<BR> comparing elements [in <A HREF="9-2.html#idx177">9.2.7 Element Comparisons</A>]<BR> defined [in <A HREF="9-1.html#idx164">9.1 The map Data Abstraction</A>]<BR> @@ -1272,13 +1272,13 @@ for ofstream [in <A HREF="30-5.html#idx769">30.5 File Positioning</A>]<BR> seekp [in <A HREF="30-5.html#idx769">30.5 File Positioning</A>]<BR> sequence generators [in <A HREF="3-2.html#idx50">3.2.2.3 To Access or Set State Information</A>]<BR> -sequence [in <A HREF="16-1.html#idx394">16.1 Extending the Standard C++ Library</A>]<BR> +sequence [in <A HREF="16-1.html#idx394">16.1 Extending the C++ Standard Library</A>]<BR> sequence-generating algorithms [in <A HREF="13-7.html#idx336">13.7 Sequence-Generating Algorithms</A>]<BR> for adjacent differences [in <A HREF="13-7.html#idx341">13.7.3 Adjacent Differences</A>]<BR> for partial sums [in <A HREF="13-7.html#idx339">13.7.2 Partial Sums</A>]<BR> transform [in <A HREF="13-7.html#idx337">13.7.1 Transform One or Two Sequences</A>]<BR> set operations algorithms [in <A HREF="14-6.html#idx363">14.6 set Operations</A>]<BR> -set [in <A HREF="4-4.html#idx70">4.4 Container Types Not Found in the Standard C++ Library</A>]<BR> +set [in <A HREF="4-4.html#idx70">4.4 Container Types Not Found in the C++ Standard Library</A>]<BR> [in <A HREF="8-1.html#idx128">8.1 The set Data Abstraction</A>]<BR> set() [in <A HREF="8-4.html#idx155">8.4.3 Accessing and Testing Elements</A>]<BR> set<BR> @@ -1331,7 +1331,7 @@ sorting algorithms [in <A HREF="14-2.html#idx347">14.2 Sorting Algorithms</A>]<BR> partial sort [in <A HREF="14-2.html#idx350">14.2.1 Partial Sort</A>]<BR> sort_heap() [in <A HREF="14-7.html#idx370">14.7 heap Operations</A>]<BR> -sparse array [in <A HREF="4-4.html#idx68">4.4 Container Types Not Found in the Standard C++ Library</A>]<BR> +sparse array [in <A HREF="4-4.html#idx68">4.4 Container Types Not Found in the C++ Standard Library</A>]<BR> splice() [in <A HREF="6-2.html#idx110">6.2.3.1 Splicing</A>]<BR> stable_partition() [in <A HREF="13-4.html#idx309">13.4.4 Partition a Sequence into Two Groups</A>]<BR> stable_sort() [in <A HREF="14-2.html#idx348">14.2 Sorting Algorithms</A>]<BR> @@ -1340,7 +1340,7 @@ [in <A HREF="10-1.html#idx183">10.1 Overview</A>]<BR> example [in <A HREF="10-2.html#idx193">10.2.3 Example Program - An RPN Calculator</A>]<BR> include file [in <A HREF="10-2.html#idx191">10.2.1 Include Files</A>]<BR> -Standard C++ Library<BR> +C++ Standard Library<BR> and Essential Tools Module [in <A HREF="1-2.html#idx4">1.2.3 Relationship to the Essential Tools Module</A>]<BR> components [in <A HREF="1-2.html#idx2">1.2.1 Components</A>]<BR> internationalization features [in <A HREF="23-4.html#idx505">23.4 Summary</A>]<BR> @@ -1583,12 +1583,12 @@ defined [in <A HREF="27-2.html#idx630">27.2.1.2 The Transport Layer</A>]<BR> internal structure [in <A HREF="27-4.html#idx676">27.4.1.6 The String Streams</A>]<BR> stream buffer classes [in <A HREF="27-4.html#idx677">27.4.2 The Transport Layer's Internal Structure</A>]<BR> -tree [in <A HREF="4-4.html#idx64">4.4 Container Types Not Found in the Standard C++ Library</A>]<BR> +tree [in <A HREF="4-4.html#idx64">4.4 Container Types Not Found in the C++ Standard Library</A>]<BR> trigonometric functions [in <A HREF="20-2.html#idx442">20.2.7 Trigonometric Functions</A>]<BR> trunc [in <A HREF="30-3.html#idx758">30.3.1.2 The Open modes ate, app, and trunc</A>]<BR> type safety [in <A HREF="27-1.html#idx616">27.1 The Standard Iostreams</A>]<BR> <H4><A NAME="U">U</A></H4> -unary_function [in <A HREF="3-2.html#idx48">3.2.2.1 To Employ Existing Standard C++ Library Function Objects</A>]<BR> +unary_function [in <A HREF="3-2.html#idx48">3.2.2.1 To Employ Existing C++ Standard Library Function Objects</A>]<BR> underflow() [in <A HREF="27-4.html#idx681">27.4.2.1 The Stream Buffer</A>]<BR> unique() [in <A HREF="13-5.html#idx320">13.5.2 Remove Runs of Similar Values</A>]<BR> [in <A HREF="6-2.html#idx114">6.2.4 Removing Elements</A>]<BR> @@ -1598,8 +1598,8 @@ upper_bound() [in <A HREF="14-4.html#idx358">14.4 Binary Search</A>]<BR> [in <A HREF="8-2.html#idx139">8.2.5 Searching and Counting</A>]<BR> [in <A HREF="9-2.html#idx175">9.2.6 Searching and Counting</A>]<BR> -user-defined algorithms [in <A HREF="16-1.html#idx393">16.1 Extending the Standard C++ Library</A>]<BR> -user-defined containers [in <A HREF="16-1.html#idx393">16.1 Extending the Standard C++ Library</A>]<BR> +user-defined algorithms [in <A HREF="16-1.html#idx393">16.1 Extending the C++ Standard Library</A>]<BR> +user-defined containers [in <A HREF="16-1.html#idx393">16.1 Extending the C++ Standard Library</A>]<BR> user-defined types example<BR> date class for [in <A HREF="32-2.html#idx780">32.2 An Example with a User-Defined Type</A>]<BR> extractor pattern [in <A HREF="32-6.html#idx796">32.6 Patterns for Extractors and Inserters of User-Defined Types</A>]<BR>
