#include "Expression.h"Go to the source code of this file.
Classes | |
| class | NArgs |
| A sequence of arguments, each of type ptr<Expression>. More... | |
| class | Function |
| A function factory, capable of returning a function implementation given a statically typed set of arguments. More... | |
Defines | |
| #define | AURORA_DECLARE_FUNCTION(ClassName) AURORA_DECLARE_REG_CLASS(Function, ClassName) |
| #define | AURORA_DEFINE_FUNCTION(ClassName, FuncName) AURORA_DEFINE_REG_CLASS_WITH_KEY(Function, ClassName, FuncName) |
Typedefs | |
| typedef Registry< Function > | FunctionRegistry |
|
|
|
|
|
|
|
|
|
1.3.8