libQuotient
A Qt library for building matrix clients
Loading...
Searching...
No Matches
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 425 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 426 of file converters.h.

◆ fillFrom()

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

Definition at line 431 of file converters.h.


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