gem5  v22.1.0.0
Public Member Functions | Public Attributes | List of all members
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.

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.

◆ op

Operator gem5::MathExpr::Node::op

Definition at line 129 of file mathexpr.hh.

Referenced by toStr().

◆ r

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

Definition at line 130 of file mathexpr.hh.

◆ value

double gem5::MathExpr::Node::value

Definition at line 131 of file mathexpr.hh.

Referenced by 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 Wed Dec 21 2022 10:23:30 for gem5 by doxygen 1.9.1