#include <mim/world.h>
Classes | |
| struct | POD |
| Plain Old Data More... | |
Public Member Functions | |
| State ()=default | |
| State (Sym name) | |
Public Attributes | |
| struct mim::World::State::POD | pod |
| absl::flat_hash_set< uint32_t > | breakpoints |
| absl::flat_hash_set< uint32_t > | watchpoints |
Friends | |
| void | swap (State &s1, State &s2) noexcept |
| struct mim::World::State::POD |
|
default |
Referenced by swap.
|
inline |
Definition at line 42 of file world.h.
References mim::World::name(), and pod.
| struct mim::World::State::POD mim::World::State::pod |
Referenced by State().