|
SpeedCrunch
0.11
|
#include <evaluator.h>

Public Types | |
| enum | Type { BuiltIn, UserDefined } |
Public Member Functions | |
| Variable () | |
| Variable (const QString &n, HNumber v, Type t=UserDefined) | |
| bool | operator== (const Variable &other) const |
Public Attributes | |
| QString | name |
| HNumber | value |
| Type | type |
| Evaluator::Variable::Variable | ( | ) | [inline] |
| Evaluator::Variable::Variable | ( | const QString & | n, |
| HNumber | v, | ||
| Type | t = UserDefined |
||
| ) | [inline] |
| bool Evaluator::Variable::operator== | ( | const Variable & | other | ) | const [inline] |
| QString Evaluator::Variable::name |
1.7.6.1