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

#include <qtconcurrentstoredfunctioncall.h>

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

Public Member Functions

 StoredFunctorPointerCall2 (FunctionPointer *_function, const Arg1 &_arg1, const Arg2 &_arg2)
 
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
 
- Public Attributes inherited from QtConcurrent::RunFunctionTask< T >
result
 

Constructor & Destructor Documentation

◆ StoredFunctorPointerCall2()

template<typename T , typename FunctionPointer , typename Arg1 , typename Arg2 >
QtConcurrent::StoredFunctorPointerCall2< T, FunctionPointer, Arg1, Arg2 >::StoredFunctorPointerCall2 ( FunctionPointer *  _function,
const Arg1 &  _arg1,
const Arg2 &  _arg2 
)
inline

Member Function Documentation

◆ runFunctor()

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

Member Data Documentation

◆ arg1

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

◆ arg2

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

◆ function

template<typename T , typename FunctionPointer , typename Arg1 , typename Arg2 >
FunctionPointer* QtConcurrent::StoredFunctorPointerCall2< T, FunctionPointer, Arg1, Arg2 >::function

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