Definition at line 70 of file qtconcurrentstoredfunctioncall.h.
#include <qtconcurrentstoredfunctioncall.h>

Public Member Functions |
|
| VoidStoredFunctorCall0 (FunctionPointer _function) | |
| void | runFunctor () |
Public Attributes |
|
| FunctionPointer | function |
| VoidStoredFunctorCall0 | ( | FunctionPointer | _function | ) | [inline] |
Definition at line 72 of file qtconcurrentstoredfunctioncall.h.
: function(_function) {}
| void runFunctor | ( | ) | [inline, virtual] |
Implements RunFunctionTaskBase< T >.
Definition at line 74 of file qtconcurrentstoredfunctioncall.h.
{ function(); }
| FunctionPointer function |
Definition at line 75 of file qtconcurrentstoredfunctioncall.h.