18 #ifndef MAUVE_RUNTIME_WITH_ABSTRACT_SHELL_HPP 19 #define MAUVE_RUNTIME_WITH_ABSTRACT_SHELL_HPP virtual bool is_empty_shell() const =0
Check if the shell is empty.
The MAUVE namespace.
Definition: tracing.hpp:24
virtual bool cleanup_shell()=0
Clean up the shell.
A Shell is the interface of a component.
Definition: Shell.hpp:48
virtual bool configure_shell()=0
Configure th shell.
virtual Shell * get_shell() const =0
Get a pointer to the shell.
Trait for objects with an abstract Shell.
Definition: WithAbstractShell.hpp:27