QtConcurrent
Trial to use Doxygen to generate UML class diagram of QtConcurrent module.
Classes | Namespaces | Functions
qtconcurrentfunctionwrappers.h File Reference
#include <QtConcurrent/qtconcurrentcompilertest.h>
#include <QtCore/QStringList>
Include dependency graph for qtconcurrentfunctionwrappers.h:

Go to the source code of this file.

Classes

class  QtConcurrent::FunctionWrapper0< T >
 
class  QtConcurrent::FunctionWrapper1< T, U >
 
class  QtConcurrent::FunctionWrapper2< T, U, V >
 
class  QtConcurrent::MemberFunctionWrapper< T, C >
 
class  QtConcurrent::MemberFunctionWrapper1< T, C, U >
 
class  QtConcurrent::ConstMemberFunctionWrapper< T, C >
 
struct  QtPrivate::PushBackWrapper
 
struct  QtPrivate::LazyResultType< Functor, foo >
 
struct  QtPrivate::LazyResultType< Functor, false >
 
struct  QtPrivate::ReduceResultType< T >
 
struct  QtPrivate::ReduceResultType< void(*)(U &, V)>
 
struct  QtPrivate::ReduceResultType< T(C::*)(U)>
 
struct  QtPrivate::MapResultType< InputSequence, MapFunctor >
 
struct  QtPrivate::MapResultType< void, U(*)(V)>
 
struct  QtPrivate::MapResultType< void, T(C::*)() const >
 
struct  QtPrivate::MapResultType< InputSequence< T >, MapFunctor >
 
struct  QtPrivate::MapResultType< InputSequence< T >, U(*)(V)>
 
struct  QtPrivate::MapResultType< InputSequence< T >, U(C::*)() const >
 
struct  QtPrivate::MapResultType< QStringList, MapFunctor >
 
struct  QtPrivate::MapResultType< QStringList, U(*)(V)>
 
struct  QtPrivate::MapResultType< QStringList, U(C::*)() const >
 

Namespaces

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

Functions

template<typename T >
const T & QtPrivate::createFunctionWrapper (const T &t)
 
template<typename T , typename U >
QtConcurrent::FunctionWrapper1< T, U > QtPrivate::createFunctionWrapper (T(*func)(U))
 
template<typename T , typename C >
QtConcurrent::MemberFunctionWrapper< T, C > QtPrivate::createFunctionWrapper (T(C::*func)())
 
template<typename T , typename C , typename U >
QtConcurrent::MemberFunctionWrapper1< T, C, U > QtPrivate::createFunctionWrapper (T(C::*func)(U))
 
template<typename T , typename C >
QtConcurrent::ConstMemberFunctionWrapper< T, C > QtPrivate::createFunctionWrapper (T(C::*func)() const)