|
KSeExpr 6.0.0.0
|
Public Member Functions | |
| GlobalStr (const std::string &varName) | |
| void | eval (double *) override |
| returns this variable's value by setting result | |
| void | eval (const char **result) override |
| bool | isVec () |
Public Member Functions inherited from KSeExpr::GlobalVal | |
| GlobalVal (const std::string &varName, const KSeExpr::ExprType &et) | |
Public Member Functions inherited from KSeExpr::ExprVarRef | |
| ExprVarRef (const ExprType &type) | |
| virtual | ~ExprVarRef () |
| virtual void | setType (const ExprType &type) |
| sets (current) type to given type | |
| virtual ExprType | type () const |
| returns (current) type | |
Public Attributes | |
| const char * | val {nullptr} |
Public Attributes inherited from KSeExpr::GlobalVal | |
| std::set< DExpression * > | users |
| std::string | varName |
Definition at line 48 of file ExprMultiExpr.cpp.
|
inline |
Definition at line 49 of file ExprMultiExpr.cpp.
returns this variable's value by setting result
Implements KSeExpr::ExprVarRef.
Definition at line 55 of file ExprMultiExpr.cpp.
|
inline |
Definition at line 63 of file ExprMultiExpr.cpp.
Definition at line 54 of file ExprMultiExpr.cpp.
Referenced by eval().