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

#include <qtconcurrentfunctionwrappers.h>

Collaboration diagram for QtConcurrent::FunctionWrapper1< T, U >:
Collaboration graph

Public Types

typedef T(* FunctionPointerType) (U u)
 
typedef T result_type
 

Public Member Functions

 FunctionWrapper1 (FunctionPointerType _functionPointer)
 
operator() (U u)
 

Detailed Description

template<typename T, typename U>
class QtConcurrent::FunctionWrapper1< T, U >

QtConcurrent

Member Typedef Documentation

◆ FunctionPointerType

template<typename T , typename U >
typedef T(* QtConcurrent::FunctionWrapper1< T, U >::FunctionPointerType) (U u)

◆ result_type

template<typename T , typename U >
typedef T QtConcurrent::FunctionWrapper1< T, U >::result_type

Constructor & Destructor Documentation

◆ FunctionWrapper1()

template<typename T , typename U >
QtConcurrent::FunctionWrapper1< T, U >::FunctionWrapper1 ( FunctionPointerType  _functionPointer)
inline

Member Function Documentation

◆ operator()()

template<typename T , typename U >
T QtConcurrent::FunctionWrapper1< T, U >::operator() ( u)
inline

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