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

Public Member Functions |
|
| VoidStoredFunctorPointerCall5 (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 |
| VoidStoredFunctorPointerCall5 | ( | 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 1151 of file qtconcurrentstoredfunctioncall.h.
| FunctionPointer* function |
Definition at line 1152 of file qtconcurrentstoredfunctioncall.h.
| Arg1 arg1 |
Definition at line 1153 of file qtconcurrentstoredfunctioncall.h.
| Arg2 arg2 |
Definition at line 1153 of file qtconcurrentstoredfunctioncall.h.
| Arg3 arg3 |
Definition at line 1153 of file qtconcurrentstoredfunctioncall.h.
| Arg4 arg4 |
Definition at line 1153 of file qtconcurrentstoredfunctioncall.h.
| Arg5 arg5 |
Definition at line 1153 of file qtconcurrentstoredfunctioncall.h.