MimIR 0.1
MimIR is my Intermediate Representation
|
#include <mim/world.h>
Classes | |
struct | POD |
Plain Old Data More... | |
Public Member Functions | |
State ()=default | |
Public Attributes | |
struct mim::World::State::POD | pod |
absl::flat_hash_set< uint32_t > | breakpoints |
Friends | |
void | swap (State &s1, State &s2) noexcept |
struct mim::World::State::POD |
|
default |
absl::flat_hash_set<uint32_t> mim::World::State::breakpoints |
Definition at line 50 of file world.h.
Referenced by mim::World::breakpoint(), and mim::World::breakpoints().
struct mim::World::State::POD mim::World::State::pod |