![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
\inmodule QtConcurrent More...
#include <qtconcurrentmapkernel.h>
Public Types | |
typedef void | ReturnType |
![]() | |
typedef void | ResultType |
![]() | |
typedef void | ResultType |
![]() | |
template<typename Callable> | |
using | if_callable = std::enable_if_t<std::is_invocable_r_v<void, Callable>, bool> |
Additional Inherited Members | |
![]() | |
template<typename Callable, if_callable< Callable > = true> | |
static QRunnable * | create (Callable &&functionToRun) |
static QRunnable * | create (std::nullptr_t)=delete |
![]() | |
const Iterator | begin |
const Iterator | end |
Iterator | current |
QAtomicInt | currentIndex |
QAtomicInt | iteratorThreads |
QAtomicInt | completed |
const int | iterationCount |
const bool | forIteration |
bool | progressReportingEnabled |
DefaultValueContainer< ResultType > | defaultValue |
![]() | |
virtual void | finish () |
virtual bool | shouldThrottleThread () |
![]() | |
QFutureInterfaceBase * | futureInterface |
QThreadPool * | threadPool |
ThreadEngineBarrier | barrier |
QtPrivate::ExceptionStore | exceptionStore |
QBasicMutex | mutex |
\inmodule QtConcurrent
Definition at line 22 of file qtconcurrentmapkernel.h.
typedef void QtConcurrent::MapKernel< Iterator, MapFunctor >::ReturnType |
Definition at line 26 of file qtconcurrentmapkernel.h.
|
inline |
Definition at line 28 of file qtconcurrentmapkernel.h.
References MapKernel().
Referenced by MapKernel().
|
inlineoverridevirtual |
Reimplemented from QtConcurrent::IterateKernel< Iterator, void >.
Definition at line 32 of file qtconcurrentmapkernel.h.
Referenced by runIterations().
|
inlineoverridevirtual |
Reimplemented from QtConcurrent::IterateKernel< Iterator, void >.
Definition at line 38 of file qtconcurrentmapkernel.h.
References runIteration().