QtConcurrent
Trial to use Doxygen to generate UML class diagram of QtConcurrent module.
Classes | Namespaces | Functions
qtconcurrentiteratekernel.h File Reference
#include <QtConcurrent/qtconcurrent_global.h>
#include <QtCore/qatomic.h>
#include <QtConcurrent/qtconcurrentmedian.h>
#include <QtConcurrent/qtconcurrentthreadengine.h>
#include <iterator>
Include dependency graph for qtconcurrentiteratekernel.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  QtConcurrent::BlockSizeManager
 
class  QtConcurrent::BlockSizeManagerV2
 
class  QtConcurrent::ResultReporter< T >
 
class  QtConcurrent::ResultReporter< void >
 
class  QtConcurrent::IterateKernel< Iterator, T >
 

Namespaces

 QtConcurrent
 The QtConcurrent namespace provides high-level APIs that make it possible to write multi-threaded programs without using low-level threading primitives.
 

Functions

bool QtConcurrent::selectIteration (std::bidirectional_iterator_tag)
 
bool QtConcurrent::selectIteration (std::forward_iterator_tag)
 
bool QtConcurrent::selectIteration (std::random_access_iterator_tag)