Derived from Entity, used for all that is not Operator.
More...
#include <pssmathparser.h>
Derived from Entity, used for all that is not Operator.
This class can represent variables, constants or plain numbers (here refered to as userConstants).
| Argument::Argument |
( |
const string & |
a_name, |
|
|
EntityType |
a_type = EntityType::Argument, |
|
|
int |
a_ivalue = 0, |
|
|
double |
a_dvalue = 0 |
|
) |
| |
Constructor, only constructor list.
- Parameters
-
| double Argument::getDoubleValue |
( |
| ) |
const |
Getter of the double value.
- Returns
- double Return m_dvalue
| int Argument::getIntValue |
( |
| ) |
|
Getter of the int value.
- Returns
- int Return m_ivalue;
| void Argument::setDoubleValue |
( |
const double |
a_dvalue | ) |
|
Setter of the double value.
- Parameters
-
| a_dvalue | Value to be setted the m_dvalue to |
| void Argument::setIntValue |
( |
const int |
a_ivalue | ) |
|
Setter of the int value.
- Parameters
-
| a_ivalue | Value to be setted the m_ivalue to |
| double PssMathParser::Argument::m_dvalue |
|
private |
Double value of the argument
| int PssMathParser::Argument::m_ivalue |
|
private |
Integer value of the argument
The documentation for this class was generated from the following files: