13 #ifndef TEQ_OPFUNC_HPP 14 #define TEQ_OPFUNC_HPP 25 virtual void update (
void) = 0;
30 #endif // TEQ_OPFUNC_HPP A functor node with direct access to evaluated data.
Definition: iopfunc.hpp:20
Interface of iOperation-defined operation node.
Definition: ifunctor.hpp:28
Interface for unveiling data.
Definition: idata.hpp:19
virtual void update(void)=0
Update local data-cache using this functor's operation.
virtual ~iOperableFunc(void)=default