![]() |
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 <qtconcurrentfilterkernel.h>
Public Types | |
typedef T | ReturnType |
typedef T | ResultType |
Public Types inherited from QtConcurrent::IterateKernel< Iterator, qValueType< Iterator >::value_type > | |
typedef qValueType< Iterator >::value_type | ResultType |
Public Types inherited from QtConcurrent::ThreadEngine< qValueType< Iterator >::value_type > | |
typedef qValueType< Iterator >::value_type | 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, qValueType< Iterator >::value_type > | |
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 214 of file qtconcurrentfilterkernel.h.
typedef T QtConcurrent::FilteredEachKernel< Iterator, KeepFunctor >::ResultType |
Definition at line 223 of file qtconcurrentfilterkernel.h.
typedef T QtConcurrent::FilteredEachKernel< Iterator, KeepFunctor >::ReturnType |
Definition at line 222 of file qtconcurrentfilterkernel.h.
|
inline |
Definition at line 226 of file qtconcurrentfilterkernel.h.
References FilteredEachKernel().
Referenced by FilteredEachKernel().
|
inlineoverride |
Definition at line 237 of file qtconcurrentfilterkernel.h.
|
inlineoverride |
Definition at line 246 of file qtconcurrentfilterkernel.h.
|
inlineoverridevirtual |
Reimplemented from QtConcurrent::ThreadEngineBase.
Definition at line 230 of file qtconcurrentfilterkernel.h.