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

Bidirectional mapping between two types. More...

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

Go to the source code of this file.

Classes

class  Aleph::AHMapping< Key, ValueType >
 A generic key-value mapping container with inverse operation support. More...
 

Namespaces

namespace  Aleph
 Main namespace for Aleph-w library functions.
 

Detailed Description

Bidirectional mapping between two types.

Provides AHMapping for maintaining bijective mappings where both forward (A→B) and reverse (B→A) lookups are efficient. Uses tree-based storage for O(log n) operations.

Author
Leandro Rabindranath León

Definition in file ah-mapping.H.