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

#include <qtconcurrentstoredfunctioncall.h>

Inheritance diagram for QtConcurrent::StoredFunctorCall0< void, FunctionPointer >:
Inheritance graph
Collaboration diagram for QtConcurrent::StoredFunctorCall0< void, FunctionPointer >:
Collaboration graph

Public Member Functions

 StoredFunctorCall0 (FunctionPointer _function)
 
void runFunctor () override
 
- Public Member Functions inherited from QtConcurrent::RunFunctionTask< void >
void run () override
 
- Public Member Functions inherited from QtConcurrent::RunFunctionTaskBase< void >
QFuture< void > start ()
 
QFuture< void > start (QThreadPool *pool)
 
void run () override
 

Public Attributes

FunctionPointer function
 

Constructor & Destructor Documentation

◆ StoredFunctorCall0()

template<typename FunctionPointer >
QtConcurrent::StoredFunctorCall0< void, FunctionPointer >::StoredFunctorCall0 ( FunctionPointer  _function)
inline

Member Function Documentation

◆ runFunctor()

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

Member Data Documentation

◆ function

template<typename FunctionPointer >
FunctionPointer QtConcurrent::StoredFunctorCall0< void, FunctionPointer >::function

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