SeExpr
|
#include <ExprFuncX.h>
Private Member Functions | |
ExprFuncLocal () | |
virtual ExprType | prep (ExprFuncNode *node, bool scalarWanted, ExprVarEnvBuilder &envBuilder) const |
virtual int | buildInterpreter (const ExprFuncNode *node, Interpreter *interpreter) const |
Build an interpreter to evaluate the expression. More... | |
Additional Inherited Members | |
Public Member Functions inherited from SeExpr2::ExprFuncX | |
ExprFuncX (const bool threadSafe) | |
virtual ExprType | type () const |
virtual | ~ExprFuncX () |
bool | isThreadSafe () const |
virtual size_t | sizeInBytes () const |
Return memory usage of a funcX in bytes. More... | |
virtual void | statistics (Statistics &) const |
Give this function a chance to populate its statistics. More... | |
Protected Attributes inherited from SeExpr2::ExprFuncX | |
bool | _isScalar |
ExprType | _type |
Definition at line 119 of file ExprFuncX.h.
|
inlineprivate |
Definition at line 120 of file ExprFuncX.h.
|
privatevirtual |
Build an interpreter to evaluate the expression.
Implements SeExpr2::ExprFuncX.
|
privatevirtual |
prep the expression by doing all type checking argument checking, etc.
Implements SeExpr2::ExprFuncX.