![]() |
LeechCraft
0.6.70-16373-g319c272718
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 |
|
inlinenoexcept |
Definition at line 82 of file context.h.
References LC::Util::ContextExtensions< typename >::ContextConnections_.
QVector<QMetaObject::Connection> LC::Util::ContextExtensions< typename >::ContextConnections_ |
Definition at line 79 of file context.h.
Referenced by LC::Util::ContextExtensions< typename >::FinalSuspend().
QVector<detail::DeadObjectInfo> LC::Util::ContextExtensions< typename >::DeadObjects_ |