18 #ifndef MAUVE_RUNTIME_WITH_HOOK_HPP 19 #define MAUVE_RUNTIME_WITH_HOOK_HPP 21 #include "Configurable.hpp" virtual bool configure_hook()
Hook function called when configuring the shell.
Definition: WithHook.hpp:34
Objects with hooks.
Definition: WithHook.hpp:27
The MAUVE namespace.
Definition: tracing.hpp:24
virtual void cleanup_hook()
Hook function called when cleaning the shell.
Definition: WithHook.hpp:40