gem5
v20.1.0.0
|
Public Member Functions | |
Node () | |
std::string | toStr () const |
Public Attributes | |
Operator | op |
Node * | l |
Node * | r |
double | value |
std::string | variable |
Definition at line 105 of file mathexpr.hh.
|
inline |
Definition at line 107 of file mathexpr.hh.
|
inline |
Definition at line 108 of file mathexpr.hh.
References MathExpr::nInvalid, op, MathExpr::sValue, MathExpr::sVariable, sc_dt::to_string(), value, and variable.
Node* MathExpr::Node::l |
Definition at line 123 of file mathexpr.hh.
Operator MathExpr::Node::op |
Definition at line 122 of file mathexpr.hh.
Referenced by toStr().
Node * MathExpr::Node::r |
Definition at line 123 of file mathexpr.hh.
double MathExpr::Node::value |
Definition at line 124 of file mathexpr.hh.
Referenced by toStr().
std::string MathExpr::Node::variable |
Definition at line 125 of file mathexpr.hh.
Referenced by toStr().