![]() |
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 |
| Public Types inherited from QtConcurrent::IterateKernel< Iterator, void > | |
| typedef void | ResultType |
| Public Types inherited from QtConcurrent::ThreadEngine< void > | |
| typedef void | ResultType |
| Public Types inherited from QRunnable | |
| template<typename Callable> | |
| using | if_callable = std::enable_if_t<std::is_invocable_r_v<void, Callable>, bool> |
Additional Inherited Members | |
| Static Public Member Functions inherited from QRunnable | |
| template<typename Callable, if_callable< Callable > = true> | |
| static QRunnable * | create (Callable &&functionToRun) |
| static QRunnable * | create (std::nullptr_t)=delete |
| Public Attributes inherited from QtConcurrent::IterateKernel< Iterator, void > | |
| 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 |
| Protected Member Functions inherited from QtConcurrent::ThreadEngineBase | |
| virtual void | finish () |
| virtual bool | shouldThrottleThread () |
| Protected Attributes inherited from QtConcurrent::ThreadEngineBase | |
| QFutureInterfaceBase * | futureInterface |
| QThreadPool * | threadPool |
| ThreadEngineBarrier | barrier |
| QtPrivate::ExceptionStore | exceptionStore |
| QBasicMutex | mutex |
\inmodule QtConcurrent
Definition at line 23 of file qtconcurrentmapkernel.h.
| typedef void QtConcurrent::MapKernel< Iterator, MapFunctor >::ReturnType |
Definition at line 27 of file qtconcurrentmapkernel.h.
|
inline |
Definition at line 29 of file qtconcurrentmapkernel.h.
References MapKernel().
Referenced by MapKernel().
|
inlineoverridevirtual |
Reimplemented from QtConcurrent::IterateKernel< Iterator, void >.
Definition at line 33 of file qtconcurrentmapkernel.h.
Referenced by runIterations().
|
inlineoverridevirtual |
Reimplemented from QtConcurrent::IterateKernel< Iterator, void >.
Definition at line 39 of file qtconcurrentmapkernel.h.
References runIteration().