Class used to invoke a functor or function inside a thread. More...
#include <ogdf/energybased/fast_multipole_embedder/FMEThread.h>
Public Member Functions | |
FMEFuncInvokerTask (FuncInvokerType f) | |
constructor with an invoker More... | |
void | doWork () override |
overrides the task doWork() method and invokes the function or functor More... | |
Public Member Functions inherited from ogdf::fast_multipole_embedder::FMETask | |
virtual | ~FMETask () |
Private Attributes | |
FuncInvokerType | funcInvoker |
the invoker More... | |
Class used to invoke a functor or function inside a thread.
Definition at line 60 of file FMEThread.h.
|
inline |
constructor with an invoker
Definition at line 63 of file FMEThread.h.
|
inlineoverridevirtual |
overrides the task doWork() method and invokes the function or functor
Implements ogdf::fast_multipole_embedder::FMETask.
Definition at line 66 of file FMEThread.h.
|
private |
the invoker
Definition at line 70 of file FMEThread.h.