SeExpr
|
Public Member Functions | |
GlobalStr (const std::string &varName) | |
void | eval (double *result) |
returns this variable's value by setting result More... | |
void | eval (const char **result) |
bool | isVec () |
Public Member Functions inherited from SeExpr2::GlobalVal | |
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... | |
Public Attributes | |
const char * | val |
Public Attributes inherited from SeExpr2::GlobalVal | |
std::set< DExpression * > | users |
std::string | varName |
Definition at line 42 of file ExprMultiExpr.cpp.
|
inline |
Definition at line 43 of file ExprMultiExpr.cpp.
|
inlinevirtual |
returns this variable's value by setting result
Implements SeExpr2::ExprVarRef.
Definition at line 46 of file ExprMultiExpr.cpp.
|
inlinevirtual |
|
inline |
Definition at line 48 of file ExprMultiExpr.cpp.
const char* SeExpr2::GlobalStr::val |
Definition at line 45 of file ExprMultiExpr.cpp.
Referenced by SeExpr2::DExpression::eval(), eval(), SeExpr2::Expressions::evalStr(), SeExpr2::Expressions::setLoopVariable(), and SeExpr2::Expressions::setVariable().