![]() |
cutelyst 4.9.0
A C++ Web Framework built on top of Qt, using the simple approach of Catalyst (Perl) framework.
|
This is the complete list of members for Cutelyst::Session, including all inherited members.
| changeExpires(Context *c, quint64 expires) | Cutelyst::Session | static |
| deleteReason(Context *c) | Cutelyst::Session | static |
| deleteSession(Context *c, const QString &reason=QString()) | Cutelyst::Session | static |
| deleteValue(Context *c, const QString &key) | Cutelyst::Session | static |
| deleteValues(Context *c, const QStringList &keys) | Cutelyst::Session | static |
| expires(Context *c) | Cutelyst::Session | static |
| id(Context *c) | Cutelyst::Session | static |
| isValid(Context *c) | Cutelyst::Session | static |
| Plugin(Application *parent) | Cutelyst::Plugin | |
| Session(Application *parent) | Cutelyst::Session | |
| Session(Application *parent, const QVariantMap &defaultConfig) | Cutelyst::Session | |
| setStorage(std::unique_ptr< SessionStore > store) | Cutelyst::Session | |
| setup(Application *app) final | Cutelyst::Session | virtual |
| setValue(Context *c, const QString &key, const QVariant &value) | Cutelyst::Session | static |
| storage() const | Cutelyst::Session | |
| value(Context *c, const QString &key, const QVariant &defaultValue=QVariant()) | Cutelyst::Session | static |
| ~Session() | Cutelyst::Session | virtual |