libQuotient
A Qt library for building matrix clients
Quotient::JsonObjectConverter< T > Struct Template Reference

#include <converters.h>

Static Public Member Functions

static void dumpTo (QJsonObject &, const T &)=delete
 
static void fillFrom (const QJsonObject &, T &)=delete
 

Detailed Description

template<typename T>
struct Quotient::JsonObjectConverter< T >

Definition at line 26 of file converters.h.

Member Function Documentation

◆ dumpTo()

template<typename T >
static void Quotient::JsonObjectConverter< T >::dumpTo ( QJsonObject &  ,
const T &   
)
staticdelete

◆ fillFrom()

template<typename T >
static void Quotient::JsonObjectConverter< T >::fillFrom ( const QJsonObject &  ,
T &   
)
staticdelete

The documentation for this struct was generated from the following file: