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

Public Member Functions |
|
| StoredFunctorPointerCall0 (FunctionPointer *_function) | |
| void | runFunctor () |
Public Attributes |
|
| FunctionPointer * | function |
| StoredFunctorPointerCall0 | ( | FunctionPointer * | _function | ) | [inline] |
Definition at line 89 of file qtconcurrentstoredfunctioncall.h.
: function(_function) {}
| void runFunctor | ( | ) | [inline, virtual] |
Implements RunFunctionTaskBase< T >.
Definition at line 91 of file qtconcurrentstoredfunctioncall.h.
{ this->result =(*function)(); }
| FunctionPointer* function |
Definition at line 92 of file qtconcurrentstoredfunctioncall.h.