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

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

#include <WithAbstractCore.hpp>

Inheritance diagram for mauve::runtime::WithAbstractCore:

Public Member Functions

virtual bool cleanup_core ()=0
 Clean up the Core.
 
virtual bool configure_core ()=0
 Configure the Core.
 
virtual AbstractCoreget_core () const =0
 Get a pointer to the Core.
 
virtual bool is_empty_core () const =0
 Check if the Core is empty.
 

Detailed Description

Trait for objects with an abstract Core.