#include <SeExprVariable.h>
Definition at line 12 of file SeExprVariable.h.
◆ SeExprVariable() [1/2]
| SeExprVariable::SeExprVariable |
( |
| ) |
|
Definition at line 11 of file SeExprVariable.cpp.
12 : KSeExpr::ExprVarRef(KSeExpr::ExprType().FP(1).Varying())
14{
15}
◆ SeExprVariable() [2/2]
| SeExprVariable::SeExprVariable |
( |
const double | v | ) |
|
Definition at line 17 of file SeExprVariable.cpp.
18 : KSeExpr::ExprVarRef(KSeExpr::ExprType().FP(1).Varying())
20{
21}
◆ eval() [1/2]
| void SeExprVariable::eval |
( |
const char ** | result | ) |
|
|
override |
◆ eval() [2/2]
| void SeExprVariable::eval |
( |
double * | result | ) |
|
|
override |
◆ m_value
| double SeExprVariable::m_value |
The documentation for this class was generated from the following files: