Class FarmFunctorBase represents the base class for all functors to be used with the farm skeleton. More...
#include <functor_base.h>
Public Member Functions | |
void | notify () |
Notifies all observed objects (additional arguments) to update. | |
void | addArgument (ArgumentType *arg) |
Adds an additional argument to the functor. More... | |
Protected Attributes | |
std::vector< ArgumentType * > | args |
Class FarmFunctorBase represents the base class for all functors to be used with the farm skeleton.
|
inline |
Adds an additional argument to the functor.
arg | The additional argument. |