MimIR 0.1
MimIR is my Intermediate Representation
|
Use to World::freeze and automatically unfreeze at the end of scope. More...
#include <mim/world.h>
Public Member Functions | |
Freezer (const World &world) | |
~Freezer () | |
Public Attributes | |
const World & | world |
bool | old |
Use to World::freeze and automatically unfreeze at the end of scope.
|
inline |
Definition at line 144 of file world.h.
References mim::World::freeze(), old, and world.
bool mim::World::Freezer::old |
Definition at line 147 of file world.h.
Referenced by ~Freezer().
const World& mim::World::Freezer::world |
Definition at line 146 of file world.h.
Referenced by ~Freezer().