Qt
Internal/Contributor docs for the Qt SDK. <b>Note:</b> These are NOT official API docs; those are found <a href='https://doc.qt.io/'>here</a>.
Loading...
Searching...
No Matches
QtPrivate::SyncContinuation< Function, ResultType, ParentResultType > Member List

This is the complete list of members for QtPrivate::SyncContinuation< Function, ResultType, ParentResultType >, including all inherited members.

Continuation(F &&func, const QFuture< ParentResultType > &f, QPromise< ResultType > &&p)QtPrivate::Continuation< Function, ResultType, ParentResultType >inline
create(F &&func, QFuture< ParentResultType > *f, QFutureInterface< ResultType > &fi, QtFuture::Launch policy)QtPrivate::Continuation< Function, ResultType, ParentResultType >static
create(F &&func, QFuture< ParentResultType > *f, QFutureInterface< ResultType > &fi, QThreadPool *pool)QtPrivate::Continuation< Function, ResultType, ParentResultType >static
create(F &&func, QFuture< ParentResultType > *f, QFutureInterface< ResultType > &fi, QObject *context)QtPrivate::Continuation< Function, ResultType, ParentResultType >static
execute()QtPrivate::Continuation< Function, ResultType, ParentResultType >
functionQtPrivate::Continuation< Function, ResultType, ParentResultType >protected
parentFutureQtPrivate::Continuation< Function, ResultType, ParentResultType >protected
promiseQtPrivate::Continuation< Function, ResultType, ParentResultType >protected
runFunction()QtPrivate::Continuation< Function, ResultType, ParentResultType >protected
runImpl() overrideQtPrivate::SyncContinuation< Function, ResultType, ParentResultType >inlineprivatevirtual
SyncContinuation(F &&func, const QFuture< ParentResultType > &f, QPromise< ResultType > &&p)QtPrivate::SyncContinuation< Function, ResultType, ParentResultType >inline
~Continuation()=defaultQtPrivate::Continuation< Function, ResultType, ParentResultType >virtual
~SyncContinuation() override=defaultQtPrivate::SyncContinuation< Function, ResultType, ParentResultType >