FilteredReducedKernel< ReducedResultType, Iterator, KeepFunctor, ReduceFunctor, Reducer > Class Template Reference
#include <qtconcurrentfilterkernel.h>
template<typename ReducedResultType, typename Iterator, typename KeepFunctor, typename ReduceFunctor, typename Reducer = ReduceKernel<ReduceFunctor, ReducedResultType, typename qValueType<Iterator>::value_type>>
class QtConcurrent::FilteredReducedKernel< ReducedResultType, Iterator, KeepFunctor, ReduceFunctor, Reducer >
Definition at line 164 of file qtconcurrentfilterkernel.h.
|
| | FilteredReducedKernel (Iterator begin, Iterator end, KeepFunctor _keep, ReduceFunctor _reduce, ReduceOptions reduceOption) |
| |
| bool | runIteration (Iterator it, int index, ReducedResultType *) |
| |
| bool | runIterations (Iterator sequenceBeginIterator, int begin, int end, ReducedResultType *) |
| |
| void | finish () |
| |
| bool | shouldThrottleThread () |
| |
| bool | shouldStartThread () |
| |
| ReducedResultType * | result () |
| |
| | IterateKernel (Iterator _begin, Iterator _end) |
| |
| virtual | ~IterateKernel () |
| |
| void | start () |
| |
| bool | shouldStartThread () |
| |
| ThreadFunctionResult | threadFunction () |
| |
| ThreadFunctionResult | forThreadFunction () |
| |
| ThreadFunctionResult | whileThreadFunction () |
| |
| QFutureInterface< ReducedResultType > * | futureInterfaceTyped () |
| |
| ReducedResultType * | startSingleThreaded () |
| |
| ReducedResultType * | startBlocking () |
| |
| QFuture< ReducedResultType > | startAsynchronously () |
| |
| void | asynchronousFinish () |
| |
| void | reportResult (const ReducedResultType *_result, int index=-1) |
| |
| void | reportResults (const QVector< ReducedResultType > &_result, int index=-1, int count=-1) |
| |
| | ThreadEngineBase () |
| |
| virtual | ~ThreadEngineBase () |
| |
| void | startSingleThreaded () |
| |
| void | startBlocking () |
| |
| void | startThread () |
| |
| bool | isCanceled () |
| |
| void | waitForResume () |
| |
| bool | isProgressReportingEnabled () |
| |
| void | setProgressValue (int progress) |
| |
| void | setProgressRange (int minimum, int maximum) |
| |
| void | acquireBarrierSemaphore () |
| |
| | QRunnable () |
| |
| virtual | ~QRunnable () |
| |
| bool | autoDelete () const |
| |
| void | setAutoDelete (bool _autoDelete) |
| |
| FilteredReducedKernel |
( |
Iterator |
begin, |
|
|
Iterator |
end, |
|
|
KeepFunctor |
_keep, |
|
|
ReduceFunctor |
_reduce, |
|
|
ReduceOptions |
reduceOption |
|
) |
| |
|
inline |
| bool runIteration |
( |
Iterator |
it, |
|
|
int |
index, |
|
|
ReducedResultType * |
|
|
) |
| |
|
inlinevirtual |
| bool runIterations |
( |
Iterator |
sequenceBeginIterator, |
|
|
int |
begin, |
|
|
int |
end, |
|
|
ReducedResultType * |
|
|
) |
| |
|
inlinevirtual |
| bool shouldThrottleThread |
( |
| ) |
|
|
inlinevirtual |
| bool shouldStartThread |
( |
| ) |
|
|
inlinevirtual |
| ReducedResultType* result |
( |
| ) |
|
|
inlinevirtual |
The documentation for this class was generated from the following file: