Aleph-w 3.0
A C++ Library for Data Structures and Algorithms
Loading...
Searching...
No Matches
tpl_dynMapOhash.H File Reference

Dynamic map with open hashing. More...

#include <cstddef>
#include <functional>
#include <type_traits>
#include <utility>
#include <tpl_olhash.H>
#include <tpl_odhash.H>
Include dependency graph for tpl_dynMapOhash.H:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  Aleph::MapOpenHash< Key, Data, Cmp, HashTable >
 Open addressing hash map for key-value pairs. More...
 
struct  Aleph::MapOLhash< Key, Data, Cmp >
 Open addressing hash map using linear probing. More...
 
struct  Aleph::MapODhash< Key, Data, Cmp >
 Open addressing hash map using double hashing. More...
 

Namespaces

namespace  Aleph
 Main namespace for Aleph-w library functions.
 

Detailed Description

Dynamic map with open hashing.

Author
Leandro Rabindranath León

Definition in file tpl_dynMapOhash.H.