14 iterator insert(
const QString &key,
const QVariant &value);
15 const QVariant value(
const QString &key)
const;
16 const QVariant value(
const QString &key,
const QVariant &defaultValue)
const;
31 QVariantMap(*static_cast<const QVariantMap *>(&other))
37 QVariantMap::operator=(*
static_cast<const QVariantMap *
>(&other));
43 return QVariantMap::insert(key,
value);
48 return QVariantMap::value(key);
53 return QVariantMap::value(key, defaultValue);
The TSession class holds information associated with individual visitors.
Definition: tsession.h:7
The TWebSocketSession class holds information associated with individual visitors for WebSocket conne...
Definition: twebsocketsession.h:8
const QVariant value(const QString &key) const
Returns the value associated with the key.
Definition: twebsocketsession.h:46
TWebSocketSession()
Constructor.
Definition: twebsocketsession.h:25
void reset()
Resets the session.
Definition: twebsocketsession.h:56
iterator insert(const QString &key, const QVariant &value)
Inserts a new item with the key and a value of value.
Definition: twebsocketsession.h:41
TWebSocketSession & operator=(const TWebSocketSession &)
Definition: twebsocketsession.h:35
#define T_CORE_EXPORT
Definition: tdeclexport.h:28