QtConcurrent
Trial to use Doxygen to generate UML class diagram of QtConcurrent module.
Public Attributes | List of all members
QtConcurrent::IntermediateResults< T > Class Template Reference

#include <qtconcurrentreducekernel.h>

Collaboration diagram for QtConcurrent::IntermediateResults< T >:
Collaboration graph

Public Attributes

int begin
 
int end
 
QVector< T > vector
 

Member Data Documentation

◆ begin

template<typename T>
int QtConcurrent::IntermediateResults< T >::begin

◆ end

template<typename T>
int QtConcurrent::IntermediateResults< T >::end

◆ vector

template<typename T>
QVector<T> QtConcurrent::IntermediateResults< T >::vector

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