The MAUVE Toolchain
|
Trait for objects with an abstract Core. More...
#include <WithAbstractCore.hpp>
Public Member Functions | |
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. | |
Trait for objects with an abstract Core.