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

Dynamic hash table mapping keys to records with separate chaining. More...

#include <tpl_lhash.H>
#include <ah-errors.H>
Include dependency graph for tpl_dynLhash.H:
This graph shows which files directly or indirectly include this file:

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.
 

Detailed Description

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.

Author
Leandro Rabindranath León

Definition in file tpl_dynLhash.H.