libQuotient
A Qt library for building matrix clients
Loading...
Searching...
No Matches
Quotient::JsonArrayConverter< ContT > Struct Template Reference

#include <converters.h>

Inheritance diagram for Quotient::JsonArrayConverter< ContT >:

Static Public Member Functions

static auto dump (const ContT &vals)
 
static auto load (const QJsonArray &ja)
 
static auto load (const QJsonValue &jv)
 
static auto load (const QJsonDocument &jd)
 

Detailed Description

template<typename ContT>
struct Quotient::JsonArrayConverter< ContT >

Definition at line 341 of file converters.h.

Member Function Documentation

◆ dump()

template<typename ContT >
static auto Quotient::JsonArrayConverter< ContT >::dump ( const ContT vals)
inlinestatic

Definition at line 342 of file converters.h.

◆ load() [1/3]

template<typename ContT >
static auto Quotient::JsonArrayConverter< ContT >::load ( const QJsonArray ja)
inlinestatic

Definition at line 349 of file converters.h.

◆ load() [2/3]

template<typename ContT >
static auto Quotient::JsonArrayConverter< ContT >::load ( const QJsonDocument jd)
inlinestatic

Definition at line 362 of file converters.h.

◆ load() [3/3]

template<typename ContT >
static auto Quotient::JsonArrayConverter< ContT >::load ( const QJsonValue jv)
inlinestatic

Definition at line 361 of file converters.h.


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