![]() |
Awali
Another Weighted Automata library
|
#include <awali/common/is_iterable.hxx>#include <unordered_map>#include <list>#include <stdexcept>#include <sstream>Go to the source code of this file.
Data Structures | |
| class | awali::linked_map_t< K, V, H, E > |
| Implemention of a linked hash-map. More... | |
| class | awali::pointed_equal_t< K, E > |
This class takes a type E that computes equality for type K and allows to compute equality for type K const* by calling deferencing both values and calling E on them. More... | |
| class | awali::pointed_hash_t< K, H > |
This class takes a hasher for type K and makes a hasher for type K const* that hash the pointed value and not the pointer. More... | |
Namespaces | |
| awali | |
| Main namespace of Awali. | |