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

#include <qtconcurrentfunctionwrappers.h>

Collaboration diagram for QtConcurrent::FunctionWrapper2< T, U, V >:
Collaboration graph

Public Types

typedef T(* FunctionPointerType) (U u, V v)
 
typedef T result_type
 

Public Member Functions

 FunctionWrapper2 (FunctionPointerType _functionPointer)
 
operator() (U u, V v)
 

Detailed Description

template<typename T, typename U, typename V>
class QtConcurrent::FunctionWrapper2< T, U, V >

QtConcurrent

Member Typedef Documentation

◆ FunctionPointerType

template<typename T , typename U , typename V >
typedef T(* QtConcurrent::FunctionWrapper2< T, U, V >::FunctionPointerType) (U u, V v)

◆ result_type

template<typename T , typename U , typename V >
typedef T QtConcurrent::FunctionWrapper2< T, U, V >::result_type

Constructor & Destructor Documentation

◆ FunctionWrapper2()

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

Member Function Documentation

◆ operator()()

template<typename T , typename U , typename V >
T QtConcurrent::FunctionWrapper2< T, U, V >::operator() ( u,
v 
)
inline

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