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::FailureHandler< Function, ResultType > Member List

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

create(F &&function, QFuture< ResultType > *future, const QFutureInterface< ResultType > &fi)QtPrivate::FailureHandler< Function, ResultType >static
create(F &&function, QFuture< ResultType > *future, QFutureInterface< ResultType > &fi, QObject *context)QtPrivate::FailureHandler< Function, ResultType >static
FailureHandler(F &&func, const QFuture< ResultType > &f, QPromise< ResultType > &&p)QtPrivate::FailureHandler< Function, ResultType >inline
run()QtPrivate::FailureHandler< Function, ResultType >