|
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 |
| Public Member Functions inherited from KSeExpr::ExprFuncSimple | |
| ExprFuncSimple (const bool threadSafe) | |
| int | buildInterpreter (const ExprFuncNode *node, Interpreter *interpreter) const override |
| Build an interpreter to evaluate the expression. | |
| Public Member Functions inherited from KSeExpr::ExprFuncX | |
| 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. | |
Additional Inherited Members | |
| Protected Attributes inherited from KSeExpr::ExprFuncX | |
| bool | _isScalar {} |
| ExprType | _type |
Definition at line 56 of file BasicExpression.h.
|
inline |
Definition at line 57 of file BasicExpression.h.
References KSeExpr::ExprFuncSimple::ExprFuncSimple().
Referenced by DummyFuncX(), DummyFuncX(), operator=(), and operator=().
|
overridedefault |
|
default |
References DummyFuncX().
|
default |
References DummyFuncX().
|
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 |
References DummyFuncX().
|
default |
References DummyFuncX().
|
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().