gem5
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups 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

MathExpr::Node::Node ( )
inline

Definition at line 92 of file mathexpr.hh.

Member Function Documentation

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

Definition at line 93 of file mathexpr.hh.

References MathExpr::nInvalid, op, MathExpr::sValue, MathExpr::sVariable, value, and variable.

Referenced by MathExpr::toStr().

Member Data Documentation

Node* MathExpr::Node::l

Definition at line 108 of file mathexpr.hh.

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

Operator MathExpr::Node::op

Definition at line 107 of file mathexpr.hh.

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

Node * MathExpr::Node::r

Definition at line 108 of file mathexpr.hh.

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

double MathExpr::Node::value

Definition at line 109 of file mathexpr.hh.

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

std::string MathExpr::Node::variable

Definition at line 110 of file mathexpr.hh.

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


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

Generated on Fri Jun 9 2017 13:04:14 for gem5 by doxygen 1.8.6