Class FarmFunctor represents a functor for the farm skeleton.
More...
#include <functors.h>
|
virtual MSL_USERFUNC R | operator() (T value) const =0 |
| Function call operator has to be implemented by the user. Here, the actual function is implemented. More...
|
|
virtual | ~FarmFunctor () |
| Destructor.
|
|
void | notify () |
| Notifies all observed objects (additional arguments) to update.
|
|
void | addArgument (ArgumentType *arg) |
| Adds an additional argument to the functor. More...
|
|
template<typename T, typename R>
class msl::FarmFunctor< T, R >
Class FarmFunctor represents a functor for the farm skeleton.
- Template Parameters
-
T | Input data type. |
R | Output data type. |
template<typename T , typename R >
Function call operator has to be implemented by the user. Here, the actual function is implemented.
- Parameters
-
- Returns
- Output value..
The documentation for this class was generated from the following file: