template<class F, class T>
class TMPWorkerExecutor< F, T, void >
Definition at line 168 of file TMPWorkerExecutor.h.
|
std::vector< T > | fArgs |
| a vector containing the arguments that must be passed to fFunc More...
|
|
F | fFunc |
| the function to be executed More...
|
|
#include <TMPWorkerExecutor.h>
◆ TMPWorkerExecutor()
template<class F , class T >
◆ ~TMPWorkerExecutor()
template<class F , class T >
◆ HandleInput()
template<class F , class T >
Handle a message with an EMPCode.
This method is called upon receiving a message with a code >= 1000 (i.e. EMPCode). It handles the most generic types of messages.
Classes inheriting from TMPWorker should implement their own HandleInput function, that should be able to handle codes specific to that application.
The appropriate version of the HandleInput method (TMPWorker's or the overriding version) is automatically called depending on the message code.
- Parameters
-
msg | Execute instructions received from a TProcessExecutor client |
Reimplemented from TMPWorker.
Definition at line 172 of file TMPWorkerExecutor.h.
◆ fArgs
template<class F , class T >
a vector containing the arguments that must be passed to fFunc
Definition at line 189 of file TMPWorkerExecutor.h.
◆ fFunc
template<class F , class T >
The documentation for this class was generated from the following file: