gem5 v25.0.0.1
Loading...
Searching...
No Matches
gem5::MathExpr::Node Class Reference

Public Member Functions

 Node ()
std::string toStr () const

Public Attributes

Operator op
Nodel
Noder
double value
std::string variable

Detailed Description

Definition at line 111 of file mathexpr.hh.

Constructor & Destructor Documentation

◆ Node()

gem5::MathExpr::Node::Node ( )
inline

Definition at line 114 of file mathexpr.hh.

References l, gem5::MathExpr::nInvalid, op, r, and value.

Member Function Documentation

◆ toStr()

std::string gem5::MathExpr::Node::toStr ( ) const
inline

Member Data Documentation

◆ l

Node* gem5::MathExpr::Node::l

Definition at line 130 of file mathexpr.hh.

Referenced by Node().

◆ op

Operator gem5::MathExpr::Node::op

Definition at line 129 of file mathexpr.hh.

Referenced by Node(), and toStr().

◆ r

Node * gem5::MathExpr::Node::r

Definition at line 130 of file mathexpr.hh.

Referenced by Node().

◆ value

double gem5::MathExpr::Node::value

Definition at line 131 of file mathexpr.hh.

Referenced by Node(), and toStr().

◆ variable

std::string gem5::MathExpr::Node::variable

Definition at line 132 of file mathexpr.hh.

Referenced by toStr().


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

Generated on Sat Oct 18 2025 08:06:52 for gem5 by doxygen 1.14.0