MimIR 0.1
MimIR is my Intermediate Representation
Loading...
Searching...
No Matches
mim::World::State Struct Reference

#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
 

Detailed Description

Definition at line 37 of file world.h.


Class Documentation

◆ mim::World::State::POD

struct mim::World::State::POD

Plain Old Data

Definition at line 41 of file world.h.

Class Members
u32 curr_gid = 0
u32 curr_sub = 0
bool frozen = false
Loc loc
Sym name

Constructor & Destructor Documentation

◆ State()

mim::World::State::State ( )
default

Friends And Related Symbol Documentation

◆ swap

void swap ( State & s1,
State & s2 )
friend

Definition at line 52 of file world.h.

Member Data Documentation

◆ breakpoints

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().

◆ pod


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