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 | |
QByteArray | id |
qint64 | lastAccess |
int | refCount |
QReadWriteLock | lock |
QMap< QByteArray, QVariant > | values |
Definition at line 98 of file httpsession.h.
QByteArray qtwebapp::HttpSession::HttpSessionData::id |
Unique ID
Definition at line 101 of file httpsession.h.
Referenced by qtwebapp::HttpSession::getId(), qtwebapp::HttpSession::HttpSession(), qtwebapp::HttpSession::operator=(), and qtwebapp::HttpSession::~HttpSession().
qint64 qtwebapp::HttpSession::HttpSessionData::lastAccess |
Timestamp of last access, set by the HttpSessionStore
Definition at line 104 of file httpsession.h.
Referenced by qtwebapp::HttpSession::getLastAccess(), qtwebapp::HttpSession::HttpSession(), qtwebapp::HttpSession::operator=(), and qtwebapp::HttpSession::setLastAccess().
QReadWriteLock qtwebapp::HttpSession::HttpSessionData::lock |
Used to synchronize threads
Definition at line 110 of file httpsession.h.
Referenced by qtwebapp::HttpSession::contains(), qtwebapp::HttpSession::get(), qtwebapp::HttpSession::getAll(), qtwebapp::HttpSession::getLastAccess(), qtwebapp::HttpSession::HttpSession(), qtwebapp::HttpSession::operator=(), qtwebapp::HttpSession::remove(), qtwebapp::HttpSession::set(), qtwebapp::HttpSession::setLastAccess(), and qtwebapp::HttpSession::~HttpSession().
int qtwebapp::HttpSession::HttpSessionData::refCount |
Reference counter
Definition at line 107 of file httpsession.h.
Referenced by qtwebapp::HttpSession::HttpSession(), qtwebapp::HttpSession::operator=(), and qtwebapp::HttpSession::~HttpSession().
QMap<QByteArray,QVariant> qtwebapp::HttpSession::HttpSessionData::values |
Storage for the key/value pairs;
Definition at line 113 of file httpsession.h.
Referenced by qtwebapp::HttpSession::contains(), qtwebapp::HttpSession::get(), qtwebapp::HttpSession::getAll(), qtwebapp::HttpSession::remove(), and qtwebapp::HttpSession::set().