1<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
2<HTML>
3<HEAD>
4<TITLE>pb_assoc</TITLE>
5<META NAME="Generator" content="Microsoft Visual Studio .NET 7.1">
6</HEAD>
7<BODY>
8<h1>
9	<tt>pb_assoc</tt> -
10	Policy Based Associative Containers
11</h1>
12
13	<h5>Ami Tavory and Vladimir Dreizin, IBM Haifa Research Laboratories,
14	and Benjamin Kosnik, Red Hat
15	</h5>
16
17	<h5>
18	<a href = "mailto:pbassoc@gmail.com">pbassoc@gmail.com</a>
19	</h5>
20
21<p>
22</p>
23
24<p>
25	The <tt>pb_assoc</tt> library is a library of policy-based associative
26containers, designed for high-performance, flexibility, and semantic safety.
27</p>
28
29<p>The documentation is organized as follows.
30</p>
31<ol>
32	<li> The <a href = "introduction.html">Introduction</a> Section describes the problems which this library tries to address.</li>
33	<li>The <a href = "motivation.html">Motivation</a> Section describes and motivates
34the main differences between this library and the STL's associative containers.</li>
35	<li>The <a href = "design.html">Design</a> Section describes the design.
36		<ol>
37			<li> <a href = "overview.html">Overview</a> describes an overview.</li>
38			<li> <a href = "ds_gen.html">Data-Structure Genericity</a> discusses generic manipulation of containers based on different underlying data-structures.</li>
39			<li> <a href = "ms_gen.html">Mapping-Semantic Genericity</a> discusses generic manipulation of containers with different mapping semantics.</li>
40			<li> <a href = "hash_based_containers.html">Hash-Based Containers</a> describes the design and policies of hash-based containers.</li>
41			<li> <a href = "tree_based_containers.html">Tree-Based Containers</a> describes the design and policies of tree-based containers.</li>
42			<li> <a href = "lu_based_containers.html">List-Based Containers</a> describes the design and policies of list-based containers with update policies.</li>
43		</ol>
44	</li>
45	<li> The <a href = "interface.html">Interface</a>
46Section provides links to the interfaces of the classes.
47	</li>
48	<li>The
49<a href = "examples.html">Examples</a> Section shows examples of using and extending
50the library.
51	</li>
52</ol>
53
54
55</BODY>
56</HTML>
57