Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
Loading...
Searching...
No Matches
QtConcurrent::ResultReporter< T > Class Template Reference

\inmodule QtConcurrent More...

#include <qtconcurrentiteratekernel.h>

Collaboration diagram for QtConcurrent::ResultReporter< T >:

Public Member Functions

 ResultReporter (ThreadEngine< T > *_threadEngine, T &_defaultValue)
void reserveSpace (int resultCount)
void reportResults (int begin)
T * getPointer ()

Public Attributes

int currentResultCount = 0
ThreadEngine< T > * threadEngine
QList< T > vector

Detailed Description

template<typename T>
class QtConcurrent::ResultReporter< T >

\inmodule QtConcurrent

Definition at line 58 of file qtconcurrentiteratekernel.h.

Constructor & Destructor Documentation

◆ ResultReporter()

template<typename T>
QtConcurrent::ResultReporter< T >::ResultReporter ( ThreadEngine< T > * _threadEngine,
T & _defaultValue )
inline

Definition at line 61 of file qtconcurrentiteratekernel.h.

Member Function Documentation

◆ getPointer()

template<typename T>
T * QtConcurrent::ResultReporter< T >::getPointer ( )
inline

Definition at line 84 of file qtconcurrentiteratekernel.h.

◆ reportResults()

template<typename T>
void QtConcurrent::ResultReporter< T >::reportResults ( int begin)
inline

Definition at line 72 of file qtconcurrentiteratekernel.h.

◆ reserveSpace()

template<typename T>
void QtConcurrent::ResultReporter< T >::reserveSpace ( int resultCount)
inline

Definition at line 66 of file qtconcurrentiteratekernel.h.

Member Data Documentation

◆ currentResultCount

template<typename T>
int QtConcurrent::ResultReporter< T >::currentResultCount = 0

Definition at line 89 of file qtconcurrentiteratekernel.h.

◆ threadEngine

template<typename T>
ThreadEngine<T>* QtConcurrent::ResultReporter< T >::threadEngine

Definition at line 90 of file qtconcurrentiteratekernel.h.

◆ vector

template<typename T>
QList<T> QtConcurrent::ResultReporter< T >::vector

Definition at line 91 of file qtconcurrentiteratekernel.h.


The documentation for this class was generated from the following file: