Go to the source code of this file.
|
class | mcrl2::utilities::unordered_map< Key, T, Hash, KeyEqual, Allocator, ThreadSafe, Resize > |
| A class for a map of keys to values in T based using the simple hash table set implementation. More...
|
|
struct | mcrl2::utilities::unordered_map< Key, T, Hash, KeyEqual, Allocator, ThreadSafe, Resize >::PairHash |
|
struct | mcrl2::utilities::unordered_map< Key, T, Hash, KeyEqual, Allocator, ThreadSafe, Resize >::PairEquals |
|
|
namespace | mcrl2 |
| A class that takes a linear process specification and checks all tau-summands of that LPS for confluence.
|
|
namespace | mcrl2::utilities |
|
|
template<typename Key , typename T , typename Hash = std::hash<Key>, typename Equals = std::equal_to<Key>, typename Allocator = mcrl2::utilities::block_allocator<Key>, bool ThreadSafe = false, bool Resize = true> |
using | mcrl2::utilities::unordered_map_large = unordered_map< Key, T, Hash, Equals, Allocator, ThreadSafe, Resize > |
| A specialization for large unordered maps that uses the block_allocator internally by default.
|
|