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 57 of file qtconcurrentiteratekernel.h.

Constructor & Destructor Documentation

◆ ResultReporter()

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

Definition at line 60 of file qtconcurrentiteratekernel.h.

Member Function Documentation

◆ getPointer()

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

Definition at line 83 of file qtconcurrentiteratekernel.h.

◆ reportResults()

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

Definition at line 71 of file qtconcurrentiteratekernel.h.

◆ reserveSpace()

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

Definition at line 65 of file qtconcurrentiteratekernel.h.

Member Data Documentation

◆ currentResultCount

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

Definition at line 88 of file qtconcurrentiteratekernel.h.

◆ threadEngine

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

Definition at line 89 of file qtconcurrentiteratekernel.h.

◆ vector

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

Definition at line 90 of file qtconcurrentiteratekernel.h.


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