16#ifndef BIFROSTGRAPH_EXECUTOR_CALLBACKS_H
17#define BIFROSTGRAPH_EXECUTOR_CALLBACKS_H
19#include <BifrostGraph/Executor/internal/ExecutorExport.h>
97 static const
char* createFuncName() noexcept;
100 virtual
void deleteThis() noexcept = 0;
103 virtual
void onStateValuesTornDown() noexcept;
BifrostGraph Executor Callbacks.
Callbacks() noexcept
Constructor.
BifrostGraph::Executor::Callbacks *(*)() CreateFunc
The signature of the function used to create an instance of class Callbacks.