libQuotient
A Qt library for building matrix clients
Quotient::HashMapFromJson< HashMapT > Struct Template Reference

#include <converters.h>

Inheritance diagram for Quotient::HashMapFromJson< HashMapT >:

Static Public Member Functions

static void dumpTo (QJsonObject &json, const HashMapT &hashMap)
 
static void fillFrom (const QJsonObject &jo, HashMapT &h)
 

Detailed Description

template<typename HashMapT>
struct Quotient::HashMapFromJson< HashMapT >

Definition at line 413 of file converters.h.

Member Function Documentation

◆ dumpTo()

template<typename HashMapT >
static void Quotient::HashMapFromJson< HashMapT >::dumpTo ( QJsonObject &  json,
const HashMapT &  hashMap 
)
inlinestatic

Definition at line 414 of file converters.h.

◆ fillFrom()

template<typename HashMapT >
static void Quotient::HashMapFromJson< HashMapT >::fillFrom ( const QJsonObject &  jo,
HashMapT &  h 
)
inlinestatic

Definition at line 419 of file converters.h.


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