13template<
typename _Callable>
16 FunctionCall(_Callable && function,
const PString & name);
19 virtual bool call(PLog & log,
Data & outputResult,
const Data & parameter);
AbstractFunction(const PString &name)
Default constructor of AbstractFunction.
Basic Data exchanged in the swarm.
virtual ~FunctionCall()
Destructor of FunctionCall.
FunctionCall(_Callable &&function, const PString &name)
Default constructor of FunctionCall.
virtual bool call(PLog &log, Data &outputResult, const Data ¶meter)
Call the function with parameter.
void initialisationFunctionCall()
Initialisation function of the class FunctionCall.
_Callable && p_function
Callable function of the FunctionCall.