QtConcurrent
Trial to use Doxygen to generate UML class diagram of QtConcurrent module.
Public Member Functions | Public Attributes | List of all members
QtConcurrent::StoredFunctorCall3< T, FunctionPointer, Arg1, Arg2, Arg3 > Struct Template Reference

#include <qtconcurrentstoredfunctioncall.h>

Inheritance diagram for QtConcurrent::StoredFunctorCall3< T, FunctionPointer, Arg1, Arg2, Arg3 >:
Inheritance graph
Collaboration diagram for QtConcurrent::StoredFunctorCall3< T, FunctionPointer, Arg1, Arg2, Arg3 >:
Collaboration graph

Public Member Functions

 StoredFunctorCall3 (FunctionPointer _function, const Arg1 &_arg1, const Arg2 &_arg2, const Arg3 &_arg3)
 
void runFunctor () override
 
- Public Member Functions inherited from QtConcurrent::RunFunctionTask< T >
void run () override
 
- Public Member Functions inherited from QtConcurrent::RunFunctionTaskBase< T >
QFuture< T > start ()
 
QFuture< T > start (QThreadPool *pool)
 
void run () override
 

Public Attributes

FunctionPointer function
 
Arg1 arg1
 
Arg2 arg2
 
Arg3 arg3
 
- Public Attributes inherited from QtConcurrent::RunFunctionTask< T >
result
 

Constructor & Destructor Documentation

◆ StoredFunctorCall3()

template<typename T , typename FunctionPointer , typename Arg1 , typename Arg2 , typename Arg3 >
QtConcurrent::StoredFunctorCall3< T, FunctionPointer, Arg1, Arg2, Arg3 >::StoredFunctorCall3 ( FunctionPointer  _function,
const Arg1 &  _arg1,
const Arg2 &  _arg2,
const Arg3 &  _arg3 
)
inline

Member Function Documentation

◆ runFunctor()

template<typename T , typename FunctionPointer , typename Arg1 , typename Arg2 , typename Arg3 >
void QtConcurrent::StoredFunctorCall3< T, FunctionPointer, Arg1, Arg2, Arg3 >::runFunctor ( )
inlineoverridevirtual

Member Data Documentation

◆ arg1

template<typename T , typename FunctionPointer , typename Arg1 , typename Arg2 , typename Arg3 >
Arg1 QtConcurrent::StoredFunctorCall3< T, FunctionPointer, Arg1, Arg2, Arg3 >::arg1

◆ arg2

template<typename T , typename FunctionPointer , typename Arg1 , typename Arg2 , typename Arg3 >
Arg2 QtConcurrent::StoredFunctorCall3< T, FunctionPointer, Arg1, Arg2, Arg3 >::arg2

◆ arg3

template<typename T , typename FunctionPointer , typename Arg1 , typename Arg2 , typename Arg3 >
Arg3 QtConcurrent::StoredFunctorCall3< T, FunctionPointer, Arg1, Arg2, Arg3 >::arg3

◆ function

template<typename T , typename FunctionPointer , typename Arg1 , typename Arg2 , typename Arg3 >
FunctionPointer QtConcurrent::StoredFunctorCall3< T, FunctionPointer, Arg1, Arg2, Arg3 >::function

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