gcc/libstdc++-v3/doc/html/ext/pb_ds/design.html
Benjamin Kosnik 4312e020f1 [multiple changes]
2008-01-18  Benjamin Kosnik  <bkoz@redhat.com>

	* docs/*: To...
	* doc/*: ...here.
	* testsuite/Makefile.am: Move doc-performance to...
	* Makefile.am: Add doc to SUBDIRS, move doxygen-* rules to...
	* doc/Makefile.am: Consolidate documentation creation here.
	(doc-doxygen-html): New.
	(doc-doxygen-man): New.
	(doc-performance): New.
	* doc/Makefile.in: New.
	* acinclude.m4 (glibcxx_SUBDIRS): Add doc directory.
	* doc/doxygen/guide.html: Edit for unified html configuration.
	* doc/doxygen/mainpage.html: Same.
	* doc/doxygen/run_doxygen: Same, more namespace fixups for man
	generation.
	* doc/doxygen/user.cfg.in: Update for doxygen 1.5.4.
	
	* include/tr1_impl/random: Remove maint from doxygen markup.
	* include/tr1_impl/functional: Same.
	* include/std/tuple: Same.
	* include/std/streambuf: Same.
	* include/std/bitset: Same.
	* include/std/limits: Same.
	* include/std/fstream: Same.
	* include/std/istream: Same.
	* include/std/sstream: Same.
	* include/ext/pool_allocator.h: Same.
	* include/ext/rc_string_base.h: Same.
	* include/bits/basic_ios.h: Same.
	* include/bits/stl_list.h: Same.
	* include/bits/stl_map.h: Same.
	* include/bits/locale_classes.h: Same.
	* include/bits/stl_set.h: Same.
	* include/bits/stl_iterator_base_types.h: Same.
	* include/bits/basic_string.h: Same.
	* include/bits/stl_multimap.h: Same.
	* include/bits/stl_vector.h: Same.
	* include/bits/ios_base.h: Same.
	* include/bits/stl_deque.h: Same.
	* include/bits/postypes.h: Same.
	* include/bits/stl_multiset.h: Same.
	* include/bits/stl_algo.h: Same.
	* include/bits/stl_iterator.h: Same.
	* include/bits/stl_tempbuf.h: Same.
	* include/bits/stl_construct.h: Same.
	* include/bits/stl_relops.h: Same.
	* include/tr1/tuple: Same.
	* include/backward/auto_ptr.h: Same.

	* testsuite/23_containers/vector/requirements/dr438/assign_neg.cc:
	Fixups for line number changes.	
	* testsuite/23_containers/vector/requirements/dr438/insert_neg.cc: Same.
	* testsuite/23_containers/vector/requirements/dr438/
	constructor_1_neg.cc: Same.
	* testsuite/23_containers/vector/requirements/dr438/
	constructor_2_neg.cc: Same.
	* testsuite/23_containers/deque/requirements/dr438/assign_neg.cc: Same.
	* testsuite/23_containers/deque/requirements/dr438/insert_neg.cc: Same.
	* testsuite/23_containers/deque/requirements/dr438/
	constructor_1_neg.cc: Same.
	* testsuite/23_containers/deque/requirements/dr438/
	constructor_2_neg.cc: Same.
	* testsuite/23_containers/list/requirements/dr438/assign_neg.cc: Same.
	* testsuite/23_containers/list/requirements/dr438/insert_neg.cc: Same.
	* testsuite/23_containers/list/requirements/dr438/
	constructor_1_neg.cc: Same.
	* testsuite/23_containers/list/requirements/dr438/
	constructor_2_neg.cc: Same.
	* testsuite/20_util/auto_ptr/assign_neg.cc: Same.

	* aclocal.m4: Regenerate.
	* config.h.in: Regenerate.
	* configure: Regenerate.
	* Makefile.in: Regenerate.
	* src/Makefile.in: Regenerate.
	* po/Makefile.in: Regenerate.
	* libmath/Makefile.in: Regenerate.
	* include/Makefile.in: Regenerate.
	* libsupc++/Makefile.in: Regenerate.
	* testsuite/Makefile.in: Regenerate.

	* scripts/make_graphs.py: Correct paths for new layout.
	
2008-01-17  Benjamin Kosnik  <bkoz@redhat.com>

	* acinclude.m4 (AC_LC_MESSAGES): Remove serial.
	* linkage.m4 (AC_REPLACE_MATHFUNCS): Same.
	* configure: Regenerate.
	* aclocal.m4: Regenerate.

From-SVN: r131625
2008-01-18 08:16:51 +00:00

96 lines
3.6 KiB
HTML

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<meta name="generator" content=
"HTML Tidy for Linux/x86 (vers 12 April 2005), see www.w3.org" />
<title>Design</title>
<meta http-equiv="Content-Type" content=
"text/html; charset=us-ascii" />
</head>
<body>
<div id="page">
<h1>Design</h1>
<p>The <tt>pb_ds</tt> namespace contains:</p>
<ol>
<li>Exception classes (see <a href=
"interface.html#exceptions_common">Interface::Exceptions::Common</a>)</li>
<li>Invalidation-guarantee tags (see <a href=
"ds_gen.html#inv_guar">Design::Invalidation Guarantees</a>
and <a href=
"interface.html#ds_inv_tag">Interface::Data-Structure Tags
and Traits::Invalidation-Guarantee Tags</a>).</li>
<li>Associative Containers (see <a href=
"tree_based_containers.html">Design::Associative
Containers::Tree-Based Containers</a>, <a href=
"trie_based_containers.html">Design::Associative
Containers::Trie-Based Containers</a>, <a href=
"hash_based_containers.html">Design::Associative
Containers::Hash-Based Containers</a>, and <a href=
"lu_based_containers.html">Design::Associative
Containers::List-Based Containers</a>, and <a href=
"interface.html#containers_assoc">Interface::Containers::Associative
Containers</a>).</li>
<li>Associative Container tags and traits
(see <a href="ds_gen.html">Design::Associative
Containers::Data-Structure Genericity</a>, <a href=
"interface.html#ds_ts_assoc">Interface::Data-Structure Tags
and Traits::Data-Structure Tags::Associative-Containers</a>,
and <a href=
"interface.html#container_traits">Interface::Data-Structure Tags and
Traits::Data-Structure
Traits::Associative-Containers</a>).</li>
<li>Associative Container policies (see
<a href="tree_based_containers.html">Design::Associative
Containers::Tree-Based Containers</a>, <a href=
"trie_based_containers.html">Design::Associative
Containers::Trie-Based Containers</a>, <a href=
"hash_based_containers.html">Design::Associative
Containers::Hash-Based Containers</a>, and <a href=
"lu_based_containers.html">Design::Associative
Containers::List-Based Containers</a>, and <a href=
"interface.html#ds_policy_classes">Interface::Container
Policy Classes</a>).</li>
<li>Mapped types for setting the mapping semantics of
associative containers (see <a href=
"tutorial.html#assoc_ms">Tutorial::Associative
Containers::Associative Containers Others than Maps</a> and
<a href="interface.html#ds_pol">Interface::Mapped-Type
Policies</a>).</li>
<li>Priority Queues (see <a href="pq_design.html">Design::Priority
Queues</a> and <a href=
"interface.html#containers_pq">Interface::Containers::Priority
Queues</a>).</li>
<li>Priority Queue tags and traits
(see <a href="pq_design.html#pq_traits">Design::Priority
Queues::Traits</a>, <a href=
"interface.html#ds_ts_pq">Interface::Data-Structure Tags and
Traits::Data-Structure Tags::Priority Queues</a>, and
<a href="interface.html#container_traits">Interface::Data-Structure
Tags and Traits::Data-Structure Traits::Priority
Queues</a>).</li>
</ol>
<p><a href="assoc_design.html">Associative-Container Design</a>
describes associative-container design.</p>
<p><a href="pq_design.html">Priority-Queue Design</a> describes
priority-queue design.</p>
</div>
</body>
</html>