2008-01-10 Vladimir Makarov <vmakarov@redhat.com>
[official-gcc.git] / libstdc++-v3 / docs / html / ext / pb_ds / assoc_design.html
blob6c501e26bbd6eff0422aca68c749c78044e927c4
1 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
2 "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
4 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
5 <head>
6 <meta name="generator" content=
7 "HTML Tidy for Linux/x86 (vers 12 April 2005), see www.w3.org" />
9 <title>Associative Containers</title>
10 <meta http-equiv="Content-Type" content=
11 "text/html; charset=us-ascii" />
12 </head>
14 <body>
15 <div id="page">
16 <h1>Associative-Container Design</h1>
18 <ol>
19 <li><a href="ds_gen.html">Data-Structure Genericity</a></li>
21 <li class="c1">Genericity discusses generic manipulation of
22 containers based on different underlying
23 data structures.</li>
25 <li class="c1">Genericity discusses generic manipulation of
26 containers with different mapping semantics.</li>
28 <li><a href="tree_based_containers.html">Tree-Based
29 Containers</a> describes the design and policies of
30 tree-based containers.</li>
32 <li><a href="trie_based_containers.html">Trie-Based
33 Containers</a> describes the design and policies of
34 trie-based containers.</li>
36 <li><a href="hash_based_containers.html">Hash-Based
37 Containers</a> describes the design and policies of
38 hash-based containers.</li>
40 <li><a href="lu_based_containers.html">List-Based
41 Containers</a> describes the design and policies of
42 list-based containers with update policies.</li>
43 </ol>
44 </div>
45 </body>
46 </html>