This file defines the error class used by the parser. More...
#include <qcompilerdetection.h>
#include <QCoreApplication>
#include <QException>
#include <QMap>
#include <QString>
#include <QVector>
#include <QtGlobal>
#include <sstream>
#include "qmuparserdef.h"
#include "qmutranslation.h"
Go to the source code of this file.
Classes | |
class | qmu::QmuParserErrorMsg |
A class that handles the error messages. More... | |
class | qmu::QmuParserError |
Error class of the parser. More... | |
Namespaces | |
qmu | |
Namespace for mathematical applications. | |
This file defines the error class used by the parser.
Definition in file qmuparsererror.h.