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

Public Member Functions |
|
| VoidStoredFunctorCall3 (FunctionPointer _function, const Arg1 &_arg1, const Arg2 &_arg2, const Arg3 &_arg3) | |
| void | runFunctor () |
Public Attributes |
|
| FunctionPointer | function |
| Arg1 | arg1 |
| Arg2 | arg2 |
| Arg3 | arg3 |
| VoidStoredFunctorCall3 | ( | FunctionPointer | _function, |
| const Arg1 & | _arg1, | ||
| const Arg2 & | _arg2, | ||
| const Arg3 & | _arg3 | ||
| ) | [inline] |
| void runFunctor | ( | ) | [inline, virtual] |
Implements RunFunctionTaskBase< T >.
Definition at line 704 of file qtconcurrentstoredfunctioncall.h.
| FunctionPointer function |
Definition at line 705 of file qtconcurrentstoredfunctioncall.h.
| Arg1 arg1 |
Definition at line 706 of file qtconcurrentstoredfunctioncall.h.
| Arg2 arg2 |
Definition at line 706 of file qtconcurrentstoredfunctioncall.h.
| Arg3 arg3 |
Definition at line 706 of file qtconcurrentstoredfunctioncall.h.