VoidStoredFunctorPointerCall0< T, FunctionPointer > Struct Template Reference


Detailed Description

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

Definition at line 97 of file qtconcurrentstoredfunctioncall.h.

#include <qtconcurrentstoredfunctioncall.h>

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

List of all members.

Public Member Functions

  VoidStoredFunctorPointerCall0 (FunctionPointer *_function)
void  runFunctor ()

Public Attributes

FunctionPointer *  function

Constructor & Destructor Documentation

VoidStoredFunctorPointerCall0 ( FunctionPointer *  _function ) [inline]

Definition at line 99 of file qtconcurrentstoredfunctioncall.h.

      : function(_function) {}

Member Function Documentation

void runFunctor ( ) [inline, virtual]

Implements RunFunctionTaskBase< T >.

Definition at line 101 of file qtconcurrentstoredfunctioncall.h.

{(*function)(); }

Member Data Documentation

FunctionPointer* function

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