KSeExpr 6.0.0.0
|
#include <cstdio>
#include "ExprFunc.h"
#include "ExprFuncX.h"
#include "Interpreter.h"
#include "ExprNode.h"
Go to the source code of this file.
Namespaces | |
namespace | KSeExpr |
Functions | |
void | KSeExprLLVMEvalCustomFunction (int *opDataArg, double *fpArg, char **strArg, void **funcdata, const KSeExpr::ExprFuncNode *node) |
void KSeExprLLVMEvalCustomFunction | ( | int * | opDataArg, |
double * | fpArg, | ||
char ** | strArg, | ||
void ** | funcdata, | ||
const KSeExpr::ExprFuncNode * | node | ||
) |
Definition at line 100 of file ExprFuncX.cpp.
References KSeExpr::ExprFuncSimple::ArgHandle::data, KSeExpr::ExprFuncNode::func(), KSeExpr::ExprFunc::funcx(), and KSeExpr::ExprFuncNode::setData().