Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
Loading...
Searching...
No Matches
qtconcurrentmapkernel.h File Reference

(ca50d727785544237eb9f2d9d9a1d1d465772f2f)

#include <QtConcurrent/qtconcurrent_global.h>
#include <QtConcurrent/qtconcurrentiteratekernel.h>
#include <QtConcurrent/qtconcurrentreducekernel.h>
#include <QtConcurrent/qtconcurrentfunctionwrappers.h>
Include dependency graph for qtconcurrentmapkernel.h:

Go to the source code of this file.

Classes

class  QtConcurrent::MapKernel< Iterator, MapFunctor >
 \inmodule QtConcurrent More...
class  QtConcurrent::MappedReducedKernel< ReducedResultType, Iterator, MapFunctor, ReduceFunctor, Reducer >
 \inmodule QtConcurrent More...
class  QtConcurrent::MappedEachKernel< Iterator, MapFunctor >
 \inmodule QtConcurrent More...
class  QtConcurrent::SequenceHolder1< Sequence, Base, Functor >
 \inmodule QtConcurrent More...

Namespaces

namespace  QtConcurrent
 \inmodule QtConcurrent

Functions

template<typename Iterator, typename Functor>
ThreadEngineStarter< voidQtConcurrent::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]