#include <QtConcurrent/qtconcurrent_global.h>
#include <QtConcurrent/qtconcurrentrunbase.h>
#include <QtCore/qpromise.h>
#include <type_traits>
Go to the source code of this file.
|
struct | QtConcurrent::NonMemberFunctionResolver< Function, PromiseType, Args... > |
|
struct | QtConcurrent::MemberFunctionResolver< Function, PromiseType, Arg, Args... > |
|
struct | QtConcurrent::FunctionResolverHelper< std::false_type, Function, PromiseType, Args... > |
|
struct | QtConcurrent::FunctionResolverHelper< std::true_type, Function, PromiseType, Args... > |
|
struct | QtConcurrent::FunctionResolver< Function, PromiseType, Args > |
|
struct | QtConcurrent::InvokeResult< Function, Args > |
|
struct | QtConcurrent::StoredFunctionCall< Function, Args > |
|
struct | QtConcurrent::StoredFunctionCallWithPromise< Function, PromiseType, Args > |
|
struct | QtConcurrent::NonPromiseTaskResolver< Function, Args... > |
|
struct | QtConcurrent::PromiseTaskResolver< Function, Args... > |
|
struct | QtConcurrent::TaskResolverHelper< std::true_type, Function, Args... > |
|
struct | QtConcurrent::TaskResolverHelper< std::false_type, Function, Args... > |
|
struct | QtConcurrent::TaskResolver< Function, Args > |
|