The MAUVE Toolchain
|
#include <CoreContainer.hpp>
Additional Inherited Members | |
![]() | |
virtual AbstractLogger & | logger () const =0 |
Get the logger. | |
![]() | |
virtual std::string | name () const =0 |
Get the name. | |
![]() | |
virtual bool | cleanup_core ()=0 |
Clean up the Core. | |
virtual bool | configure_core ()=0 |
Configure the Core. | |
virtual AbstractCore * | get_core () const =0 |
Get a pointer to the Core. | |
virtual bool | is_empty_core () const =0 |
Check if the Core is empty. | |
![]() | |
virtual bool | clear_shell ()=0 |
Clear the shell. | |
virtual SHELL & | shell () const =0 |
Get the shell. | |