KSeExpr
4.0.4.0
|
#include <BasicExpression.h>
Public Member Functions | |
DummyFuncX () | |
~DummyFuncX () override=default | |
DummyFuncX & | operator= (DummyFuncX &&)=default |
DummyFuncX & | operator= (const DummyFuncX &)=default |
DummyFuncX (DummyFuncX &&)=default | |
DummyFuncX (const DummyFuncX &)=default | |
KSeExpr::ExprType | prep (KSeExpr::ExprFuncNode *node, bool, KSeExpr::ExprVarEnvBuilder &envBuilder) const override |
KSeExpr::ExprFuncNode::Data * | evalConstant (const KSeExpr::ExprFuncNode *, ArgHandle) const override |
void | eval (ArgHandle args) override |
![]() | |
ExprFuncSimple (const bool threadSafe) | |
int | buildInterpreter (const ExprFuncNode *node, Interpreter *interpreter) const override |
Build an interpreter to evaluate the expression. More... | |
![]() | |
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. More... | |
virtual void | statistics (Statistics &) const |
Give this function a chance to populate its statistics. More... | |
Additional Inherited Members | |
![]() | |
bool | _isScalar {} |
ExprType | _type |
Definition at line 56 of file BasicExpression.h.
|
inline |
Definition at line 57 of file BasicExpression.h.
|
overridedefault |
|
default |
|
default |
|
inlineoverridevirtual |
Implements KSeExpr::ExprFuncSimple.
Definition at line 82 of file BasicExpression.h.
References KSeExpr::ExprFuncSimple::ArgHandle::outFp.
|
inlineoverridevirtual |
Implements KSeExpr::ExprFuncSimple.
Definition at line 77 of file BasicExpression.h.
|
default |
|
default |
|
inlineoverridevirtual |
prep the expression by doing all type checking argument checking, etc.
Implements KSeExpr::ExprFuncSimple.
Definition at line 68 of file BasicExpression.h.
References KSeExpr::ExprFuncNode::checkArg(), KSeExpr::ExprType::Constant(), KSeExpr::ExprType::Error(), KSeExpr::ExprType::FP(), KSeExpr::ExprNode::numChildren(), and KSeExpr::ExprType::Varying().