Base class for math expression entities.
More...
#include <pssmathparser.h>
Base class for math expression entities.
This class can be Operator, Argument or Generator. Array of these entities represents the reverse polish notation of the mathemathical expression and the succesive steps in producing the final result.
| Entity::Entity |
( |
const string & |
a_name, |
|
|
const EntityType |
a_type = EntityType::None |
|
) |
| |
Constructor, just a constructor list.
- Parameters
-
Get the EntityType of the object.
- Returns
- EntityType
| const Entity * Entity::getEntity |
( |
| ) |
const |
Returns the pointer to the Entity object.
Used in child classes to access its parent Entity members.
- Returns
- *Entity Returns this
| string PssMathParser::Entity::m_name |
|
protected |
Type of Entity, from enum class
The documentation for this class was generated from the following files: