MimIR
MimIR is my Intermediate Representation
Loading...
Searching...
No Matches
gid.h File Reference
#include <absl/container/flat_hash_map.h>
#include <absl/container/flat_hash_set.h>
#include <absl/container/node_hash_map.h>
#include <absl/container/node_hash_set.h>
#include <fe/hash.h>
Include dependency graph for gid.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  mim::GIDHash< T >
struct  mim::GIDLt< T >

Namespaces

namespace  mim

Typedefs

GID
template<class K, class V>
using mim::GIDMap = absl::flat_hash_map<K, V, GIDHash<K>>
template<class K>
using mim::GIDSet = absl::flat_hash_set<K, GIDHash<K>>
template<class K, class V>
using mim::GIDNodeMap = absl::node_hash_map<K, V, GIDHash<K>>
template<class K>
using mim::GIDNodeSet = absl::node_hash_set<K, GIDHash<K>>