![]() |
LeechCraft 0.6.70-18450-gabe19ee3b0
Modular cross-platform feature rich live environment.
|
#include "context.h"
Public Member Functions | |
| AddContextObject (QObject &context) | |
| bool | await_ready () const noexcept |
| template<typename Promise> requires requires { typename Promise::HasContextExtensions; } | |
| bool | await_suspend (std::coroutine_handle< Promise > handle) |
| void | await_resume () |
Public Attributes | |
| QObject & | Context_ |
|
inlineexplicit |
|
inlinenoexcept |
|
inline |
| QObject& LC::Util::AddContextObject::Context_ |
Definition at line 76 of file context.h.
Referenced by AddContextObject(), and await_suspend().