mirror of git://gcc.gnu.org/git/gcc.git
57 lines
2.1 KiB
HTML
57 lines
2.1 KiB
HTML
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
|
|
<HTML>
|
|
<HEAD>
|
|
<TITLE>pb_assoc</TITLE>
|
|
<META NAME="Generator" content="Microsoft Visual Studio .NET 7.1">
|
|
</HEAD>
|
|
<BODY>
|
|
<h1>
|
|
<tt>pb_assoc</tt> -
|
|
Policy Based Associative Containers
|
|
</h1>
|
|
|
|
<h5>Ami Tavory and Vladimir Dreizin, IBM Haifa Research Laboratories,
|
|
and Benjamin Kosnik, Red Hat
|
|
</h5>
|
|
|
|
<h5>
|
|
<a href = "mailto:pbassoc@gmail.com">pbassoc@gmail.com</a>
|
|
</h5>
|
|
|
|
<p>
|
|
</p>
|
|
|
|
<p>
|
|
The <tt>pb_assoc</tt> library is a library of policy-based associative
|
|
containers, designed for high-performance, flexibility, and semantic safety.
|
|
</p>
|
|
|
|
<p>The documentation is organized as follows.
|
|
</p>
|
|
<ol>
|
|
<li> The <a href = "introduction.html">Introduction</a> Section describes the problems which this library tries to address.</li>
|
|
<li>The <a href = "motivation.html">Motivation</a> Section describes and motivates
|
|
the main differences between this library and the STL's associative containers.</li>
|
|
<li>The <a href = "design.html">Design</a> Section describes the design.
|
|
<ol>
|
|
<li> <a href = "overview.html">Overview</a> describes an overview.</li>
|
|
<li> <a href = "ds_gen.html">Data-Structure Genericity</a> discusses generic manipulation of containers based on different underlying data-structures.</li>
|
|
<li> <a href = "ms_gen.html">Mapping-Semantic Genericity</a> discusses generic manipulation of containers with different mapping semantics.</li>
|
|
<li> <a href = "hash_based_containers.html">Hash-Based Containers</a> describes the design and policies of hash-based containers.</li>
|
|
<li> <a href = "tree_based_containers.html">Tree-Based Containers</a> describes the design and policies of tree-based containers.</li>
|
|
<li> <a href = "lu_based_containers.html">List-Based Containers</a> describes the design and policies of list-based containers with update policies.</li>
|
|
</ol>
|
|
</li>
|
|
<li> The <a href = "interface.html">Interface</a>
|
|
Section provides links to the interfaces of the classes.
|
|
</li>
|
|
<li>The
|
|
<a href = "examples.html">Examples</a> Section shows examples of using and extending
|
|
the library.
|
|
</li>
|
|
</ol>
|
|
|
|
|
|
</BODY>
|
|
</HTML>
|