Thorin 1.9.0
The Higher ORder INtermediate representation
Loading...
Searching...
No Matches
thorin::World::Freezer Struct Reference

Use to World::freeze and automatically unfreeze at the end of scope. More...

#include <thorin/world.h>

Public Member Functions

 Freezer (const World &world)
 
 ~Freezer ()
 

Public Attributes

const Worldworld
 
bool old
 

Detailed Description

Use to World::freeze and automatically unfreeze at the end of scope.

Definition at line 122 of file world.h.

Constructor & Destructor Documentation

◆ Freezer()

thorin::World::Freezer::Freezer ( const World world)
inline

Definition at line 123 of file world.h.

◆ ~Freezer()

thorin::World::Freezer::~Freezer ( )
inline

Definition at line 126 of file world.h.

References thorin::World::freeze(), old, and world.

Member Data Documentation

◆ old

bool thorin::World::Freezer::old

Definition at line 129 of file world.h.

Referenced by ~Freezer().

◆ world

const World& thorin::World::Freezer::world

Definition at line 128 of file world.h.

Referenced by ~Freezer().


The documentation for this struct was generated from the following file: