#include <QStringList>#include <QObject>#include <QVariant>#include "../dptr/dptr_base.h"#include <functional>

Classes | |
| class | ELAM::BinaryOperator |
| Wraps a particular binary operator. More... | |
Namespaces | |
| namespace | ELAM |
Typedefs | |
| typedef std::function < QVariant(const QVariant &op1, const QVariant &op2, Engine &engine)> | ELAM::BinaryOperatorCall |
| pointer to a function wrapping a binary operator | |
| typedef QVariant(* | ELAM::BinaryOperatorCall_FP )(const QVariant &op1, const QVariant &op2, Engine &engine) |
| Helper type to select the correct overload from several variants. | |
1.7.1