![]() |
QtConcurrent
Trial to use Doxygen to generate UML class diagram of QtConcurrent module.
|
Classes | |
class | HasResultType |
struct | LazyResultType |
struct | LazyResultType< Functor, false > |
struct | MapResultType |
struct | MapResultType< InputSequence< T >, MapFunctor > |
struct | MapResultType< InputSequence< T >, U(*)(V)> |
struct | MapResultType< InputSequence< T >, U(C::*)() const > |
struct | MapResultType< QStringList, MapFunctor > |
struct | MapResultType< QStringList, U(*)(V)> |
struct | MapResultType< QStringList, U(C::*)() const > |
struct | MapResultType< void, T(C::*)() const > |
struct | MapResultType< void, U(*)(V)> |
struct | PushBackWrapper |
struct | ReduceResultType |
struct | ReduceResultType< T(C::*)(U)> |
struct | ReduceResultType< void(*)(U &, V)> |
Functions | |
template<typename T > | |
const T & | createFunctionWrapper (const T &t) |
template<typename T , typename U > | |
QtConcurrent::FunctionWrapper1< T, U > | createFunctionWrapper (T(*func)(U)) |
template<typename T , typename C > | |
QtConcurrent::MemberFunctionWrapper< T, C > | createFunctionWrapper (T(C::*func)()) |
template<typename T , typename C , typename U > | |
QtConcurrent::MemberFunctionWrapper1< T, C, U > | createFunctionWrapper (T(C::*func)(U)) |
template<typename T , typename C > | |
QtConcurrent::ConstMemberFunctionWrapper< T, C > | createFunctionWrapper (T(C::*func)() const) |
const T& QtPrivate::createFunctionWrapper | ( | const T & | t | ) |
QtConcurrent::FunctionWrapper1<T, U> QtPrivate::createFunctionWrapper | ( | T(*)(U) | func | ) |
QtConcurrent::MemberFunctionWrapper<T, C> QtPrivate::createFunctionWrapper | ( | T(C::*)() | func | ) |
QtConcurrent::MemberFunctionWrapper1<T, C, U> QtPrivate::createFunctionWrapper | ( | T(C::*)(U) | func | ) |
QtConcurrent::ConstMemberFunctionWrapper<T, C> QtPrivate::createFunctionWrapper | ( | T(C::*)() const | func | ) |