|
tufao
1.3.0
An asynchronous web framework for C++ built on top of Qt
|
This is the complete list of members for Tufao::Session, including all inherited members.
| apply(SessionStore &store, const QByteArray &property, const HttpServerRequest &request, HttpServerResponse &response, F f) | Tufao::Session | inlinestatic |
| apply(SessionStore &store, const HttpServerRequest &request, HttpServerResponse &response, F f) | Tufao::Session | inlinestatic |
| hasValue(const QByteArray &key) const | Tufao::Session | inline |
| operator[](const QByteArray &key) | Tufao::Session | inline |
| Session(SessionStore &store, const HttpServerRequest &request, HttpServerResponse &response) | Tufao::Session | inline |
| setValue(const QByteArray &key, const QVariant &value) | Tufao::Session | inline |
| value(const QByteArray &key) const | Tufao::Session | inline |