#include <QVariant>#include <QString>#include <QPair>#include <QPoint>

Classes | |
| class | ELAM::Position |
| A character position inside a text/string that is being evaluated. More... | |
| class | ELAM::Exception |
| Objects of this class represent an exception in the evaluation of an ELAM expression. More... | |
| class | ELAM::AnyType |
| this type is not actually used, its ID is used as a fallback to tell operators, functions and engines that any supported type can be used More... | |
Namespaces | |
| namespace | ELAM |
Functions | |
| QDebug & | ELAM::operator<< (QDebug, const Position &) |
| QDebug & | ELAM::operator<< (QDebug, const Exception &) |
| QDebug & | ELAM::operator<< (QDebug, const AnyType &) |
| Q_DECLARE_METATYPE (ELAM::Exception) | |
| Q_DECLARE_METATYPE (ELAM::AnyType) | |
| Q_DECLARE_METATYPE | ( | ELAM::Exception | ) |
| Q_DECLARE_METATYPE | ( | ELAM::AnyType | ) |
1.7.1