ELAM
 All Classes Namespaces Files Functions Typedefs Enumerations Enumerator Friends Macros Pages
Classes | Namespaces | Typedefs
elambinary.h File Reference
#include <QStringList>
#include <QObject>
#include <QVariant>
#include <DPtrBase>
#include "elamglobal.h"
#include <functional>
Include dependency graph for elambinary.h:
This graph shows which files directly or indirectly include this file:

Classes

class  ELAM::BinaryOperator
 Wraps a particular binary operator. More...
 

Namespaces

 ELAM
 

Typedefs

typedef std::function
< QVariant(const QVariant &op1,
const QVariant &op2, Engine
&engine)> 
ELAM::BinaryOperatorCall
 pointer to a function wrapping a binary operator More...
 
typedef QVariant(* ELAM::BinaryOperatorCall_FP )(const QVariant &op1, const QVariant &op2, Engine &engine)
 Helper type to select the correct overload from several variants. More...