QJsonChannelCore
QJsonChannelMessage.h File Reference
#include <QSharedDataPointer>
#include <QMetaType>
#include <QJsonValue>
#include <QJsonObject>
#include <QJsonArray>
#include "QJsonChannelGlobal.h"
Include dependency graph for QJsonChannelMessage.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  QJsonChannelMessage
 Representation of JSON-RPC message. More...
 

Macros

#define QJsonChannelDebug   if (qgetenv("QJsonChannel_DEBUG").isEmpty()); else qDebug
 

Functions

QJSONCHANNELCORE_EXPORT QDebug operator<< (QDebug, const QJsonChannelMessage &)
 

Macro Definition Documentation

◆ QJsonChannelDebug

#define QJsonChannelDebug   if (qgetenv("QJsonChannel_DEBUG").isEmpty()); else qDebug

Definition at line 24 of file QJsonChannelGlobal.h.

Function Documentation

◆ operator<<()

QJSONCHANNELCORE_EXPORT QDebug operator<< ( QDebug  ,
const QJsonChannelMessage  
)