![]() |
LeechCraft 0.6.70-17609-g3dde4097dd
Modular cross-platform feature rich live environment.
|
#include "context.h"
Public Types | |
using | HasContextExtensions = void |
Public Member Functions | |
void | FinalSuspend () noexcept |
template<typename T> | |
auto | await_transform (T &&awaitable) |
Public Attributes | |
QVector< QMetaObject::Connection > | ContextConnections_ |
QVector< detail::DeadObjectInfo > | DeadObjects_ |
using LC::Util::ContextExtensions< typename >::HasContextExtensions = void |
|
inline |
Definition at line 89 of file context.h.
References LC::Util::detail::Awaiter().
|
inlinenoexcept |
Definition at line 82 of file context.h.
References ContextConnections_.
QVector<QMetaObject::Connection> LC::Util::ContextExtensions< typename >::ContextConnections_ |
Definition at line 79 of file context.h.
Referenced by FinalSuspend().
QVector<detail::DeadObjectInfo> LC::Util::ContextExtensions< typename >::DeadObjects_ |