The MAUVE Toolchain
mauve::runtime::WithCore< CORE > Struct Template Referenceabstract

Object with a Core. More...

#include <WithCore.hpp>

Inheritance diagram for mauve::runtime::WithCore< CORE >:

Public Member Functions

virtual bool clear_core ()=0
 Clear the Core.
 
virtual CORE & core () const =0
 Get the Core.
 
virtual CORE * core_ptr () const =0
 Get a pointer to the Core.
 

Detailed Description

template<typename CORE>
struct mauve::runtime::WithCore< CORE >

Object with a Core.

Template Parameters
CORECore type