SeExpr
|
Public Member Functions | |
GlobalFP (const std::string &varName, int dim) | |
void | eval (double *result) |
returns this variable's value by setting result | |
void | eval (const char **result) |
bool | isVec () |
![]() | |
GlobalVal (const std::string &varName, const SeExpr2::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 | |
Public Attributes | |
std::vector< double > | val |
![]() | |
std::set< DExpression * > | users |
std::string | varName |
Definition at line 29 of file ExprMultiExpr.cpp.
Definition at line 30 of file ExprMultiExpr.cpp.
References val.
Implements SeExpr2::ExprVarRef.
Definition at line 38 of file ExprMultiExpr.cpp.
returns this variable's value by setting result
Implements SeExpr2::ExprVarRef.
Definition at line 35 of file ExprMultiExpr.cpp.
References SeExpr2::ExprVarRef::type(), and val.
|
inline |
Definition at line 39 of file ExprMultiExpr.cpp.
References SeExpr2::ExprVarRef::type().
std::vector<double> SeExpr2::GlobalFP::val |
Definition at line 34 of file ExprMultiExpr.cpp.
Referenced by eval(), and GlobalFP().