KSeExpr 6.0.0.0
|
Public Member Functions | |
GlobalVal (const std::string &varName, const KSeExpr::ExprType &et) | |
![]() | |
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 | |
virtual void | eval (double *result)=0 |
returns this variable's value by setting result | |
virtual void | eval (const char **resultStr)=0 |
Public Attributes | |
std::set< DExpression * > | users |
std::string | varName |
Definition at line 13 of file ExprMultiExpr.cpp.
|
inline |
Definition at line 16 of file ExprMultiExpr.cpp.
std::set<DExpression *> KSeExpr::GlobalVal::users |
Definition at line 21 of file ExprMultiExpr.cpp.
std::string KSeExpr::GlobalVal::varName |
Definition at line 22 of file ExprMultiExpr.cpp.
Referenced by KSeExpr::DExpression::name().