![]() |
LeechCraft
0.6.70-11552-gf61ee51c3d
Modular cross-platform feature rich live environment.
|
#include <QNetworkReply>
#include <util/sll/slotclosure.h>
#include <util/sll/either.h>
#include <util/sll/overload.h>
#include <util/sll/void.h>
#include <util/sll/typelist.h>
#include <util/threads/futures.h>
#include "networkconfig.h"
Go to the source code of this file.
Classes | |
struct | LeechCraft::Util::ErrorInfo< typename > |
struct | LeechCraft::Util::ResultInfo< typename > |
struct | LeechCraft::Util::ReplyWithHeaders |
struct | LeechCraft::Util::ReplyError |
Namespaces | |
LeechCraft | |
LeechCraft::Util | |
Functions | |
template<typename F > | |
void | LeechCraft::Util::HandleNetworkReply (QObject *context, QNetworkReply *reply, F f) |
template<typename... Args> | |
auto | LeechCraft::Util::HandleReply (QNetworkReply *reply, QObject *context) |
template<typename... Args> | |
auto | LeechCraft::Util::HandleReplySeq (QNetworkReply *reply, QObject *context) |