iLand
|
#include <QtCore>
#include <QtCore/QMutex>
#include "global.h"
#include "expression.h"
#include "exception.h"
#include "expressionwrapper.h"
#include "helper.h"
Macros | |
#define | opEqual 1 |
#define | opGreaterThen 2 |
#define | opLowerThen 3 |
#define | opNotEqual 4 |
#define | opLowerOrEqual 5 |
#define | opGreaterOrEqual 6 |
#define | opAnd 7 |
#define | opOr 8 |
#define | AGGFUNCCOUNT 6 |
Variables | |
const int | MaxArgCount [17] ={1,1,1,1, 1, 1, -1, -1, 3, 1, -1, 2, 4, 2, 2, -1, 1} |
QMutex | mutex |
#define AGGFUNCCOUNT 6 |
#define opAnd 7 |
#define opEqual 1 |
#define opGreaterOrEqual 6 |
#define opGreaterThen 2 |
#define opLowerOrEqual 5 |
#define opLowerThen 3 |
#define opNotEqual 4 |
#define opOr 8 |
const int MaxArgCount[17] ={1,1,1,1, 1, 1, -1, -1, 3, 1, -1, 2, 4, 2, 2, -1, 1} |
QMutex mutex |