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

Public Member Functions |
|
| StoredFunctorCall0 (FunctionPointer _function) | |
| void | runFunctor () |
Public Attributes |
|
| FunctionPointer | function |
| StoredFunctorCall0 | ( | FunctionPointer | _function | ) | [inline] |
Definition at line 62 of file qtconcurrentstoredfunctioncall.h.
: function(_function) {}
| void runFunctor | ( | ) | [inline, virtual] |
Implements RunFunctionTaskBase< T >.
Definition at line 64 of file qtconcurrentstoredfunctioncall.h.
| FunctionPointer function |
Definition at line 65 of file qtconcurrentstoredfunctioncall.h.