![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#include <QtConcurrent/qtconcurrent_global.h>#include <QtConcurrent/qtconcurrentiteratekernel.h>#include <QtConcurrent/qtconcurrentreducekernel.h>#include <QtConcurrent/qtconcurrentfunctionwrappers.h>Go to the source code of this file.
Namespaces | |
| namespace | QtConcurrent |
| \inmodule QtConcurrent | |
Functions | |
| template<typename Iterator, typename Functor> | |
| ThreadEngineStarter< void > | QtConcurrent::startMap (QThreadPool *pool, Iterator begin, Iterator end, Functor &&functor) |
| [qtconcurrentmapkernel-1] | |
| template<typename T, typename Iterator, typename Functor> | |
| ThreadEngineStarter< T > | QtConcurrent::startMapped (QThreadPool *pool, Iterator begin, Iterator end, Functor &&functor) |
| [qtconcurrentmapkernel-2] | |
| template<typename T, typename Sequence, typename Functor> | |
| ThreadEngineStarter< T > | QtConcurrent::startMapped (QThreadPool *pool, Sequence &&sequence, Functor &&functor) |
| [qtconcurrentmapkernel-3] | |
| template<typename IntermediateType, typename ResultType, typename Sequence, typename MapFunctor, typename ReduceFunctor> | |
| ThreadEngineStarter< ResultType > | QtConcurrent::startMappedReduced (QThreadPool *pool, Sequence &&sequence, MapFunctor &&mapFunctor, ReduceFunctor &&reduceFunctor, ReduceOptions options) |
| [qtconcurrentmapkernel-4] | |
| template<typename IntermediateType, typename ResultType, typename Iterator, typename MapFunctor, typename ReduceFunctor> | |
| ThreadEngineStarter< ResultType > | QtConcurrent::startMappedReduced (QThreadPool *pool, Iterator begin, Iterator end, MapFunctor &&mapFunctor, ReduceFunctor &&reduceFunctor, ReduceOptions options) |
| [qtconcurrentmapkernel-5] | |
| template<typename IntermediateType, typename ResultType, typename Sequence, typename MapFunctor, typename ReduceFunctor> | |
| ThreadEngineStarter< ResultType > | QtConcurrent::startMappedReduced (QThreadPool *pool, Sequence &&sequence, MapFunctor &&mapFunctor, ReduceFunctor &&reduceFunctor, ResultType &&initialValue, ReduceOptions options) |
| [qtconcurrentmapkernel-6] | |
| template<typename IntermediateType, typename ResultType, typename Iterator, typename MapFunctor, typename ReduceFunctor> | |
| ThreadEngineStarter< ResultType > | QtConcurrent::startMappedReduced (QThreadPool *pool, Iterator begin, Iterator end, MapFunctor &&mapFunctor, ReduceFunctor &&reduceFunctor, ResultType &&initialValue, ReduceOptions options) |
| [qtconcurrentmapkernel-7] | |