libQuotient
A Qt library for building matrix clients
Quotient::EventTemplate< EventT, StateEvent, ContentT >::Prev Struct Reference

#include <stateevent.h>

Public Member Functions

 Prev ()=default
 
 Prev (const QJsonObject &unsignedJson)
 

Public Attributes

QString senderId
 
std::optional< ContentT > content
 

Detailed Description

template<typename EventT, typename ContentT>
struct Quotient::EventTemplate< EventT, StateEvent, ContentT >::Prev

Definition at line 66 of file stateevent.h.

Constructor & Destructor Documentation

◆ Prev() [1/2]

template<typename EventT , typename ContentT >
Quotient::EventTemplate< EventT, StateEvent, ContentT >::Prev::Prev ( )
explicitdefault

◆ Prev() [2/2]

template<typename EventT , typename ContentT >
Quotient::EventTemplate< EventT, StateEvent, ContentT >::Prev::Prev ( const QJsonObject &  unsignedJson)
inlineexplicit

Definition at line 68 of file stateevent.h.

Member Data Documentation

◆ content

template<typename EventT , typename ContentT >
std::optional<ContentT> Quotient::EventTemplate< EventT, StateEvent, ContentT >::Prev::content

Definition at line 74 of file stateevent.h.

◆ senderId

template<typename EventT , typename ContentT >
QString Quotient::EventTemplate< EventT, StateEvent, ContentT >::Prev::senderId

Definition at line 73 of file stateevent.h.


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