Main   Namespaces   Classes   Hierarchy   Annotated   Files   Compound   Global   Pages  

HashMap.hpp File Reference

Contains a thread-safe lock-free constant-size hash map. More...

#include <boost/concept_check.hpp>
#include <boost/scoped_array.hpp>
#include "Benzene.hpp"
#include "Hash.hpp"
#include "Logger.hpp"
#include <fstream>
#include <iostream>
#include <sstream>
#include <vector>
#include <map>
#include <pthread.h>
#include <cassert>

Go to the source code of this file.

Classes

struct  HashMapStateConcept< T >
 Concept of a state in a hash table. More...
class  HashMap< T >
 Lock-free HashMap with 2^n slots. More...
struct  HashMap< T >::Data

Detailed Description

Contains a thread-safe lock-free constant-size hash map.

Definition in file HashMap.hpp.


6 Jan 2011 Doxygen 1.6.3