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

Public Member Functions |
|
| VoidStoredFunctorCall2 (FunctionPointer _function, const Arg1 &_arg1, const Arg2 &_arg2) | |
| void | runFunctor () |
Public Attributes |
|
| FunctionPointer | function |
| Arg1 | arg1 |
| Arg2 | arg2 |
| VoidStoredFunctorCall2 | ( | FunctionPointer | _function, |
| const Arg1 & | _arg1, | ||
| const Arg2 & | _arg2 | ||
| ) | [inline] |
Definition at line 492 of file qtconcurrentstoredfunctioncall.h.
| void runFunctor | ( | ) | [inline, virtual] |
Implements RunFunctionTaskBase< T >.
Definition at line 494 of file qtconcurrentstoredfunctioncall.h.
| FunctionPointer function |
Definition at line 495 of file qtconcurrentstoredfunctioncall.h.
| Arg1 arg1 |
Definition at line 496 of file qtconcurrentstoredfunctioncall.h.
| Arg2 arg2 |
Definition at line 496 of file qtconcurrentstoredfunctioncall.h.