![]() |
cutelyst 4.3.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::Memcached, including all inherited members.
| add(QByteArrayView key, const QByteArray &value, time_t expiration, ReturnType *returnType=nullptr) | Cutelyst::Memcached | static |
| add(QByteArrayView key, const QByteArray &value, std::chrono::seconds expiration, ReturnType *returnType=nullptr) | Cutelyst::Memcached | inlinestatic |
| add(QByteArrayView key, const T &value, time_t expiration, ReturnType *returnType=nullptr) | Cutelyst::Memcached | static |
| add(QByteArrayView key, const T &value, std::chrono::seconds expiration, ReturnType *returnType=nullptr) | Cutelyst::Memcached | static |
| addByKey(QByteArrayView groupKey, QByteArrayView key, const QByteArray &value, time_t expiration, ReturnType *returnType=nullptr) | Cutelyst::Memcached | static |
| addByKey(QByteArrayView groupKey, QByteArrayView key, const QByteArray &value, std::chrono::seconds expiration, ReturnType *returnType=nullptr) | Cutelyst::Memcached | inlinestatic |
| addByKey(QByteArrayView groupKey, QByteArrayView key, const T &value, time_t expiration, ReturnType *returnType=nullptr) | Cutelyst::Memcached | static |
| addByKey(QByteArrayView groupKey, QByteArrayView key, const T &value, std::chrono::seconds expiration, ReturnType *returnType=nullptr) | Cutelyst::Memcached | static |
| blockSignals(bool block) | QObject | |
| cas(QByteArrayView key, const QByteArray &value, time_t expiration, uint64_t cas, ReturnType *returnType=nullptr) | Cutelyst::Memcached | static |
| cas(QByteArrayView key, const QByteArray &value, std::chrono::seconds expiration, uint64_t cas, ReturnType *returnType=nullptr) | Cutelyst::Memcached | inlinestatic |
| cas(QByteArrayView key, const T &value, time_t expiration, uint64_t cas, ReturnType *returnType=nullptr) | Cutelyst::Memcached | static |
| cas(QByteArrayView key, const T &value, std::chrono::seconds expiration, uint64_t cas, ReturnType *returnType=nullptr) | Cutelyst::Memcached | static |
| casByKey(QByteArrayView groupKey, QByteArrayView key, const QByteArray &value, time_t expiration, uint64_t cas, ReturnType *returnType=nullptr) | Cutelyst::Memcached | static |
| casByKey(QByteArrayView groupKey, QByteArrayView key, const QByteArray &value, std::chrono::seconds expiration, uint64_t cas, ReturnType *returnType=nullptr) | Cutelyst::Memcached | inlinestatic |
| casByKey(QByteArrayView groupKey, QByteArrayView key, const T &value, time_t expiration, uint64_t cas, ReturnType *returnType=nullptr) | Cutelyst::Memcached | static |
| casByKey(QByteArrayView groupKey, QByteArrayView key, const T &value, std::chrono::seconds expiration, uint64_t cas, ReturnType *returnType=nullptr) | Cutelyst::Memcached | static |
| childEvent(QChildEvent *event) | QObject | protectedvirtual |
| children() const const | QObject | |
| connect(const QObject *sender, PointerToMemberFunction signal, Functor functor) | QObject | static |
| connect(const QObject *sender, PointerToMemberFunction signal, const QObject *context, Functor functor, Qt::ConnectionType type) | QObject | static |
| connect(const QObject *sender, PointerToMemberFunction signal, const QObject *receiver, PointerToMemberFunction method, Qt::ConnectionType type) | QObject | static |
| connect(const QObject *sender, const QMetaMethod &signal, const QObject *receiver, const QMetaMethod &method, Qt::ConnectionType type) | QObject | static |
| connect(const QObject *sender, const char *signal, const QObject *receiver, const char *method, Qt::ConnectionType type) | QObject | static |
| connect(const QObject *sender, const char *signal, const char *method, Qt::ConnectionType type) const const | QObject | |
| connectNotify(const QMetaMethod &signal) | QObject | protectedvirtual |
| customEvent(QEvent *event) | QObject | protectedvirtual |
| decrement(QByteArrayView key, uint32_t offset, uint64_t *value=nullptr, ReturnType *returnType=nullptr) | Cutelyst::Memcached | static |
| decrementByKey(QByteArrayView groupKey, QByteArrayView key, uint64_t offset, uint64_t *value=nullptr, ReturnType *returnType=nullptr) | Cutelyst::Memcached | static |
| decrementWithInitial(QByteArrayView key, uint64_t offset, uint64_t initial, time_t expiration, uint64_t *value=nullptr, ReturnType *returnType=nullptr) | Cutelyst::Memcached | static |
| decrementWithInitial(QByteArrayView key, uint64_t offset, uint64_t initial, std::chrono::seconds expiration, uint64_t *value=nullptr, ReturnType *returnType=nullptr) | Cutelyst::Memcached | inlinestatic |
| decrementWithInitialByKey(QByteArrayView groupKey, QByteArrayView key, uint64_t offset, uint64_t initial, time_t expiration, uint64_t *value=nullptr, ReturnType *returnType=nullptr) | Cutelyst::Memcached | static |
| decrementWithInitialByKey(QByteArrayView groupKey, QByteArrayView key, uint64_t offset, uint64_t initial, std::chrono::seconds expiration, uint64_t *value=nullptr, ReturnType *returnType=nullptr) | Cutelyst::Memcached | inlinestatic |
| deleteLater() | QObject | |
| destroyed(QObject *obj) | QObject | |
| disconnect(const QMetaObject::Connection &connection) | QObject | static |
| disconnect(const QObject *sender, PointerToMemberFunction signal, const QObject *receiver, PointerToMemberFunction method) | QObject | static |
| disconnect(const QObject *sender, const QMetaMethod &signal, const QObject *receiver, const QMetaMethod &method) | QObject | static |
| disconnect(const QObject *sender, const char *signal, const QObject *receiver, const char *method) | QObject | static |
| disconnect(const QObject *receiver, const char *method) const const | QObject | |
| disconnect(const char *signal, const QObject *receiver, const char *method) const const | QObject | |
| disconnectNotify(const QMetaMethod &signal) | QObject | protectedvirtual |
| dumpObjectInfo() const const | QObject | |
| dumpObjectTree() const const | QObject | |
| dynamicPropertyNames() const const | QObject | |
| errorString(Context *c, ReturnType rt) | Cutelyst::Memcached | static |
| event(QEvent *e) | QObject | virtual |
| eventFilter(QObject *watched, QEvent *event) | QObject | virtual |
| exist(QByteArrayView key, ReturnType *returnType=nullptr) | Cutelyst::Memcached | static |
| existByKey(QByteArrayView groupKey, QByteArrayView key, ReturnType *returnType=nullptr) | Cutelyst::Memcached | static |
| expirationNotAdd | Cutelyst::Memcached | static |
| expirationNotAddDuration | Cutelyst::Memcached | static |
| findChild(const QString &name, Qt::FindChildOptions options) const const | QObject | |
| findChildren(Qt::FindChildOptions options) const const | QObject | |
| findChildren(const QRegularExpression &re, Qt::FindChildOptions options) const const | QObject | |
| findChildren(const QString &name, Qt::FindChildOptions options) const const | QObject | |
| flush(time_t expiration, ReturnType *returnType=nullptr) | Cutelyst::Memcached | static |
| flush(std::chrono::seconds expiration, ReturnType *returnType=nullptr) | Cutelyst::Memcached | inlinestatic |
| flushBuffers(ReturnType *returnType=nullptr) | Cutelyst::Memcached | static |
| get(QByteArrayView key, uint64_t *cas=nullptr, ReturnType *returnType=nullptr) | Cutelyst::Memcached | static |
| get(QByteArrayView key, uint64_t *cas=nullptr, ReturnType *returnType=nullptr) | Cutelyst::Memcached | static |
| getByKey(QByteArrayView groupKey, QByteArrayView key, uint64_t *cas=nullptr, ReturnType *returnType=nullptr) | Cutelyst::Memcached | static |
| getByKey(QByteArrayView groupKey, QByteArrayView key, uint64_t *cas=nullptr, ReturnType *returnType=nullptr) | Cutelyst::Memcached | static |
| increment(QByteArrayView key, uint32_t offset, uint64_t *value=nullptr, ReturnType *returnType=nullptr) | Cutelyst::Memcached | static |
| incrementByKey(QByteArrayView groupKey, QByteArrayView key, uint64_t offset, uint64_t *value=nullptr, ReturnType *returnType=nullptr) | Cutelyst::Memcached | static |
| incrementWithInitial(QByteArrayView key, uint64_t offset, uint64_t initial, time_t expiration, uint64_t *value=nullptr, ReturnType *returnType=nullptr) | Cutelyst::Memcached | static |
| incrementWithInitial(QByteArrayView key, uint64_t offset, uint64_t initial, std::chrono::seconds expiration, uint64_t *value=nullptr, ReturnType *returnType=nullptr) | Cutelyst::Memcached | inlinestatic |
| incrementWithInitialByKey(QByteArrayView groupKey, QByteArrayView key, uint64_t offset, uint64_t initial, time_t expiration, uint64_t *value=nullptr, ReturnType *returnType=nullptr) | Cutelyst::Memcached | static |
| incrementWithInitialByKey(QByteArrayView groupKey, QByteArrayView key, uint64_t offset, uint64_t initial, std::chrono::seconds expiration, uint64_t *value=nullptr, ReturnType *returnType=nullptr) | Cutelyst::Memcached | inlinestatic |
| inherits(const char *className) const const | QObject | |
| installEventFilter(QObject *filterObj) | QObject | |
| isQuickItemType() const const | QObject | |
| isSignalConnected(const QMetaMethod &signal) const const | QObject | protected |
| isWidgetType() const const | QObject | |
| isWindowType() const const | QObject | |
| killTimer(int id) | QObject | |
| libMemcachedVersion() | Cutelyst::Memcached | static |
| Memcached(Application *parent) | Cutelyst::Memcached | |
| Memcached(Application *parent, const QVariantMap &defaultConfig) | Cutelyst::Memcached | |
| metaObject() const const | QObject | virtual |
| mget(const QByteArrayList &keys, QHash< QByteArray, uint64_t > *casValues=nullptr, ReturnType *returnType=nullptr) | Cutelyst::Memcached | static |
| mget(const QByteArrayList &keys, QHash< QByteArray, uint64_t > *casValues=nullptr, ReturnType *returnType=nullptr) | Cutelyst::Memcached | static |
| mgetByKey(QByteArrayView groupKey, const QByteArrayList &keys, QHash< QByteArray, uint64_t > *casValues=nullptr, ReturnType *returnType=nullptr) | Cutelyst::Memcached | static |
| mgetByKey(QByteArrayView groupKey, const QByteArrayList &keys, QHash< QByteArray, uint64_t > *casValues=nullptr, ReturnType *returnType=nullptr) | Cutelyst::Memcached | static |
| moveToThread(QThread *targetThread) | QObject | |
| objectName | QObject | |
| objectName() const const | QObject | |
| objectNameChanged(const QString &objectName) | QObject | |
| parent() const const | QObject | |
| Plugin(Application *parent) | Cutelyst::Plugin | |
| property(const char *name) const const | QObject | |
| Q_CLASSINFO(Name, Value) | QObject | |
| Q_DISABLE_COPY(Class) | QObject | |
| Q_DISABLE_COPY_MOVE(Class) | QObject | |
| Q_EMITQ_EMIT | QObject | |
| Q_ENUM(...) | QObject | |
| Q_ENUM_NS(...) | QObject | |
| Q_ENUMS(...) | QObject | |
| Q_FLAG(...) | QObject | |
| Q_FLAG_NS(...) | QObject | |
| Q_FLAGS(...) | QObject | |
| Q_GADGETQ_GADGET | QObject | |
| Q_GADGET_EXPORT(EXPORT_MACRO) | QObject | |
| Q_INTERFACES(...) | QObject | |
| Q_INVOKABLEQ_INVOKABLE | QObject | |
| Q_MOC_INCLUDEQ_MOC_INCLUDE | QObject | |
| Q_NAMESPACEQ_NAMESPACE | QObject | |
| Q_NAMESPACE_EXPORT(EXPORT_MACRO) | QObject | |
| Q_OBJECTQ_OBJECT | QObject | |
| Q_PROPERTY(...) | QObject | |
| Q_REVISIONQ_REVISION | QObject | |
| Q_SET_OBJECT_NAME(Object) | QObject | |
| Q_SIGNALQ_SIGNAL | QObject | |
| Q_SIGNALSQ_SIGNALS | QObject | |
| Q_SLOTQ_SLOT | QObject | |
| Q_SLOTSQ_SLOTS | QObject | |
| QObject(QObject *parent) | QObject | |
| qobject_cast(QObject *object) | QObject | |
| qobject_cast(const QObject *object) | QObject | |
| QObjectList | QObject | |
| QT_NO_NARROWING_CONVERSIONS_IN_CONNECTQT_NO_NARROWING_CONVERSIONS_IN_CONNECT | QObject | |
| receivers(const char *signal) const const | QObject | protected |
| remove(QByteArrayView key, ReturnType *returnType=nullptr) | Cutelyst::Memcached | static |
| removeByKey(QByteArrayView groupKey, QByteArrayView key, ReturnType *returnType=nullptr) | Cutelyst::Memcached | static |
| removeEventFilter(QObject *obj) | QObject | |
| replace(QByteArrayView key, const QByteArray &value, time_t expiration, ReturnType *returnType=nullptr) | Cutelyst::Memcached | static |
| replace(QByteArrayView key, const QByteArray &value, std::chrono::seconds expiration, ReturnType *returnType=nullptr) | Cutelyst::Memcached | inlinestatic |
| replace(QByteArrayView key, const T &value, time_t expiration, ReturnType *returnType=nullptr) | Cutelyst::Memcached | static |
| replace(QByteArrayView key, const T &value, std::chrono::seconds expiration, ReturnType *returnType=nullptr) | Cutelyst::Memcached | static |
| replaceByKey(QByteArrayView groupKey, QByteArrayView key, const QByteArray &value, time_t expiration, ReturnType *returnType=nullptr) | Cutelyst::Memcached | static |
| replaceByKey(QByteArrayView groupKey, QByteArrayView key, const QByteArray &value, std::chrono::seconds expiration, ReturnType *returnType=nullptr) | Cutelyst::Memcached | inlinestatic |
| replaceByKey(QByteArrayView groupKey, QByteArrayView key, const T &value, time_t expiration, ReturnType *returnType=nullptr) | Cutelyst::Memcached | static |
| replaceByKey(QByteArrayView groupKey, QByteArrayView key, const T &value, std::chrono::seconds expiration, ReturnType *returnType=nullptr) | Cutelyst::Memcached | static |
| ReturnType enum name | Cutelyst::Memcached | |
| sender() const const | QObject | protected |
| senderSignalIndex() const const | QObject | protected |
| set(QByteArrayView key, const QByteArray &value, time_t expiration, ReturnType *returnType=nullptr) | Cutelyst::Memcached | static |
| set(QByteArrayView key, const QByteArray &value, std::chrono::seconds expiration, ReturnType *returnType=nullptr) | Cutelyst::Memcached | inlinestatic |
| set(QByteArrayView key, const T &value, time_t expiration, ReturnType *returnType=nullptr) | Cutelyst::Memcached | static |
| set(QByteArrayView key, const T &value, std::chrono::seconds expiration, ReturnType *returnType=nullptr) | Cutelyst::Memcached | static |
| setByKey(QByteArrayView groupKey, QByteArrayView key, const QByteArray &value, time_t expiration, ReturnType *returnType=nullptr) | Cutelyst::Memcached | static |
| setByKey(QByteArrayView groupKey, QByteArrayView key, const QByteArray &value, std::chrono::seconds expiration, ReturnType *returnType=nullptr) | Cutelyst::Memcached | inlinestatic |
| setByKey(QByteArrayView groupKey, QByteArrayView key, const T &value, time_t expiration, ReturnType *returnType=nullptr) | Cutelyst::Memcached | static |
| setByKey(QByteArrayView groupKey, QByteArrayView key, const T &value, std::chrono::seconds expiration, ReturnType *returnType=nullptr) | Cutelyst::Memcached | static |
| setDefaultConfig(const QVariantMap &defaultConfig) | Cutelyst::Memcached | |
| setObjectName(QAnyStringView name) | QObject | |
| setObjectName(const QString &name) | QObject | |
| setParent(QObject *parent) | QObject | |
| setProperty(const char *name, const QVariant &value) | QObject | |
| setup(Application *app) override | Cutelyst::Memcached | protectedvirtual |
| signalsBlocked() const const | QObject | |
| startTimer(int interval, Qt::TimerType timerType) | QObject | |
| startTimer(std::chrono::milliseconds time, Qt::TimerType timerType) | QObject | |
| thread() const const | QObject | |
| timerEvent(QTimerEvent *event) | QObject | protectedvirtual |
| touch(QByteArrayView key, time_t expiration, ReturnType *returnType=nullptr) | Cutelyst::Memcached | static |
| touch(QByteArrayView key, std::chrono::seconds expiration, ReturnType *returnType=nullptr) | Cutelyst::Memcached | inlinestatic |
| touchByKey(QByteArrayView groupKey, QByteArrayView key, time_t expiration, ReturnType *returnType=nullptr) | Cutelyst::Memcached | static |
| touchByKey(QByteArrayView groupKey, QByteArrayView key, std::chrono::seconds expiration, ReturnType *returnType=nullptr) | Cutelyst::Memcached | inlinestatic |
| tr(const char *sourceText, const char *disambiguation, int n) | QObject | static |
| ~Memcached() override | Cutelyst::Memcached | |
| ~QObject() | QObject | virtual |