#include <InterpKernelExprParser.hxx>
Public Member Functions |
| virtual | ~LeafExpr () |
| virtual void | fillValue (Value *val) const =0 throw (INTERP_KERNEL::Exception) |
| virtual void | compileX86 (std::vector< std::string > &ass) const =0 |
| virtual void | compileX86_64 (std::vector< std::string > &ass) const =0 |
| virtual void | replaceValues (const std::vector< double > &valuesInExpr)=0 throw (INTERP_KERNEL::Exception) |
Static Public Member Functions |
| static LeafExpr * | buildInstanceFrom (const std::string &expr) throw (INTERP_KERNEL::Exception) |
Constructor & Destructor Documentation
| LeafExpr::~LeafExpr |
( |
| ) |
[virtual] |
Member Function Documentation
| virtual void INTERP_KERNEL.LeafExpr.compileX86 |
( |
std::vector< std::string > & |
ass | ) |
const [pure virtual] |
| virtual void INTERP_KERNEL.LeafExpr.compileX86_64 |
( |
std::vector< std::string > & |
ass | ) |
const [pure virtual] |