gem5  v19.0.0.0
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
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 90 of file mathexpr.hh.

Constructor & Destructor Documentation

◆ Node()

MathExpr::Node::Node ( )
inline

Definition at line 92 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 108 of file mathexpr.hh.

Referenced by MathExpr::eval(), MathExpr::parse(), and MathExpr::toStr().

◆ op

Operator MathExpr::Node::op

Definition at line 107 of file mathexpr.hh.

Referenced by MathExpr::eval(), and MathExpr::parse().

◆ r

Node * MathExpr::Node::r

Definition at line 108 of file mathexpr.hh.

Referenced by MathExpr::eval(), MathExpr::parse(), and MathExpr::toStr().

◆ value

double MathExpr::Node::value

Definition at line 109 of file mathexpr.hh.

Referenced by MathExpr::eval(), and MathExpr::parse().

◆ variable

std::string MathExpr::Node::variable

Definition at line 110 of file mathexpr.hh.

Referenced by MathExpr::eval(), and MathExpr::parse().


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

Generated on Fri Feb 28 2020 16:27:12 for gem5 by doxygen 1.8.13