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

Public Member Functions |
|
| VoidStoredFunctorCall5 (FunctionPointer _function, const Arg1 &_arg1, const Arg2 &_arg2, const Arg3 &_arg3, const Arg4 &_arg4, const Arg5 &_arg5) | |
| void | runFunctor () |
Public Attributes |
|
| FunctionPointer | function |
| Arg1 | arg1 |
| Arg2 | arg2 |
| Arg3 | arg3 |
| Arg4 | arg4 |
| Arg5 | arg5 |
| VoidStoredFunctorCall5 | ( | FunctionPointer | _function, |
| const Arg1 & | _arg1, | ||
| const Arg2 & | _arg2, | ||
| const Arg3 & | _arg3, | ||
| const Arg4 & | _arg4, | ||
| const Arg5 & | _arg5 | ||
| ) | [inline] |
| void runFunctor | ( | ) | [inline, virtual] |
Implements RunFunctionTaskBase< T >.
Definition at line 1124 of file qtconcurrentstoredfunctioncall.h.
| FunctionPointer function |
Definition at line 1125 of file qtconcurrentstoredfunctioncall.h.
| Arg1 arg1 |
Definition at line 1126 of file qtconcurrentstoredfunctioncall.h.
| Arg2 arg2 |
Definition at line 1126 of file qtconcurrentstoredfunctioncall.h.
| Arg3 arg3 |
Definition at line 1126 of file qtconcurrentstoredfunctioncall.h.
| Arg4 arg4 |
Definition at line 1126 of file qtconcurrentstoredfunctioncall.h.
| Arg5 arg5 |
Definition at line 1126 of file qtconcurrentstoredfunctioncall.h.