MimIR 0.1
MimIR is my Intermediate Representation
Loading...
Searching...
No Matches
autogen.h
Go to the documentation of this file.
1#pragma once
2
3#include <mim/axiom.h>
4#include <mim/plugin.h>
5
6/// @namespace mim::plug::opt @ref opt
7namespace mim {
8namespace plug::opt {
9
10static constexpr plugin_t Plugin_Id = 0x4115400000000000;
11
12} // namespace plug::opt
13
14#ifndef DOXYGEN // don't include in Doxygen documentation
15
16#endif
17} // namespace mim
static constexpr plugin_t Plugin_Id
Definition autogen.h:10
Definition cfg.h:11
u64 plugin_t
Definition types.h:46