cutelyst 3.9.1
A C++ Web Framework built on top of Qt, using the simple approach of Catalyst (Perl) framework.
Cutelyst::Memcached Member List

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::Memcachedstatic
add(const QString &key, const T &value, time_t expiration, MemcachedReturnType *returnType=nullptr)Cutelyst::Memcachedstatic
addByKey(const QString &groupKey, const QString &key, const QByteArray &value, time_t expiration, MemcachedReturnType *returnType=nullptr)Cutelyst::Memcachedstatic
addByKey(const QString &groupKey, const QString &key, const T &value, time_t expiration, MemcachedReturnType *returnType=nullptr)Cutelyst::Memcachedstatic
AuthContinue enum valueCutelyst::Memcached
AuthFailure enum valueCutelyst::Memcached
AuthProblem enum valueCutelyst::Memcached
BadKeyProvided enum valueCutelyst::Memcached
blockSignals(bool block)QObject
Buffered enum valueCutelyst::Memcached
cas(const QString &key, const QByteArray &value, time_t expiration, uint64_t cas, MemcachedReturnType *returnType=nullptr)Cutelyst::Memcachedstatic
cas(const QString &key, const T &value, time_t expiration, uint64_t cas, MemcachedReturnType *returnType=nullptr)Cutelyst::Memcachedstatic
casByKey(const QString &groupKey, const QString &key, const QByteArray &value, time_t expiration, uint64_t cas, MemcachedReturnType *returnType=nullptr)Cutelyst::Memcachedstatic
casByKey(const QString &groupKey, const QString &key, const T &value, time_t expiration, uint64_t cas, MemcachedReturnType *returnType=nullptr)Cutelyst::Memcachedstatic
childEvent(QChildEvent *event)QObjectprotectedvirtual
children() const constQObject
ClientError enum valueCutelyst::Memcached
connect(const QObject *sender, const char *signal, const QObject *receiver, const char *method, Qt::ConnectionType type)QObjectstatic
connect(const QObject *sender, const QMetaMethod &signal, const QObject *receiver, const QMetaMethod &method, Qt::ConnectionType type)QObjectstatic
connect(const QObject *sender, const char *signal, const char *method, Qt::ConnectionType type) const constQObject
connect(const QObject *sender, PointerToMemberFunction signal, const QObject *receiver, PointerToMemberFunction method, Qt::ConnectionType type)QObjectstatic
connect(const QObject *sender, PointerToMemberFunction signal, Functor functor)QObjectstatic
connect(const QObject *sender, PointerToMemberFunction signal, const QObject *context, Functor functor, Qt::ConnectionType type)QObjectstatic
ConnectionFailure enum valueCutelyst::Memcached
connectNotify(const QMetaMethod &signal)QObjectprotectedvirtual
customEvent(QEvent *event)QObjectprotectedvirtual
DataDoesNotExist enum valueCutelyst::Memcached
DataExists enum valueCutelyst::Memcached
decrement(const QString &key, uint32_t offset, uint64_t *value=nullptr, MemcachedReturnType *returnType=nullptr)Cutelyst::Memcachedstatic
decrementByKey(const QString &groupKey, const QString &key, uint64_t offset, uint64_t *value=nullptr, MemcachedReturnType *returnType=nullptr)Cutelyst::Memcachedstatic
decrementWithInitial(const QString &key, uint64_t offset, uint64_t initial, time_t expiration, uint64_t *value=nullptr, MemcachedReturnType *returnType=nullptr)Cutelyst::Memcachedstatic
decrementWithInitialByKey(const QString &groupKey, const QString &key, uint64_t offset, uint64_t initial, time_t expiration, uint64_t *value=nullptr, MemcachedReturnType *returnType=nullptr)Cutelyst::Memcachedstatic
Deleted enum valueCutelyst::Memcached
deleteLater()QObject
Deprecated enum valueCutelyst::Memcached
destroyed(QObject *obj)QObject
disconnect(const QObject *sender, const char *signal, const QObject *receiver, const char *method)QObjectstatic
disconnect(const QObject *sender, const QMetaMethod &signal, const QObject *receiver, const QMetaMethod &method)QObjectstatic
disconnect(const char *signal, const QObject *receiver, const char *method) const constQObject
disconnect(const QObject *receiver, const char *method) const constQObject
disconnect(const QMetaObject::Connection &connection)QObjectstatic
disconnect(const QObject *sender, PointerToMemberFunction signal, const QObject *receiver, PointerToMemberFunction method)QObjectstatic
disconnectNotify(const QMetaMethod &signal)QObjectprotectedvirtual
dumpObjectInfo()QObject
dumpObjectInfo() const constQObject
dumpObjectTree()QObject
dumpObjectTree() const constQObject
dynamicPropertyNames() const constQObject
E2Big enum valueCutelyst::Memcached
End enum valueCutelyst::Memcached
Errno enum valueCutelyst::Memcached
Error enum valueCutelyst::Memcached
errorString(Context *c, MemcachedReturnType rt)Cutelyst::Memcachedstatic
event(QEvent *e)QObjectvirtual
eventFilter(QObject *watched, QEvent *event)QObjectvirtual
exist(const QString &key, MemcachedReturnType *returnType=nullptr)Cutelyst::Memcachedstatic
existByKey(const QString &groupKey, const QString &key, MemcachedReturnType *returnType=nullptr)Cutelyst::Memcachedstatic
expirationNotAddCutelyst::Memcachedstatic
Failure enum valueCutelyst::Memcached
FetchNotFinished enum valueCutelyst::Memcached
findChild(const QString &name, Qt::FindChildOptions options) const constQObject
findChildren(const QString &name, Qt::FindChildOptions options) const constQObject
findChildren(const QRegExp &regExp, Qt::FindChildOptions options) const constQObject
findChildren(const QRegularExpression &re, Qt::FindChildOptions options) const constQObject
flush(time_t expiration, MemcachedReturnType *returnType=nullptr)Cutelyst::Memcachedstatic
flushBuffers(MemcachedReturnType *returnType=nullptr)Cutelyst::Memcachedstatic
get(const QString &key, uint64_t *cas=nullptr, MemcachedReturnType *returnType=nullptr)Cutelyst::Memcachedstatic
get(const QString &key, uint64_t *cas=nullptr, MemcachedReturnType *returnType=nullptr)Cutelyst::Memcachedstatic
getByKey(const QString &groupKey, const QString &key, uint64_t *cas=nullptr, MemcachedReturnType *returnType=nullptr)Cutelyst::Memcachedstatic
getByKey(const QString &groupKey, const QString &key, uint64_t *cas=nullptr, MemcachedReturnType *returnType=nullptr)Cutelyst::Memcachedstatic
HostLookupFailure enum valueCutelyst::Memcached
increment(const QString &key, uint32_t offset, uint64_t *value=nullptr, MemcachedReturnType *returnType=nullptr)Cutelyst::Memcachedstatic
incrementByKey(const QString &groupKey, const QString &key, uint64_t offset, uint64_t *value=nullptr, MemcachedReturnType *returnType=nullptr)Cutelyst::Memcachedstatic
incrementWithInitial(const QString &key, uint64_t offset, uint64_t initial, time_t expiration, uint64_t *value=nullptr, MemcachedReturnType *returnType=nullptr)Cutelyst::Memcachedstatic
incrementWithInitialByKey(const QString &groupKey, const QString &key, uint64_t offset, uint64_t initial, time_t expiration, uint64_t *value=nullptr, MemcachedReturnType *returnType=nullptr)Cutelyst::Memcachedstatic
inherits(const char *className) const constQObject
InProgress enum value (defined in Cutelyst::Memcached)Cutelyst::Memcached
installEventFilter(QObject *filterObj)QObject
InvalidArguments enum valueCutelyst::Memcached
InvalidHostProtocol enum valueCutelyst::Memcached
isSignalConnected(const QMetaMethod &signal) const constQObjectprotected
isWidgetType() const constQObject
isWindowType() const constQObject
KeyTooBig enum valueCutelyst::Memcached
killTimer(int id)QObject
libMemcachedVersion()Cutelyst::Memcachedstatic
MaximumReturn enum value (defined in Cutelyst::Memcached)Cutelyst::Memcached
Memcached(Application *parent)Cutelyst::Memcached
MemcachedReturnType enum nameCutelyst::Memcached
MemoryAllocationFailure enum valueCutelyst::Memcached
metaObject() const constQObjectvirtual
mget(const QStringList &keys, QHash< QString, uint64_t > *casValues=nullptr, MemcachedReturnType *returnType=nullptr)Cutelyst::Memcachedstatic
mget(const QStringList &keys, QHash< QString, uint64_t > *casValues=nullptr, MemcachedReturnType *returnType=nullptr)Cutelyst::Memcachedstatic
mgetByKey(const QString &groupKey, const QStringList &keys, QHash< QString, uint64_t > *casValues=nullptr, MemcachedReturnType *returnType=nullptr)Cutelyst::Memcachedstatic
mgetByKey(const QString &groupKey, const QStringList &keys, QHash< QString, uint64_t > *casValues=nullptr, MemcachedReturnType *returnType=nullptr)Cutelyst::Memcachedstatic
moveToThread(QThread *targetThread)QObject
NoServers enum valueCutelyst::Memcached
NotFound enum valueCutelyst::Memcached
NotStored enum valueCutelyst::Memcached
NotSupported enum valueCutelyst::Memcached
objectNameQObject
objectName() const constQObject
objectNameChanged(const QString &objectName, QPrivateSignal)QObject
parent() const constQObject
ParseError enum valueCutelyst::Memcached
ParseUserError enum valueCutelyst::Memcached
PartialRead enum valueCutelyst::Memcached
Plugin(Application *parent)Cutelyst::Plugin
PluginNotRegisterd enum valueCutelyst::Memcached
property(const char *name) const constQObject
ProtocolError enum valueCutelyst::Memcached
Q_CLASSINFO(Name, Value)QObject
Q_DISABLE_COPY(Class)QObject
Q_DISABLE_COPY_MOVE(Class)QObject
Q_DISABLE_MOVE(Class)QObject
Q_EMITQ_EMITQObject
Q_ENUM(...)QObject
Q_ENUM_NS(...)QObject
Q_ENUMS(...)QObject
Q_FLAG(...)QObject
Q_FLAG_NS(...)QObject
Q_FLAGS(...)QObject
Q_GADGETQ_GADGETQObject
Q_INTERFACES(...)QObject
Q_INVOKABLEQ_INVOKABLEQObject
Q_NAMESPACEQ_NAMESPACEQObject
Q_NAMESPACE_EXPORT(EXPORT_MACRO)QObject
Q_OBJECTQ_OBJECTQObject
Q_PROPERTY(...)QObject
Q_REVISIONQ_REVISIONQObject
Q_SET_OBJECT_NAME(Object)QObject
Q_SIGNALQ_SIGNALQObject
Q_SIGNALSQ_SIGNALSQObject
Q_SLOTQ_SLOTQObject
Q_SLOTSQ_SLOTSQObject
qFindChild(const QObject *obj, const QString &name)QObject
qFindChildren(const QObject *obj, const QString &name)QObject
qFindChildren(const QObject *obj, const QRegExp &regExp)QObject
QObject(QObject *parent)QObject
qobject_cast(QObject *object)QObject
qobject_cast(const QObject *object)QObject
QObjectListQObject
QT_NO_NARROWING_CONVERSIONS_IN_CONNECTQT_NO_NARROWING_CONVERSIONS_IN_CONNECTQObject
ReadFailure enum valueCutelyst::Memcached
receivers(const char *signal) const constQObjectprotected
remove(const QString &key, MemcachedReturnType *returnType=nullptr)Cutelyst::Memcachedstatic
removeByKey(const QString &groupKey, const QString &key, MemcachedReturnType *returnType=nullptr)Cutelyst::Memcachedstatic
removeEventFilter(QObject *obj)QObject
replace(const QString &key, const QByteArray &value, time_t expiration, MemcachedReturnType *returnType=nullptr)Cutelyst::Memcachedstatic
replace(const QString &key, const T &value, time_t expiration, MemcachedReturnType *returnType=nullptr)Cutelyst::Memcachedstatic
replaceByKey(const QString &groupKey, const QString &key, const QByteArray &value, time_t expiration, MemcachedReturnType *returnType=nullptr)Cutelyst::Memcachedstatic
replaceByKey(const QString &groupKey, const QString &key, const T &value, time_t expiration, MemcachedReturnType *returnType=nullptr)Cutelyst::Memcachedstatic
sender() const constQObjectprotected
senderSignalIndex() const constQObjectprotected
ServerError enum valueCutelyst::Memcached
ServerMarkedDead enum valueCutelyst::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::Memcachedstatic
set(const QString &key, const T &value, time_t expiration, MemcachedReturnType *returnType=nullptr)Cutelyst::Memcachedstatic
setByKey(const QString &groupKey, const QString &key, const QByteArray &value, time_t expiration, MemcachedReturnType *returnType=nullptr)Cutelyst::Memcachedstatic
setByKey(const QString &groupKey, const QString &key, const T &value, time_t expiration, MemcachedReturnType *returnType=nullptr)Cutelyst::Memcachedstatic
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) overrideCutelyst::Memcachedprotectedvirtual
signalsBlocked() const constQObject
SomeErrors enum valueCutelyst::Memcached
startTimer(int interval, Qt::TimerType timerType)QObject
startTimer(std::chrono::milliseconds time, Qt::TimerType timerType)QObject
Stat enum valueCutelyst::Memcached
Stored enum valueCutelyst::Memcached
Success enum valueCutelyst::Memcached
thread() const constQObject
Timeout enum valueCutelyst::Memcached
timerEvent(QTimerEvent *event)QObjectprotectedvirtual
touch(const QString &key, time_t expiration, MemcachedReturnType *returnType=nullptr)Cutelyst::Memcachedstatic
touchByKey(const QString &groupKey, const QString &key, time_t expiration, MemcachedReturnType *returnType=nullptr)Cutelyst::Memcachedstatic
tr(const char *sourceText, const char *disambiguation, int n)QObjectstatic
trUtf8(const char *sourceText, const char *disambiguation, int n)QObjectstatic
UnknownReadFailure enum valueCutelyst::Memcached
UnknownStatKey enum valueCutelyst::Memcached
WriteFailure enum valueCutelyst::Memcached
~Memcached() overrideCutelyst::Memcachedvirtual
~QObject()QObjectvirtual