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

#include <qtconcurrentstoredfunctioncall.h>

Inheritance diagram for QtConcurrent::StoredFunctorPointerCall0< T, FunctionPointer >:
Inheritance graph
Collaboration diagram for QtConcurrent::StoredFunctorPointerCall0< T, FunctionPointer >:
Collaboration graph

Public Member Functions

 StoredFunctorPointerCall0 (FunctionPointer *_function)
 
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
 
- Public Attributes inherited from QtConcurrent::RunFunctionTask< T >
result
 

Constructor & Destructor Documentation

◆ StoredFunctorPointerCall0()

template<typename T , typename FunctionPointer >
QtConcurrent::StoredFunctorPointerCall0< T, FunctionPointer >::StoredFunctorPointerCall0 ( FunctionPointer *  _function)
inline

Member Function Documentation

◆ runFunctor()

template<typename T , typename FunctionPointer >
void QtConcurrent::StoredFunctorPointerCall0< T, FunctionPointer >::runFunctor ( )
inlineoverridevirtual

Member Data Documentation

◆ function

template<typename T , typename FunctionPointer >
FunctionPointer* QtConcurrent::StoredFunctorPointerCall0< T, FunctionPointer >::function

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