StoredFunctorCall3< T, FunctionPointer, Arg1, Arg2, Arg3 > Struct Template Reference


Detailed Description

template<typename T, typename FunctionPointer, typename Arg1, typename Arg2, typename Arg3>
struct QtConcurrent::StoredFunctorCall3< T, FunctionPointer, Arg1, Arg2, Arg3 >

Definition at line 690 of file qtconcurrentstoredfunctioncall.h.

#include <qtconcurrentstoredfunctioncall.h>

Inheritance diagram for StoredFunctorCall3< T, FunctionPointer, Arg1, Arg2, Arg3 >:
Inheritance graph
[legend]

List of all members.

Public Member Functions

  StoredFunctorCall3 (FunctionPointer _function, const Arg1 &_arg1, const Arg2 &_arg2, const Arg3 &_arg3)
void  runFunctor ()

Public Attributes

FunctionPointer  function
Arg1  arg1
Arg2  arg2
Arg3  arg3

Constructor & Destructor Documentation

StoredFunctorCall3 ( FunctionPointer  _function,
const Arg1 &  _arg1,
const Arg2 &  _arg2,
const Arg3 &  _arg3 
) [inline]

Definition at line 692 of file qtconcurrentstoredfunctioncall.h.

      : function(_function), arg1(_arg1), arg2(_arg2), arg3(_arg3) {}

Member Function Documentation

void runFunctor ( ) [inline, virtual]

Member Data Documentation

FunctionPointer function

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