QtConcurrent
Trial to use Doxygen to generate UML class diagram of QtConcurrent module.
Public Types | Public Member Functions | List of all members
QtConcurrent::FunctionWrapper0< T > Class Template Reference

#include <qtconcurrentfunctionwrappers.h>

Collaboration diagram for QtConcurrent::FunctionWrapper0< T >:
Collaboration graph

Public Types

typedef T(* FunctionPointerType) ()
 
typedef T result_type
 

Public Member Functions

 FunctionWrapper0 (FunctionPointerType _functionPointer)
 
operator() ()
 

Detailed Description

template<typename T>
class QtConcurrent::FunctionWrapper0< T >

QtConcurrent

Member Typedef Documentation

◆ FunctionPointerType

template<typename T >
typedef T(* QtConcurrent::FunctionWrapper0< T >::FunctionPointerType) ()

◆ result_type

template<typename T >
typedef T QtConcurrent::FunctionWrapper0< T >::result_type

Constructor & Destructor Documentation

◆ FunctionWrapper0()

template<typename T >
QtConcurrent::FunctionWrapper0< T >::FunctionWrapper0 ( FunctionPointerType  _functionPointer)
inline

Member Function Documentation

◆ operator()()

template<typename T >
T QtConcurrent::FunctionWrapper0< T >::operator() ( )
inline

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