![]() |
LeechCraft 0.6.70-16373-g319c272718
Modular cross-platform feature rich live environment.
|
#include "networkresult.h"
Inheritance diagram for LC::Util::NetworkResult:
Collaboration diagram for LC::Util::NetworkResult:Public Member Functions | |
| std::optional< NetworkReplyError > | IsError () const |
| QByteArray | GetReplyData () const |
| Either< QString, QByteArray > | ToEither (const QString &errorContext) const |
Definition at line 49 of file networkresult.h.
| QByteArray LC::Util::NetworkResult::GetReplyData | ( | ) | const |
Definition at line 50 of file networkresult.cpp.
References LC::Util::Filter(), and LC::Util::Visit().
Here is the call graph for this function:| std::optional< NetworkReplyError > LC::Util::NetworkResult::IsError | ( | ) | const |
Definition at line 43 of file networkresult.cpp.
References LC::Util::Filter().
Here is the call graph for this function:| Either< QString, QByteArray > LC::Util::NetworkResult::ToEither | ( | const QString & | errorContext | ) | const |
Definition at line 57 of file networkresult.cpp.
References LC::Util::Filter(), and LC::Util::Visit().
Here is the call graph for this function: