SeExpr
|
Public Member Functions | |
GlobalVal (const std::string &varName, const SeExpr2::ExprType &et) | |
Public Member Functions inherited from SeExpr2::ExprVarRef | |
ExprVarRef (const ExprType &type) | |
virtual | ~ExprVarRef () |
virtual void | setType (const ExprType &type) |
sets (current) type to given type More... | |
virtual ExprType | type () const |
returns (current) type More... | |
virtual void | eval (double *result)=0 |
returns this variable's value by setting result More... | |
virtual void | eval (const char **resultStr)=0 |
Public Attributes | |
std::set< DExpression * > | users |
std::string | varName |
Definition at line 22 of file ExprMultiExpr.cpp.
|
inline |
Definition at line 24 of file ExprMultiExpr.cpp.
std::set<DExpression *> SeExpr2::GlobalVal::users |
Definition at line 25 of file ExprMultiExpr.cpp.
Referenced by SeExpr2::Expressions::getLoopVarSetHandle().
std::string SeExpr2::GlobalVal::varName |
Definition at line 26 of file ExprMultiExpr.cpp.
Referenced by SeExpr2::DExpression::name().