![]() |
LeechCraft 0.6.70-18450-gabe19ee3b0
Modular cross-platform feature rich live environment.
|
#include "asdomdocument.h"
Public Member Functions | |
| AsDomDocument (const QByteArray &data, const QString &errorMessage, const std::source_location &loc=std::source_location::current()) | |
| bool | await_ready () const |
| void | await_suspend (auto handle) |
| QDomDocument | await_resume () const |
Definition at line 18 of file asdomdocument.h.
| LC::Util::AsDomDocument::AsDomDocument | ( | const QByteArray & | data, |
| const QString & | errorMessage, | ||
| const std::source_location & | loc = std::source_location::current () ) |
Definition at line 14 of file asdomdocument.cpp.
| bool LC::Util::AsDomDocument::await_ready | ( | ) | const |
Definition at line 21 of file asdomdocument.cpp.
| QDomDocument LC::Util::AsDomDocument::await_resume | ( | ) | const |
Definition at line 26 of file asdomdocument.cpp.
|
inline |
Definition at line 29 of file asdomdocument.h.
References LC::Util::detail::TerminateLeftyCoroutine().