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

Go to the source code of this file.

Classes

class  QtConcurrent::ThreadEngineBarrier
 
class  QtConcurrent::ThreadEngineBase
 
class  QtConcurrent::ThreadEngine< T >
 
class  QtConcurrent::ThreadEngineStarterBase< T >
 
class  QtConcurrent::ThreadEngineStarter< T >
 
class  QtConcurrent::ThreadEngineStarter< void >
 

Namespaces

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

Enumerations

enum  QtConcurrent::ThreadFunctionResult { QtConcurrent::ThrottleThread, QtConcurrent::ThreadFinished }
 

Functions

template<typename ThreadEngine >
ThreadEngineStarter< typename ThreadEngine::ResultType > QtConcurrent::startThreadEngine (ThreadEngine *threadEngine)
 [qtconcurrentthreadengine-1] More...