|
cutelyst 3.9.1
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(const QString &key, const QByteArray &value, time_t expiration, MemcachedReturnType *returnType=nullptr) | Cutelyst::Memcached | static |
| add(const QString &key, const T &value, time_t expiration, MemcachedReturnType *returnType=nullptr) | Cutelyst::Memcached | static |
| addByKey(const QString &groupKey, const QString &key, const QByteArray &value, time_t expiration, MemcachedReturnType *returnType=nullptr) | Cutelyst::Memcached | static |
| addByKey(const QString &groupKey, const QString &key, const T &value, time_t expiration, MemcachedReturnType *returnType=nullptr) | Cutelyst::Memcached | static |
| AuthContinue enum value | Cutelyst::Memcached | |
| AuthFailure enum value | Cutelyst::Memcached | |
| AuthProblem enum value | Cutelyst::Memcached | |
| BadKeyProvided enum value | Cutelyst::Memcached | |
| blockSignals(bool block) | QObject | |
| Buffered enum value | Cutelyst::Memcached | |
| cas(const QString &key, const QByteArray &value, time_t expiration, uint64_t cas, MemcachedReturnType *returnType=nullptr) | Cutelyst::Memcached | static |
| cas(const QString &key, const T &value, time_t expiration, uint64_t cas, MemcachedReturnType *returnType=nullptr) | Cutelyst::Memcached | static |
| casByKey(const QString &groupKey, const QString &key, const QByteArray &value, time_t expiration, uint64_t cas, MemcachedReturnType *returnType=nullptr) | Cutelyst::Memcached | static |
| casByKey(const QString &groupKey, const QString &key, const T &value, time_t expiration, uint64_t cas, MemcachedReturnType *returnType=nullptr) | Cutelyst::Memcached | static |
| childEvent(QChildEvent *event) | QObject | protectedvirtual |
| children() const const | QObject | |
| ClientError enum value | Cutelyst::Memcached | |
| connect(const QObject *sender, const char *signal, const QObject *receiver, const char *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 char *method, Qt::ConnectionType type) const const | QObject | |
| connect(const QObject *sender, PointerToMemberFunction signal, const QObject *receiver, PointerToMemberFunction method, Qt::ConnectionType type) | QObject | static |
| 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 |
| ConnectionFailure enum value | Cutelyst::Memcached | |
| connectNotify(const QMetaMethod &signal) | QObject | protectedvirtual |
| customEvent(QEvent *event) | QObject | protectedvirtual |
| DataDoesNotExist enum value | Cutelyst::Memcached | |
| DataExists enum value | Cutelyst::Memcached | |
| decrement(const QString &key, uint32_t offset, uint64_t *value=nullptr, MemcachedReturnType *returnType=nullptr) | Cutelyst::Memcached | static |
| decrementByKey(const QString &groupKey, const QString &key, uint64_t offset, uint64_t *value=nullptr, MemcachedReturnType *returnType=nullptr) | Cutelyst::Memcached | static |
| decrementWithInitial(const QString &key, uint64_t offset, uint64_t initial, time_t expiration, uint64_t *value=nullptr, MemcachedReturnType *returnType=nullptr) | Cutelyst::Memcached | static |
| decrementWithInitialByKey(const QString &groupKey, const QString &key, uint64_t offset, uint64_t initial, time_t expiration, uint64_t *value=nullptr, MemcachedReturnType *returnType=nullptr) | Cutelyst::Memcached | static |
| Deleted enum value | Cutelyst::Memcached | |
| deleteLater() | QObject | |
| Deprecated enum value | Cutelyst::Memcached | |
| destroyed(QObject *obj) | QObject | |
| disconnect(const QObject *sender, const char *signal, const QObject *receiver, const char *method) | QObject | static |
| disconnect(const QObject *sender, const QMetaMethod &signal, const QObject *receiver, const QMetaMethod &method) | QObject | static |
| disconnect(const char *signal, const QObject *receiver, const char *method) const const | QObject | |
| disconnect(const QObject *receiver, const char *method) const const | QObject | |
| disconnect(const QMetaObject::Connection &connection) | QObject | static |
| disconnect(const QObject *sender, PointerToMemberFunction signal, const QObject *receiver, PointerToMemberFunction method) | QObject | static |
| disconnectNotify(const QMetaMethod &signal) | QObject | protectedvirtual |
| dumpObjectInfo() | QObject | |
| dumpObjectInfo() const const | QObject | |
| dumpObjectTree() | QObject | |
| dumpObjectTree() const const | QObject | |
| dynamicPropertyNames() const const | QObject | |
| E2Big enum value | Cutelyst::Memcached | |
| End enum value | Cutelyst::Memcached | |
| Errno enum value | Cutelyst::Memcached | |
| Error enum value | Cutelyst::Memcached | |
| errorString(Context *c, MemcachedReturnType rt) | Cutelyst::Memcached | static |
| event(QEvent *e) | QObject | virtual |
| eventFilter(QObject *watched, QEvent *event) | QObject | virtual |
| exist(const QString &key, MemcachedReturnType *returnType=nullptr) | Cutelyst::Memcached | static |
| existByKey(const QString &groupKey, const QString &key, MemcachedReturnType *returnType=nullptr) | Cutelyst::Memcached | static |
| expirationNotAdd | Cutelyst::Memcached | static |
| Failure enum value | Cutelyst::Memcached | |
| FetchNotFinished enum value | Cutelyst::Memcached | |
| findChild(const QString &name, Qt::FindChildOptions options) const const | QObject | |
| findChildren(const QString &name, Qt::FindChildOptions options) const const | QObject | |
| findChildren(const QRegExp ®Exp, Qt::FindChildOptions options) const const | QObject | |
| findChildren(const QRegularExpression &re, Qt::FindChildOptions options) const const | QObject | |
| flush(time_t expiration, MemcachedReturnType *returnType=nullptr) | Cutelyst::Memcached | static |
| flushBuffers(MemcachedReturnType *returnType=nullptr) | Cutelyst::Memcached | static |
| get(const QString &key, uint64_t *cas=nullptr, MemcachedReturnType *returnType=nullptr) | Cutelyst::Memcached | static |
| get(const QString &key, uint64_t *cas=nullptr, MemcachedReturnType *returnType=nullptr) | Cutelyst::Memcached | static |
| getByKey(const QString &groupKey, const QString &key, uint64_t *cas=nullptr, MemcachedReturnType *returnType=nullptr) | Cutelyst::Memcached | static |
| getByKey(const QString &groupKey, const QString &key, uint64_t *cas=nullptr, MemcachedReturnType *returnType=nullptr) | Cutelyst::Memcached | static |
| HostLookupFailure enum value | Cutelyst::Memcached | |
| increment(const QString &key, uint32_t offset, uint64_t *value=nullptr, MemcachedReturnType *returnType=nullptr) | Cutelyst::Memcached | static |
| incrementByKey(const QString &groupKey, const QString &key, uint64_t offset, uint64_t *value=nullptr, MemcachedReturnType *returnType=nullptr) | Cutelyst::Memcached | static |
| incrementWithInitial(const QString &key, uint64_t offset, uint64_t initial, time_t expiration, uint64_t *value=nullptr, MemcachedReturnType *returnType=nullptr) | Cutelyst::Memcached | static |
| incrementWithInitialByKey(const QString &groupKey, const QString &key, uint64_t offset, uint64_t initial, time_t expiration, uint64_t *value=nullptr, MemcachedReturnType *returnType=nullptr) | Cutelyst::Memcached | static |
| inherits(const char *className) const const | QObject | |
| InProgress enum value (defined in Cutelyst::Memcached) | Cutelyst::Memcached | |
| installEventFilter(QObject *filterObj) | QObject | |
| InvalidArguments enum value | Cutelyst::Memcached | |
| InvalidHostProtocol enum value | Cutelyst::Memcached | |
| isSignalConnected(const QMetaMethod &signal) const const | QObject | protected |
| isWidgetType() const const | QObject | |
| isWindowType() const const | QObject | |
| KeyTooBig enum value | Cutelyst::Memcached | |
| killTimer(int id) | QObject | |
| libMemcachedVersion() | Cutelyst::Memcached | static |
| MaximumReturn enum value (defined in Cutelyst::Memcached) | Cutelyst::Memcached | |
| Memcached(Application *parent) | Cutelyst::Memcached | |
| MemcachedReturnType enum name | Cutelyst::Memcached | |
| MemoryAllocationFailure enum value | Cutelyst::Memcached | |
| metaObject() const const | QObject | virtual |
| mget(const QStringList &keys, QHash< QString, uint64_t > *casValues=nullptr, MemcachedReturnType *returnType=nullptr) | Cutelyst::Memcached | static |
| mget(const QStringList &keys, QHash< QString, uint64_t > *casValues=nullptr, MemcachedReturnType *returnType=nullptr) | Cutelyst::Memcached | static |
| mgetByKey(const QString &groupKey, const QStringList &keys, QHash< QString, uint64_t > *casValues=nullptr, MemcachedReturnType *returnType=nullptr) | Cutelyst::Memcached | static |
| mgetByKey(const QString &groupKey, const QStringList &keys, QHash< QString, uint64_t > *casValues=nullptr, MemcachedReturnType *returnType=nullptr) | Cutelyst::Memcached | static |
| moveToThread(QThread *targetThread) | QObject | |
| NoServers enum value | Cutelyst::Memcached | |
| NotFound enum value | Cutelyst::Memcached | |
| NotStored enum value | Cutelyst::Memcached | |
| NotSupported enum value | Cutelyst::Memcached | |
| objectName | QObject | |
| objectName() const const | QObject | |
| objectNameChanged(const QString &objectName, QPrivateSignal) | QObject | |
| parent() const const | QObject | |
| ParseError enum value | Cutelyst::Memcached | |
| ParseUserError enum value | Cutelyst::Memcached | |
| PartialRead enum value | Cutelyst::Memcached | |
| Plugin(Application *parent) | Cutelyst::Plugin | |
| PluginNotRegisterd enum value | Cutelyst::Memcached | |
| property(const char *name) const const | QObject | |
| ProtocolError enum value | Cutelyst::Memcached | |
| Q_CLASSINFO(Name, Value) | QObject | |
| Q_DISABLE_COPY(Class) | QObject | |
| Q_DISABLE_COPY_MOVE(Class) | QObject | |
| Q_DISABLE_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_INTERFACES(...) | QObject | |
| Q_INVOKABLEQ_INVOKABLE | 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 | |
| qFindChild(const QObject *obj, const QString &name) | QObject | |
| qFindChildren(const QObject *obj, const QString &name) | QObject | |
| qFindChildren(const QObject *obj, const QRegExp ®Exp) | 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 | |
| ReadFailure enum value | Cutelyst::Memcached | |
| receivers(const char *signal) const const | QObject | protected |
| remove(const QString &key, MemcachedReturnType *returnType=nullptr) | Cutelyst::Memcached | static |
| removeByKey(const QString &groupKey, const QString &key, MemcachedReturnType *returnType=nullptr) | Cutelyst::Memcached | static |
| removeEventFilter(QObject *obj) | QObject | |
| replace(const QString &key, const QByteArray &value, time_t expiration, MemcachedReturnType *returnType=nullptr) | Cutelyst::Memcached | static |
| replace(const QString &key, const T &value, time_t expiration, MemcachedReturnType *returnType=nullptr) | Cutelyst::Memcached | static |
| replaceByKey(const QString &groupKey, const QString &key, const QByteArray &value, time_t expiration, MemcachedReturnType *returnType=nullptr) | Cutelyst::Memcached | static |
| replaceByKey(const QString &groupKey, const QString &key, const T &value, time_t expiration, MemcachedReturnType *returnType=nullptr) | Cutelyst::Memcached | static |
| sender() const const | QObject | protected |
| senderSignalIndex() const const | QObject | protected |
| ServerError enum value | Cutelyst::Memcached | |
| ServerMarkedDead enum value | Cutelyst::Memcached | |
| ServerMemoryAllocationFailure enum value (defined in Cutelyst::Memcached) | Cutelyst::Memcached | |
| ServerTemporaryDisabled enum value (defined in Cutelyst::Memcached) | Cutelyst::Memcached | |
| set(const QString &key, const QByteArray &value, time_t expiration, MemcachedReturnType *returnType=nullptr) | Cutelyst::Memcached | static |
| set(const QString &key, const T &value, time_t expiration, MemcachedReturnType *returnType=nullptr) | Cutelyst::Memcached | static |
| setByKey(const QString &groupKey, const QString &key, const QByteArray &value, time_t expiration, MemcachedReturnType *returnType=nullptr) | Cutelyst::Memcached | static |
| setByKey(const QString &groupKey, const QString &key, const T &value, time_t expiration, MemcachedReturnType *returnType=nullptr) | Cutelyst::Memcached | static |
| setDefaultConfig(const QVariantMap &defaultConfig) | Cutelyst::Memcached | |
| 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 | |
| SomeErrors enum value | Cutelyst::Memcached | |
| startTimer(int interval, Qt::TimerType timerType) | QObject | |
| startTimer(std::chrono::milliseconds time, Qt::TimerType timerType) | QObject | |
| Stat enum value | Cutelyst::Memcached | |
| Stored enum value | Cutelyst::Memcached | |
| Success enum value | Cutelyst::Memcached | |
| thread() const const | QObject | |
| Timeout enum value | Cutelyst::Memcached | |
| timerEvent(QTimerEvent *event) | QObject | protectedvirtual |
| touch(const QString &key, time_t expiration, MemcachedReturnType *returnType=nullptr) | Cutelyst::Memcached | static |
| touchByKey(const QString &groupKey, const QString &key, time_t expiration, MemcachedReturnType *returnType=nullptr) | Cutelyst::Memcached | static |
| tr(const char *sourceText, const char *disambiguation, int n) | QObject | static |
| trUtf8(const char *sourceText, const char *disambiguation, int n) | QObject | static |
| UnknownReadFailure enum value | Cutelyst::Memcached | |
| UnknownStatKey enum value | Cutelyst::Memcached | |
| WriteFailure enum value | Cutelyst::Memcached | |
| ~Memcached() override | Cutelyst::Memcached | virtual |
| ~QObject() | QObject | virtual |