|
Aleph-w 3.0
A C++ Library for Data Structures and Algorithms
|
Dynamic hash table mapping keys to records with separate chaining. More...
Go to the source code of this file.
Classes | |
| class | Aleph::DynLhashTable< Key, Record, Cmp > |
| Dynamic hash table mapping keys to records with separate chaining. More... | |
| struct | Aleph::DynLhashTable< Key, Record, Cmp >::DLBucket |
| class | Aleph::DynLhashTable< Key, Record, Cmp >::DLProxy |
Namespaces | |
| namespace | Aleph |
| Main namespace for Aleph-w library functions. | |
Dynamic hash table mapping keys to records with separate chaining.
This header provides DynLhashTable, a hash table implementation that maps keys to records using separate chaining for collision resolution. It supports the subscript operator [] for convenient access and modification.
Definition in file tpl_dynLhash.H.