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

#include <qtconcurrentstoredfunctioncall.h>

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

Public Member Functions

 VoidStoredFunctorPointerCall0 (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

◆ VoidStoredFunctorPointerCall0()

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

Member Function Documentation

◆ runFunctor()

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

Member Data Documentation

◆ function

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

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