KSeExpr 6.0.0.0
|
#include <ExprFuncX.h>
Private Member Functions | |
ExprFuncLocal () | |
ExprType | prep (ExprFuncNode *node, bool scalarWanted, ExprVarEnvBuilder &envBuilder) const override |
int | buildInterpreter (const ExprFuncNode *node, Interpreter *interpreter) const override |
Build an interpreter to evaluate the expression. | |
Additional Inherited Members | |
![]() | |
ExprFuncX (const bool threadSafe) | |
ExprFuncX (const ExprFuncX &)=default | |
ExprFuncX (ExprFuncX &&)=default | |
ExprFuncX & | operator= (const ExprFuncX &)=default |
ExprFuncX & | operator= (ExprFuncX &&)=default |
virtual ExprType | type () const |
virtual | ~ExprFuncX ()=default |
bool | isThreadSafe () const |
virtual size_t | sizeInBytes () const |
Return memory usage of a funcX in bytes. | |
virtual void | statistics (Statistics &) const |
Give this function a chance to populate its statistics. | |
![]() | |
bool | _isScalar {} |
ExprType | _type |
Definition at line 111 of file ExprFuncX.h.
|
inlineprivate |
Definition at line 112 of file ExprFuncX.h.
|
overrideprivatevirtual |
Build an interpreter to evaluate the expression.
Implements KSeExpr::ExprFuncX.
|
overrideprivatevirtual |
prep the expression by doing all type checking argument checking, etc.
Implements KSeExpr::ExprFuncX.