MimIR 0.1
MimIR is my Intermediate Representation
Loading...
Searching...
No Matches
mim::Error::Msg Struct Reference

#include <mim/util/dbg.h>

Public Attributes

Loc loc
 
Tag tag
 
std::string str
 

Friends

std::ostream & operator<< (std::ostream &os, const Msg &msg)
 

Detailed Description

Definition at line 25 of file dbg.h.

Friends And Related Symbol Documentation

◆ operator<<

std::ostream & operator<< ( std::ostream & os,
const Msg & msg )
friend

Definition at line 30 of file dbg.h.

Member Data Documentation

◆ loc

Loc mim::Error::Msg::loc

Definition at line 26 of file dbg.h.

◆ str

std::string mim::Error::Msg::str

Definition at line 28 of file dbg.h.

◆ tag

Tag mim::Error::Msg::tag

Definition at line 27 of file dbg.h.


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