|
KSeExpr 6.0.0.0
|
#include <iostream>#include <cstdio>#include <algorithm>#include <dlfcn.h>#include "ExprNode.h"#include "Interpreter.h"#include "VarBlock.h"Go to the source code of this file.
Namespaces | |
| namespace | KSeExpr |
Functions | |
| template<char c, template< char c1, int d > class T> | |
| static Interpreter::OpF | KSeExpr::getTemplatizedOp2 (int i) |
| Return the function f encapsulated in class T for the dynamic i converted to a static d. (partial application of. | |
| void | KSeExpr::copyVarToPromotedPosition (Interpreter *interpreter, ExprLocalVar *varSource, ExprLocalVar *varDest) |