![]() |
LeechCraft
0.6.70-15082-g543737046d
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::ErrorInfo< typename > |
struct | LC::Util::ResultInfo< typename > |
struct | LC::Util::ReplyWithHeaders |
struct | LC::Util::ReplyError |
Namespaces | |
LC | |
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) |