![]() |
Qt 6.x
The Qt SDK
|
\inmodule QtConcurrent More...
#include <qtconcurrentfilterkernel.h>
Public Types | |
typedef ReducedResultType | ReturnType |
typedef ReducedResultType | ResultType |
![]() | |
typedef ReducedResultType | ResultType |
![]() | |
typedef T | ResultType |
![]() | |
template<typename Callable > | |
using | if_callable = std::enable_if_t< std::is_invocable_r_v< void, Callable >, bool > |
Public Member Functions | |
template<typename Keep = KeepFunctor, typename Reduce = ReduceFunctor> | |
FilteredReducedKernel (QThreadPool *pool, Iterator begin, Iterator end, Keep &&_keep, Reduce &&_reduce, ReduceOptions reduceOption) | |
template<typename Keep = KeepFunctor, typename Reduce = ReduceFunctor> | |
FilteredReducedKernel (QThreadPool *pool, Iterator begin, Iterator end, Keep &&_keep, Reduce &&_reduce, ReducedResultType &&initialValue, ReduceOptions reduceOption) | |
bool | runIteration (Iterator it, int index, ReducedResultType *) override |
bool | runIterations (Iterator sequenceBeginIterator, int begin, int end, ReducedResultType *) override |
void | finish () override |
bool | shouldThrottleThread () override |
bool | shouldStartThread () override |
ReducedResultType * | result () override |
![]() | |
IterateKernel (QThreadPool *pool, Iterator _begin, Iterator _end) | |
IterateKernel (QThreadPool *pool, Iterator _begin, Iterator _end) | |
IterateKernel (QThreadPool *pool, Iterator _begin, Iterator _end, U &&_defaultValue) | |
virtual | ~IterateKernel () |
virtual bool | runIteration (Iterator, int, ReducedResultType *) |
virtual bool | runIterations (Iterator, int, int, ReducedResultType *) |
void | start () override |
bool | shouldStartThread () override |
ThreadFunctionResult | threadFunction () override |
ThreadFunctionResult | forThreadFunction () |
ThreadFunctionResult | whileThreadFunction () |
![]() | |
ThreadEngine (QThreadPool *pool) | |
virtual T * | result () |
QFutureInterface< T > * | futureInterfaceTyped () |
T * | startSingleThreaded () |
QFuture< T > | startAsynchronously () |
void | asynchronousFinish () override |
void | reportResult (const T *_result, int index=-1) |
void | reportResults (const QList< T > &_result, int index=-1, int count=-1) |
![]() | |
ThreadEngineBase (QThreadPool *pool) | |
virtual | ~ThreadEngineBase () |
void | startSingleThreaded () |
void | startThread () |
bool | isCanceled () |
void | waitForResume () |
bool | isProgressReportingEnabled () |
void | setProgressValue (int progress) |
void | setProgressRange (int minimum, int maximum) |
void | acquireBarrierSemaphore () |
void | reportIfSuspensionDone () const |
![]() | |
virtual void | run ()=0 |
Implement this pure virtual function in your subclass. | |
constexpr | QRunnable () noexcept=default |
Constructs a QRunnable. | |
virtual | ~QRunnable () |
QRunnable virtual destructor. | |
bool | autoDelete () const |
Returns true is auto-deletion is enabled; false otherwise. | |
void | setAutoDelete (bool autoDelete) |
Enables auto-deletion if autoDelete is true; otherwise auto-deletion is disabled. | |
template<typename Callable , if_callable< Callable > = true> | |
QGenericRunnable (Callable &&c) | |
~QGenericRunnable () override | |
void | run () override |
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 | start () |
virtual void | finish () |
virtual ThreadFunctionResult | threadFunction () |
virtual bool | shouldStartThread () |
virtual bool | shouldThrottleThread () |
![]() | |
QFutureInterfaceBase * | futureInterface |
QThreadPool * | threadPool |
ThreadEngineBarrier | barrier |
QtPrivate::ExceptionStore | exceptionStore |
QBasicMutex | mutex |
\inmodule QtConcurrent
Definition at line 125 of file qtconcurrentfilterkernel.h.
typedef ReducedResultType QtConcurrent::FilteredReducedKernel< ReducedResultType, Iterator, KeepFunctor, ReduceFunctor, Reducer >::ResultType |
Definition at line 204 of file qtconcurrentfilterkernel.h.
typedef ReducedResultType QtConcurrent::FilteredReducedKernel< ReducedResultType, Iterator, KeepFunctor, ReduceFunctor, Reducer >::ReturnType |
Definition at line 203 of file qtconcurrentfilterkernel.h.
|
inline |
Definition at line 135 of file qtconcurrentfilterkernel.h.
|
inline |
Definition at line 145 of file qtconcurrentfilterkernel.h.
|
inlineoverridevirtual |
Reimplemented from QtConcurrent::ThreadEngineBase.
Definition at line 188 of file qtconcurrentfilterkernel.h.
|
inlineoverridevirtual |
Reimplemented from QtConcurrent::ThreadEngine< T >.
Definition at line 205 of file qtconcurrentfilterkernel.h.
|
inlineoverridevirtual |
Reimplemented from QtConcurrent::IterateKernel< Iterator, ReducedResultType >.
Definition at line 156 of file qtconcurrentfilterkernel.h.
References QList< T >::append(), QList< T >::begin(), QList< T >::end(), it, and results.
|
inlineoverridevirtual |
Reimplemented from QtConcurrent::IterateKernel< Iterator, ReducedResultType >.
Definition at line 169 of file qtconcurrentfilterkernel.h.
References QList< T >::append(), QtConcurrent::IterateKernel< Iterator, ReducedResultType >::begin, QList< T >::begin(), QtConcurrent::IterateKernel< Iterator, ReducedResultType >::end, QList< T >::end(), i, it, QList< T >::reserve(), and results.
|
inlineoverridevirtual |
Reimplemented from QtConcurrent::ThreadEngineBase.
Definition at line 198 of file qtconcurrentfilterkernel.h.
References QtConcurrent::IterateKernel< Iterator, ReducedResultType >::shouldStartThread().
|
inlineoverridevirtual |
Reimplemented from QtConcurrent::ThreadEngineBase.
Definition at line 193 of file qtconcurrentfilterkernel.h.
References QtConcurrent::ThreadEngineBase::shouldThrottleThread().