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

Classes

class  ELAM::UnaryOperator
 Wraps a particular unary operator. More...
 

Namespaces

 ELAM
 

Typedefs

typedef std::function
< QVariant(const QVariant &op,
Engine &engine)> 
ELAM::UnaryOperatorCall
 pointer to a function wrapping an unary operator More...
 
typedef QVariant(* ELAM::UnaryOperatorCall_FP )(const QVariant &op, Engine &engine)
 Helper type to select the correct overload from several variants. More...