|
Cutelyst
2.14.2
|
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 | 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 | 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 | QObject | |
| disconnect(const QObject *receiver, const char *method) 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 | |
| dumpObjectTree() | QObject | |
| dynamicPropertyNames() 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 | QObject | |
| findChildren(const QString &name, Qt::FindChildOptions options) const | QObject | |
| findChildren(const QRegExp ®Exp, Qt::FindChildOptions options) const | QObject | |
| findChildren(const QRegularExpression &re, Qt::FindChildOptions options) 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 | 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 | QObject | protected |
| isWidgetType() const | QObject | |
| isWindowType() 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 | 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 | QObject | |
| objectNameChanged(const QString &objectName) | QObject | |
| parent() 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 | QObject | |
| ProtocolError enum value | Cutelyst::Memcached | |
| QObject(QObject *parent) | QObject | |
| ReadFailure enum value | Cutelyst::Memcached | |
| receivers(const char *signal) 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 | QObject | protected |
| senderSignalIndex() 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 | QObject | |
| SomeErrors enum value | Cutelyst::Memcached | |
| startTimer(int interval, Qt::TimerType timerType) | QObject | |
| Stat enum value | Cutelyst::Memcached | |
| Stored enum value | Cutelyst::Memcached | |
| Success enum value | Cutelyst::Memcached | |
| thread() 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 |
1.8.6