Go to the source code of this file.
Namespaces | |
| namespace | mim |
| namespace | mim::plug |
| namespace | mim::plug::core |
| The core Plugin | |
Variables | |
| constexpr flags_t | mim::plug::core::icmp_mask = 0b00011111 |
Mode | |
| enum class | mim::plug::core::Mode : nat_t { mim::plug::core::none = 0 , mim::plug::core::nsw = 1 << 0 , mim::plug::core::nuw = 1 << 1 , mim::plug::core::nsuw = nsw | nuw } |
| using | mim::plug::core::VMode = std::variant<Mode, nat_t, const Def*> |
| Give Mode as mim::plug::math::Mode, mim::nat_t or const Def*. | |
| const Def * | mim::plug::core::mode (World &w, VMode m) |
| mim::plug::core::VMode -> const Def*. | |