gem5 v24.0.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 111 of file mathexpr.hh.
|
inline |
Definition at line 114 of file mathexpr.hh.
|
inline |
Definition at line 115 of file mathexpr.hh.
References gem5::MathExpr::nInvalid, op, gem5::MathExpr::sValue, gem5::MathExpr::sVariable, value, and variable.
Node* gem5::MathExpr::Node::l |
Definition at line 130 of file mathexpr.hh.
Operator gem5::MathExpr::Node::op |
Definition at line 129 of file mathexpr.hh.
Referenced by toStr().
Node * gem5::MathExpr::Node::r |
Definition at line 130 of file mathexpr.hh.
double gem5::MathExpr::Node::value |
Definition at line 131 of file mathexpr.hh.
Referenced by toStr().
std::string gem5::MathExpr::Node::variable |
Definition at line 132 of file mathexpr.hh.
Referenced by toStr().