Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
Loading...
Searching...
No Matches
injabridge.h File Reference

(6765e7228babef8d60d05bd89d0b3c34be3b889a)

#include <QtCore/qlogging.h>
#include <inja/inja.hpp>
#include <QJsonObject>
#include <QJsonArray>
#include <QJsonValue>
#include <QString>
#include <functional>
Include dependency graph for injabridge.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  InjaBridge
 Adapter for converting Qt JSON types to Inja template engine format. More...

Macros

#define INJA_THROW(exception)

Macro Definition Documentation

◆ INJA_THROW

#define INJA_THROW ( exception)
Value:
qFatal("Inja template error: %s", (exception).what())
#define qFatal
Definition qlogging.h:173

Definition at line 14 of file injabridge.h.