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

Public Member Functions |
|
| VoidStoredFunctorPointerCall0 (FunctionPointer *_function) | |
| void | runFunctor () |
Public Attributes |
|
| FunctionPointer * | function |
| VoidStoredFunctorPointerCall0 | ( | FunctionPointer * | _function | ) | [inline] |
Definition at line 99 of file qtconcurrentstoredfunctioncall.h.
: function(_function) {}
| void runFunctor | ( | ) | [inline, virtual] |
Implements RunFunctionTaskBase< T >.
Definition at line 101 of file qtconcurrentstoredfunctioncall.h.
{(*function)(); }
| FunctionPointer* function |
Definition at line 102 of file qtconcurrentstoredfunctioncall.h.