KSeExpr 6.0.0.0
Private Member Functions | List of all members
KSeExpr::ExprFuncLocal Class Reference

#include <ExprFuncX.h>

Inheritance diagram for KSeExpr::ExprFuncLocal:
KSeExpr::ExprFuncX

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

- Public Member Functions inherited from KSeExpr::ExprFuncX
 ExprFuncX (const bool threadSafe)
 
 ExprFuncX (const ExprFuncX &)=default
 
 ExprFuncX (ExprFuncX &&)=default
 
ExprFuncXoperator= (const ExprFuncX &)=default
 
ExprFuncXoperator= (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.
 
- Protected Attributes inherited from KSeExpr::ExprFuncX
bool _isScalar {}
 
ExprType _type
 

Detailed Description

Definition at line 111 of file ExprFuncX.h.

Constructor & Destructor Documentation

◆ ExprFuncLocal()

KSeExpr::ExprFuncLocal::ExprFuncLocal ( )
inlineprivate

Definition at line 112 of file ExprFuncX.h.

Member Function Documentation

◆ buildInterpreter()

int KSeExpr::ExprFuncLocal::buildInterpreter ( const ExprFuncNode node,
Interpreter interpreter 
) const
overrideprivatevirtual

Build an interpreter to evaluate the expression.

Implements KSeExpr::ExprFuncX.

◆ prep()

ExprType KSeExpr::ExprFuncLocal::prep ( ExprFuncNode node,
bool  scalarWanted,
ExprVarEnvBuilder envBuilder 
) const
overrideprivatevirtual

prep the expression by doing all type checking argument checking, etc.

Implements KSeExpr::ExprFuncX.


The documentation for this class was generated from the following file: