MicroModelicaCCompiler  4.5.3
equation.cpp File Reference
#include "equation.hpp"
#include <list>
#include <sstream>
#include "../util/ast_util.hpp"
#include "expression.hpp"
Include dependency graph for equation.cpp:

Go to the source code of this file.

Functions

 CLASS_PRINTER_IMP (AST_Equation)
 
 GET_AS_IMP (Equation, Equality)
 
 GET_AS_IMP (Equation, Call)
 
 GET_AS_IMP (Equation, If)
 
 CLASSP_PRINTER_IMP (AST_ForIndex)
 
ostream & operator<< (ostream &os, const AST_ForIndex_ &f)
 
 GET_AS_IMP (Equation, For)
 
 GET_AS_IMP (Equation, When)
 

Function Documentation

◆ CLASS_PRINTER_IMP()

CLASS_PRINTER_IMP ( AST_Equation  )

◆ CLASSP_PRINTER_IMP()

CLASSP_PRINTER_IMP ( AST_ForIndex  )

◆ GET_AS_IMP() [1/5]

GET_AS_IMP ( Equation  ,
Call   
)

◆ GET_AS_IMP() [2/5]

GET_AS_IMP ( Equation  ,
Equality   
)

◆ GET_AS_IMP() [3/5]

GET_AS_IMP ( Equation  ,
For   
)

◆ GET_AS_IMP() [4/5]

GET_AS_IMP ( Equation  ,
If   
)

◆ GET_AS_IMP() [5/5]

GET_AS_IMP ( Equation  ,
When   
)

◆ operator<<()

ostream& operator<< ( ostream &  os,
const AST_ForIndex_ f 
)

Definition at line 192 of file equation.cpp.

References AST_ForIndex_::in_exp(), and AST_ForIndex_::variable().

Here is the call graph for this function: