![]() |
LeechCraft 0.6.70-17335-ge406ffdcaf
Modular cross-platform feature rich live environment.
|
#include <QNetworkReply>
#include <util/sll/either.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 | LC::Util::ReplyWithHeaders |
struct | LC::Util::ReplyError |
Namespaces | |
namespace | LC |
namespace | LC::Util |
Functions | |
template<typename F> | |
void | LC::Util::HandleNetworkReply (QObject *context, QNetworkReply *reply, F f) |
template<typename... Args> | |
auto | LC::Util::HandleReply (QNetworkReply *reply, QObject *context) |
template<typename... Args> | |
auto | LC::Util::HandleReplySeq (QNetworkReply *reply, QObject *context) |