StoredFunctorCall1< T, FunctionPointer, Arg1 > Struct Template Reference


Detailed Description

template<typename T, typename FunctionPointer, typename Arg1>
struct QtConcurrent::StoredFunctorCall1< T, FunctionPointer, Arg1 >

Definition at line 270 of file qtconcurrentstoredfunctioncall.h.

#include <qtconcurrentstoredfunctioncall.h>

Inheritance diagram for StoredFunctorCall1< T, FunctionPointer, Arg1 >:
Inheritance graph
[legend]

List of all members.

Public Member Functions

  StoredFunctorCall1 (FunctionPointer _function, const Arg1 &_arg1)
void  runFunctor ()

Public Attributes

FunctionPointer  function
Arg1  arg1

Constructor & Destructor Documentation

StoredFunctorCall1 ( FunctionPointer  _function,
const Arg1 &  _arg1 
) [inline]

Definition at line 272 of file qtconcurrentstoredfunctioncall.h.

      : function(_function), arg1(_arg1) {}

Member Function Documentation

void runFunctor ( ) [inline, virtual]

Member Data Documentation

FunctionPointer function

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