SDRAngel  4.11.5
Developer docs for <a href="https://github.com/f4exb/sdrangel">SDRangel<\a>, an Open Source Qt5 / OpenGL 3.0+ SDR and signal analyzer frontend to various hardware.
Public Attributes | List of all members
qtwebapp::HttpSession::HttpSessionData Struct Reference

Public Attributes

QByteArray id
 
qint64 lastAccess
 
int refCount
 
QReadWriteLock lock
 
QMap< QByteArray, QVariant > values
 

Detailed Description

Definition at line 98 of file httpsession.h.

Member Data Documentation

◆ id

QByteArray qtwebapp::HttpSession::HttpSessionData::id

◆ lastAccess

qint64 qtwebapp::HttpSession::HttpSessionData::lastAccess

◆ lock

QReadWriteLock qtwebapp::HttpSession::HttpSessionData::lock

◆ refCount

int qtwebapp::HttpSession::HttpSessionData::refCount

◆ values

QMap<QByteArray,QVariant> qtwebapp::HttpSession::HttpSessionData::values

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