MimIR
MimIR is my Intermediate Representation
Loading...
Searching...
No Matches

Public Member Functions

 S (fe::Tab &tab, const Node *node)

Public Attributes

fe::Tab & tab
const Nodenode

Friends

std::ostream & operator<< (std::ostream &os, const S &s)

Detailed Description

Definition at line 9 of file stream.cpp.

Constructor & Destructor Documentation

◆ S()

mim::ast::S::S ( fe::Tab & tab,
const Node * node )
inline

Definition at line 10 of file stream.cpp.

References node, and tab.

Referenced by operator<<.

◆ operator<<

std::ostream & operator<< ( std::ostream & os,
const S & s )
friend

Definition at line 17 of file stream.cpp.

References S().

Member Data Documentation

◆ node

const Node* mim::ast::S::node

Definition at line 15 of file stream.cpp.

Referenced by S().

◆ tab

fe::Tab& mim::ast::S::tab

Definition at line 14 of file stream.cpp.

Referenced by S().


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