	
pb_assoc -
	Policy Based Associative Containers
	
Ami Tavory and Vladimir Dreizin, IBM Haifa Research Laboratories,
	and Benjamin Kosnik, Red Hat
	
	
	
mailto:pbassoc@gmail.compbassoc@gmail.com 	
	The 
pb_assoc library is a library of policy-based associative
containers, designed for high-performance, flexibility, and semantic safety.
The documentation is organized as follows.
	
 The introduction.htmlIntroduction  Section describes the problems which this library tries to address.	
The motivation.htmlMotivation  Section describes and motivates
the main differences between this library and the STL's associative containers.
	
The design.htmlDesign  Section describes the design.
		
			
 overview.htmlOverview  describes an overview.			
 ds_gen.htmlData-Structure Genericity  discusses generic manipulation of containers based on different underlying data-structures.			
 ms_gen.htmlMapping-Semantic Genericity  discusses generic manipulation of containers with different mapping semantics.			
 hash_based_containers.htmlHash-Based Containers  describes the design and policies of hash-based containers.			
 tree_based_containers.htmlTree-Based Containers  describes the design and policies of tree-based containers.			
 lu_based_containers.htmlList-Based Containers  describes the design and policies of list-based containers with update policies.		
	
	
 The interface.htmlInterface Section provides links to the interfaces of the classes.
	
	
The
examples.htmlExamples  Section shows examples of using and extending
the library.
	
