The MAUVE Toolchain
mauve::runtime::WithAbstractShell Struct Referenceabstract

Trait for objects with an abstract Shell. More...

#include <WithAbstractShell.hpp>

Inheritance diagram for mauve::runtime::WithAbstractShell:

Public Member Functions

virtual bool cleanup_shell ()=0
 Clean up the shell.
 
virtual bool configure_shell ()=0
 Configure th shell.
 
virtual Shellget_shell () const =0
 Get a pointer to the shell.
 
virtual bool is_empty_shell () const =0
 Check if the shell is empty.
 

Detailed Description

Trait for objects with an abstract Shell.