#include <InterpKernelExprParser.hxx>

Public Member Functions | |
| LeafExprVal (double value) | |
| ~LeafExprVal () | |
| void | compileX86 (std::vector< std::string > &ass) const |
| void | compileX86_64 (std::vector< std::string > &ass) const |
| void | fillValue (Value *val) const throw (INTERP_KERNEL::Exception) |
| void | replaceValues (const std::vector< double > &valuesInExpr) throw (INTERP_KERNEL::Exception) |
Private Attributes | |
| double | _value |
| LeafExprVal::LeafExprVal | ( | double | value | ) |
| LeafExprVal::~LeafExprVal | ( | ) |
| void LeafExprVal::compileX86 | ( | std::vector< std::string > & | ass | ) | const [virtual] |
Implements INTERP_KERNEL.LeafExpr.
References INTERP_KERNEL.LeafExprVal._value, and testGaussLocalization.b.
| void LeafExprVal::compileX86_64 | ( | std::vector< std::string > & | ass | ) | const [virtual] |
Implements INTERP_KERNEL.LeafExpr.
References INTERP_KERNEL.LeafExprVal._value, and testGaussLocalization.b.
| void LeafExprVal::fillValue | ( | Value * | val | ) | const throw (INTERP_KERNEL::Exception) [virtual] |
Implements INTERP_KERNEL.LeafExpr.
| void LeafExprVal::replaceValues | ( | const std::vector< double > & | valuesInExpr | ) | throw (INTERP_KERNEL::Exception) [virtual] |
Implements INTERP_KERNEL.LeafExpr.
double INTERP_KERNEL.LeafExprVal._value [private] |