gem5  v20.1.0.0
Public Member Functions | Public Attributes | List of all members
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 105 of file mathexpr.hh.

Constructor & Destructor Documentation

◆ Node()

MathExpr::Node::Node ( )
inline

Definition at line 107 of file mathexpr.hh.

Member Function Documentation

◆ toStr()

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

Member Data Documentation

◆ l

Node* MathExpr::Node::l

Definition at line 123 of file mathexpr.hh.

◆ op

Operator MathExpr::Node::op

Definition at line 122 of file mathexpr.hh.

Referenced by toStr().

◆ r

Node * MathExpr::Node::r

Definition at line 123 of file mathexpr.hh.

◆ value

double MathExpr::Node::value

Definition at line 124 of file mathexpr.hh.

Referenced by toStr().

◆ variable

std::string MathExpr::Node::variable

Definition at line 125 of file mathexpr.hh.

Referenced by toStr().


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

Generated on Wed Sep 30 2020 14:02:27 for gem5 by doxygen 1.8.17