VoidStoredFunctorCall0< T, FunctionPointer > Struct Template Reference


Detailed Description

template<typename T, typename FunctionPointer>
struct QtConcurrent::VoidStoredFunctorCall0< T, FunctionPointer >

Definition at line 70 of file qtconcurrentstoredfunctioncall.h.

#include <qtconcurrentstoredfunctioncall.h>

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

List of all members.

Public Member Functions

  VoidStoredFunctorCall0 (FunctionPointer _function)
void  runFunctor ()

Public Attributes

FunctionPointer  function

Constructor & Destructor Documentation

VoidStoredFunctorCall0 ( FunctionPointer  _function ) [inline]

Definition at line 72 of file qtconcurrentstoredfunctioncall.h.

      : function(_function) {}

Member Function Documentation

void runFunctor ( ) [inline, virtual]

Member Data Documentation

FunctionPointer function

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