MappedReducedKernel
#include <QtCore/QtConcurrent/MappedReducedKernel>
More information will be added here shortly. For now, you'll find more extensive information about this class in the Qt reference for QtConcurrent::MappedReducedKernel
Overview
Public Types Index
ReducedResultType | ResultType |
ReducedResultType | ReturnType |
Public Attributes Index
Only has inherited public attributes
const Iterator | begin![]() |
QAtomicInt | completed![]() |
Iterator | current![]() |
QAtomicInt | currentIndex![]() |
const Iterator | end![]() |
bool | forIteration![]() |
int | iterationCount![]() |
QAtomicInt | iteratorThreads![]() |
bool | progressReportingEnabled![]() |
Protected Attributes Index
Only has inherited protected attributes
ThreadEngineBarrier | barrier![]() |
QtConcurrent::internal::ExceptionStore | exceptionStore![]() |
QFutureInterfaceBase * | futureInterface![]() |
QThreadPool * | threadPool![]() |
Public Functions Index
MappedReducedKernel (Iterator begin, Iterator end, MapFunctor _map, ReduceFunctor _reduce, ReduceOptions reduceOptions) | |
MappedReducedKernel (ReducedResultType initialValue, MapFunctor _map, ReduceFunctor _reduce) | |
virtual void | finish () |
virtual ReducedResultType * | result () |
virtual bool | runIteration (Iterator it, int index, ReducedResultType *) |
virtual bool | runIterations (Iterator sequenceBeginIterator, int begin, int end, ReducedResultType *) |
virtual bool | shouldStartThread () |
virtual bool | shouldThrottleThread () |
void | acquireBarrierSemaphore ()![]() |
virtual void | asynchronousFinish ()![]() |
bool | autoDelete () const ![]() |
ThreadFunctionResult | forThreadFunction ()![]() |
QFutureInterface< T > * | futureInterfaceTyped ()![]() |
bool | isCanceled ()![]() |
bool | isProgressReportingEnabled ()![]() |
IterateKernel (Iterator _begin, Iterator _end)![]() | |
QRunnable ()![]() | |
void | reportResult (const T *_result, int index=-1)![]() |
void | reportResults (const QVector< T > &_result, int index=-1, int count=-1)![]() |
void | setAutoDelete (bool _autoDelete)![]() |
void | setProgressRange (int minimum, int maximum)![]() |
void | setProgressValue (int progress)![]() |
virtual void | start ()![]() |
QFuture< T > | startAsynchronously ()![]() |
T * | startBlocking ()![]() |
T * | startSingleThreaded ()![]() |
void | startThread ()![]() |
ThreadEngineBase ()![]() | |
virtual ThreadFunctionResult | threadFunction ()![]() |
void | waitForResume ()![]() |
ThreadFunctionResult | whileThreadFunction ()![]() |
Public Types
typedef ReducedResultType
typedef ReducedResultType
Public Attributes
(Only has inherited public attributes)
Protected Attributes
(Only has inherited protected attributes)
Public Functions
virtual void
virtual ReducedResultType *
virtual bool
virtual bool
virtual bool
virtual bool
void 
virtual void 
bool 
ThreadFunctionResult 
QFutureInterface< T > * 
bool 
bool 
void 
void 
void 
void 
void 
virtual void 
QFuture< T > 
T * 
T * 
void 
virtual ThreadFunctionResult 
void 
ThreadFunctionResult 
© 2013 Digia Plc and/or its subsidiaries. Documentation contributions included herein are the copyrights of their respective owners.
The documentation provided herein is licensed under the terms of the GNU Free Documentation License version 1.3 as published by the Free Software Foundation.
Documentation sources may be obtained from www.qt-project.org.
Digia, Qt and their respective logos are trademarks of Digia Plc in Finland and/or other countries worldwide. All other trademarks are property of their respective owners. Privacy Policy