Marine Library  1.0
C++ library for Linux Networking Development
Classes
atomic_hash_table.hh File Reference

Lock-free and process/thread-safe hash table implementation. More...

#include <vector>
#include "tools/debug.hh"
#include "impl/atomic_hash_table_impl.hh"

Go to the source code of this file.

Classes

class  CAtomicHashTable< Key, HashKey, EqualKey >
 A lock-free hash table that can be used in multi-thread or multi-process programs. More...
 

Detailed Description

Lock-free and process/thread-safe hash table implementation.

Author
Zhao DAI