|
Aleph-w 3.0
A C++ Library for Data Structures and Algorithms
|
Unified hash table interface. More...
#include <initializer_list>#include <tpl_dynSetHash.H>#include <tpl_dynMapOhash.H>#include <ah-errors.H>Go to the source code of this file.
Classes | |
| struct | Aleph::HashSet< Key, HashSetTable, Cmp > |
| struct | Aleph::HashMap< Key, Data, HashMapTable, Cmp > |
Namespaces | |
| namespace | Aleph |
| Main namespace for Aleph-w library functions. | |
Unified hash table interface.
Provides HashMap and HashSet as convenient wrappers around DynSetHash and DynMapHash for STL-like hash container usage.
Definition in file tpl_hash.H.